Versions Compared

Key

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

...

VerzijaModulSupekPadobran
3.2.7ascientific/MrBayes/3.2.7a(error)  (tick) 
3.2.7ascientific/MrBayes/3.2.7a-gpu(tick) (error) 
3.2.5scientific/MrBayes/3.2.5(error) (tick) 

...

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

...