Re: [OMPI users] mpirun - All Nodes Filled

2013-01-03 Thread Chuck Mosher
: mpirun -host `hostname -s` -np 1 java -version At least I have a fix for now ! Best regards, Chuck Mosher From: Ralph Castain To: Chuck Mosher ; Open MPI Users Sent: Thursday, January 3, 2013 9:02 AM Subject: Re: [OMPI users] mpirun - All Nodes Filled

Re: [OMPI users] mpirun - All Nodes Filled

2013-01-03 Thread Ralph Castain
Hmmm...I would say there is a bug in 1.7 then! It isn't recognizing the word "localhost" as being your local host. I'll take a look at it. Thanks! On Jan 3, 2013, at 6:53 AM, Chuck Mosher wrote: > Simple question for today ! > > I am working on converting a public domain code suite > (http:/

[OMPI users] mpirun - All Nodes Filled

2013-01-03 Thread Chuck Mosher
Simple question for today ! I am working on converting a public domain code suite (http://www.JavaSeis.org) to use openmpi rather than mpiJava. So far, all has gone well, other than the usual issues with getting all the paths and variables straightened out. For automation purposes, I would like