Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeConfluence
titlerun.sge
linenumberstrue
#!/bin/bash

#PBS -q cpu
#PBS -l select=1:mpiprocs=16:ncpus=16:ompthreads=1

cd ${PBS_O_WORKDIR}

module load scientific/gamess/22.09

rungms.mpi input.inp

...

Code Block
languagebash
themeConfluence
titlerun.sge
linenumberstrue
#!/bin/bash

#PBS -q cpu
#PBS -l select=4:mpiprocs=4:ncpus=4:ompthreads=1
#PBS -l place=scatter

cd ${PBS_O_WORKDIR}

module load scientific/gamess/22.09

rungms.mpi input.inp

...