local 0
localhost 1 /home/gene/gap4b5/pkg/pargapmpi/mpinu/hello_mpi
localhost 1 /home/gene/gap4b5/pkg/pargapmpi/mpinu/hello_mpi
# localhost 1 /home/gene/projects/mpinu/nov-19/hello_mpi
# csa 1 /home/guest/turing/gene/nov-3/hello_mpi

#The general format is:  hostname  1  absolute_pathname

# The first line, "local 0" should always be present.  It specifies the
#   console (the master) as being local.  After that, there is one
#   line for each slave.  The number 1 means to use one thread for
#   that slave process.  (Only the number 1 is supported for MPINU.)
# procgroup is part of p4, which is distributed with the MPICH implementation
#   of MPI.  It uses rsh to start a slave process.  If it doesn't work,
#   you might need to add a .rhosts file to make the remote processor
#   equivalent to your host.  Putting localhost in your .rhosts is also useful.
# The directory of the binary will be the current directory of your
#   application.  If you specify a relative pathname, it is relative
#   to your home directory.
