$ cat csh_cctm.sh
#!/bin/sh#SBATCH -A ENT111040 # Account name/project number#SBATCH -J cctm # Job name#SBATCH -p ct224 # Partiotion name#SBATCH -n 200 # Number of MPI tasks (i.e. processes)#SBATCH -c 1 # Number of cores per MPI task#SBATCH -N 5 # Maximum number of nodes to be allocated#SBATCH --ntasks-per-node=40 # Maximum number of tasks on each node#SBATCH -o rsl.out.%j # Path to the standard output file#SBATCH -e rsl.error.%j # Path to the standard error ouput file
module purge
csh run.cctm.${1}.csh