Skip to content

Instantly share code, notes, and snippets.

@jeetsukumaran
Created February 15, 2010 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeetsukumaran/304470 to your computer and use it in GitHub Desktop.
Save jeetsukumaran/304470 to your computer and use it in GitHub Desktop.
Phylogenetic Analysis: Parallel Mr. Bayes on a Cluster under Torque (PBS) and OpenMPI
# Phylogenetic Analysis: Parallel Mr. Bayes on a Cluster under Torque (PBS) and OpenMP
# Selects 3 machines, and 4 cpu's on each machine
#PBS -N mrbayes
#PBS -W group_list="max_ittc"
#PBS -q max_ittc
#PBS -l nodes=3:ncpus=4
cd $PBS_O_WORKDIR
mpirun -np 12 /share/apps/bin/mb-multi-cvs-3.2 pythonidae.mb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment