Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
firstlinetitleadze-test
#PBS -N adze-test
#PBS -q cpu
 
cd $PBS_O_WORKDIR
 
module load scientific/adze/1.0
 
adze small_paramfile.txt

...