On Thu, 2009-12-17 at 14:40 +0000, Min Zhu wrote:
> Here is the content of openmpi-mpirun file, so maybe something needs to
> be changed?
> if [ x"${LSB_JOBFILENAME}" = x -o x"${LSB_HOSTS}" = x ]; then
> usage
> exit -1
> fi
>
> MYARGS=$*Shouldn't this be MYARGS=$@ It'll change the way quoted args are forwarded to the parallel job. Ashley, -- Ashley Pittman, Bath, UK. Padb - A parallel job inspection tool for cluster computing http://padb.pittman.org.uk
