...
No Format |
---|
#!/bin/bash #PBS -N CSTTest #PBS -m abe #PBS -M YourEmail@griffith.edu.au #PBS -q gpu #PBS -l select=1:ncpus=1:mem=2g:mpiprocs=1:ngpus=2:host=n023 #PBS -l walltime=10010:00:00 module load misc/cst/2017 cd $PBS_O_WORKDIR cst_design_environment ~/pbs/cst/brick.cst --r --withgpu=2 |
...