choderalab / clusterutils

Utilities for running parallel jobs with Torque/Moab and MPI
GNU General Public License v2.0
3 stars 3 forks source link

clusterutils

Tools for use in cluster environments.

Scripts

Usage

build_mpirun_configfile is installed as a command line command and has a very simple usage syntax:

build_mpirun_configfile [--configfilepath {CONFIGFILE}] [--hostfilepath {HOSTFILE}] [--nocheckmpich] COMMANDS

The output from build_mpirun_configfile will be a host file, and a configuration file. The way to execute your MPI job from these files is the following:

mpiexec.hydra -f hostfile -configfile configfile

This assumes default options and the hydra MPI variant. Replace parts of this command with what is appropriate to your environment.