Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
titlegpu
#!/bin/bash

#PBS -N mrbayes-test_gpu
#PBS -l select=1:ncpus=1:mem=10GB:ngpus=1
#PBS -l walltime=120:00:00
#PBS -q gpu

cd $PBS_O_WORKDIR

module load scientific/mrbayes/3.2.7a-gpu

mb All3_75_EDMv3_mrbayesblock.nex > log

...