Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(→Memory) |
|||
Line 10: | Line 10: | ||
=== Job Submission === | === Job Submission === | ||
Compute Canada clusters use the Slurm scheduler; for details about submitting jobs, | |||
see [[Running jobs]]. | see [[Running jobs]]. | ||
Line 18: | Line 18: | ||
and particularly Chapter 2 "Input Description"<ref name="gamess-input">Input | and particularly Chapter 2 "Input Description"<ref name="gamess-input">Input | ||
Description (PDF): http://www.msg.ameslab.gov/gamess/GAMESS_Manual/input.pdf</ref> | Description (PDF): http://www.msg.ameslab.gov/gamess/GAMESS_Manual/input.pdf</ref> | ||
for a description the file format and | for a description the file format and keywords. | ||
Besides your input file (in our example name.inp), you have to prepare a job | Besides your input file (in our example, "name.inp"), you have to prepare a job | ||
script to define the compute resources for the job | script to define the compute resources for the job. Input file and job | ||
script must be in the same directory. | script must be in the same directory. | ||
Line 34: | Line 34: | ||
export SLURM_CPUS_PER_TASK | export SLURM_CPUS_PER_TASK | ||
## uncomment the following | ## uncomment the following two lines to use network $SCRATCH | ||
#export USRSCR="$SCRATCH/gamess_${SLURM_JOB_ID}/" | #export USRSCR="$SCRATCH/gamess_${SLURM_JOB_ID}/" | ||
#mkdir -p $USRSCR | #mkdir -p $USRSCR |