cc_staff
120
edits
(Marked this version for translation) |
No edit summary |
||
Line 39: | Line 39: | ||
|contents= | |contents= | ||
#!/bin/bash | #!/bin/bash | ||
#SBATCH --account=def-youPIs | |||
#SBATCH --ntasks=8 # cpus, the nprocs defined in the input file | #SBATCH --ntasks=8 # cpus, the nprocs defined in the input file | ||
#SBATCH --mem-per-cpu=3G # memory per cpu | #SBATCH --mem-per-cpu=3G # memory per cpu | ||
Line 44: | Line 45: | ||
#SBATCH --output=benzene.log # output .log file | #SBATCH --output=benzene.log # output .log file | ||
module load openmpi/ | module load StdEnv/2020 gcc/9.3.0 openmpi/4.0.3 | ||
module load orca/4. | module load orca/4.2.1 | ||
$EBROOTORCA/orca benzene.inp | $EBROOTORCA/orca benzene.inp | ||
}} | }} |