#!/bin/sh
# To use more than one processor set MPI_OPTIONS - eg.
#
# export MPI_OPTIONS="-np 4"

exec mpirun `echo $MPI_OPTIONS` /usr/lib/mrbayes-mpi/mb-mpi "$@"
