cc_staff
120
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
<!--T:14--> | <!--T:14--> | ||
Graham uses the Slurm scheduler; for details about submitting jobs, see [[Running jobs]]. | Graham uses the Slurm scheduler; for details about submitting jobs, see [[Running jobs]]. | ||
====Example scripts for an adf job ==== <!--T:16--> | ====Example scripts for an adf job ==== <!--T:16--> | ||
Line 53: | Line 49: | ||
module unload openmpi | module unload openmpi | ||
module load ams/2024.102 | module load ams/2024.102 | ||
export SCM_TMPDIR=$SLURM_TMPDIR | export SCM_TMPDIR=$SLURM_TMPDIR | ||
bash H2O_adf.run # run the input script | bash H2O_adf.run # run the input script | ||
}} | }} | ||
Line 165: | Line 161: | ||
module unload openmpi | module unload openmpi | ||
module load ams/2024.102 | module load ams/2024.102 | ||
export SCM_TMPDIR=$SLURM_TMPDIR | export SCM_TMPDIR=$SLURM_TMPDIR | ||
bash SnO_EFG_band.run # run the input file | bash SnO_EFG_band.run # run the input file | ||
}} | }} |