Page tree

Versions Compared

Key

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

...

#!/bin/bash
 
#PBS -l ncpus=4
#PBS -l mem=16GB
#PBS -l jobfs=20GB
#PBS -q normal
#PBS -l walltime=02:00:00
#PBS -P a00
#PBS -l storage=gdata/dk92+gdata/a00+scratch/a00
#PBS -l wd
  
module use /g/data/dk92/apps/Modules/modulefiles
module load NCI-data-analysis/2022.06

mpirun python3 helloworld.py >& output.log

...