Versions Compared

Key

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

...

Code Block
languagebash
titlesharc.pbs
linenumberstrue
#/bin/bash

#PBS -q cpu
#PBS -l ncpus=8

cd ${PBS_O_WORKDIR}

module load scientific/sharc/3.0.1-gnu

export GAUSSIAN="/apps/scientific/gaussian/16-C01/g16"
export SCRADIR="${PBS_O_WORKDIR}/scratch"

sed -i "s,ncpu .*,ncpu ${NCPUS}," QM/GAUSSIAN.resources

sharc-run sharc.x input

...