Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
titlepgap
#PBS -N pgap-test
#PBS -l select=1:ncpus=12:mem=20GB
#PBS -q cpu

cd $PBS_O_WORKDIR

module load scientific/pgap/build7426build7555

pgap.py input.yaml --report-usage-false -o test2 --cpus $NCPUS --memory 20 --no-self-update

...