Versions Compared

Key

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

...

Code Block
languagebash
titlerun.sge
#!/bin/bash
   
#$ -N phits
#$ -cwd
#$ -pe *mpsingle 1
   
module load phits/3.290
 
phits_linGfort_mpi phits.in

...