ORCA: Difference between revisions

51 bytes added ,  3 years ago
no edit summary
(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/2.0.2
module load StdEnv/2020  gcc/9.3.0  openmpi/4.0.3
module load orca/4.0.1.2
module load orca/4.2.1
$EBROOTORCA/orca benzene.inp
$EBROOTORCA/orca benzene.inp
}}
}}
cc_staff
120

edits