Versions Compared

Key

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

...

If using the MPI version:

Cluster

Partition

Commands:

WildIris

wildiris

Code Block
[@wilog01 testing]$ salloc -A arcc -t 1:00:00 -N 2 --tasks-per-node 2 --partition=wildiris
[@wi001 testing]$ mpirun -np 4 rb-mpi
RevBayes version (1.1.1)
Build from  () on Thu Dec 29 08:24:59 MST 2022
MPI enabled: using 4 processes.
Visit the website www.RevBayes.com for more information about RevBayes.
RevBayes is free software released under the GPL license, version 3. Type 'license()' for details.
To quit RevBayes type 'quit()' or 'q()'.
>

wildiris-phys

Code Block
[salexan5@wilog01 testing]$ salloc -A arcc -t 1:00:00 -N 2 --tasks-per-node 2 --partition=wildiris-phys
[salexan5@wi005 testing]$ 
#export
export OMP_NUM_THREADS=1
[salexan5@wi005 testing]$ mpirun --mca btl_tcp_if_include bond0 -np 4 rb-mpi
RevBayes version (1.1.1)
Build from  () on Thu Dec 29 08:24:59 MST 2022
MPI enabled: using 4 processes.
Visit the website www.RevBayes.com for more information about RevBayes.
RevBayes is free software released under the GPL license, version 3. Type 'license()' for details.
To quit RevBayes type 'quit()' or 'q()'.
>