#!/bin/bash
#SBATCH --account=cin0391
#SBATCH --job-name=runPCM1
#SBATCH --constraint=GENOA
### GENOA nodes accommodate 96 cores
### Number of Nodes to use
#SBATCH --nodes=1
### Number of MPI tasks per node
#SBATCH --ntasks-per-node=1
### Number of OpenMP threads per MPI task
#SBATCH --cpus-per-task=1
#SBATCH --threads-per-core=1
###SBATCH --exclusive
#SBATCH --output=run_PCM_%A.out
#SBATCH --time=10:00:00

srun testphys1d_29_phymars_para.e > out_runPCM1 2>&1
