GAMESS-US: Difference between revisions

Line 10: Line 10:


=== Job Submission ===
=== Job Submission ===
Our Clusters are using the Slurm scheduler; for details about submitting jobs,  
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 all available keywords.
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; both input file and 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 2 lines to use network $SCRATCH
## 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
Bureaucrats, cc_docs_admin, cc_staff
2,879

edits