[OMPI users] mpirun - All Nodes Filled

2013-01-03 Thread Chuck Mosher
c.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64 x86_64 My build was done with "configure --enable-mpi-java --prefix=/usr/local". Thanks for any insight ! Chuck Mosher chuckmos...@javaseis.org

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

[OMPI users] MPI Java Bindings on Mac OSX

2013-01-03 Thread Chuck Mosher
is in a previous e-mail to this list, and it looks like a bug. You can get around it by using the output from `hostname -s` which provides a trimmed name: chuck-> /usr/local/bin/mpirun -host `hostname -s` -np 2 /usr/bin/java -cp ./classes HelloWorldMPI Hello world from rank 0 of 2 Hello world from rank 1 of 2 You will also need to use this name in any hostfiles or appfiles as well until the bug is fixed. Thanks to all for this great product ! Chuck Mosher for JavaSeis.org

Re: [OMPI users] Problem with mpirun for java codes

2013-01-18 Thread Chuck Mosher
nd running. Chuck Mosher JavaSeis.org From: Ralph Castain To: Open MPI Users Sent: Thursday, January 17, 2013 2:27 PM Subject: Re: [OMPI users] Problem with mpirun for java codes Just as an FYI: we have removed the Java bindings from the 1.7.0 release due t