[torqueusers] Intel mpiexec support
Paul Van Allsburg
vanallsburg at hope.edu
Wed Oct 26 12:29:57 MDT 2005
I'm working on a cluster that is running Torque & Maui and has Intel's
fortran and cluster tools (MPI library). I read in the docs that
support for mpiexec has been integrated into Torque. I thought that
Torque would replace the need to start the mpdboot daemon but my job:
(mpitest)
#!/bin/sh
#PBS -l nodes=1:ppn=2
#PBS -o mpi_output
#PBS -j oe
cd $PBS_O_WORKDIR
mpiexec testf90
Submitted with: qsub mpitest
Generates this:
cannot connect to local mpd (/tmp/mpd2.console_vanallp); possible causes:
1. no mpd running on this host
2. mpd is running but was started without a "console" (-n option)
Torque is torque-1.2.0p2
Where have I gone/understood wrong?
Thanks,
--
Paul Van Allsburg
More information about the torqueusers
mailing list