Versions Compared

Key

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

...

No Format
#!/bin/bash
#PBS -N CSTTest
#PBS -m abe
#PBS -M YourEmail@griffith.edu.au
#PBS -l select=1:ncpus=1:mem=12gb,walltime=10:00:00:host=n020
module load  misc/cst/2017
cd  $PBS_O_WORKDIR
cst_design_environment ~/pbs/cst/brick.cst --r --withgpu=2

...