Re: [OMPI users] Default hostfile not being used by mpirun

2011-02-05 Thread ETHAN DENEAULT
Barnet, This isn't the most straightforward solution, but as a workaround, create a bash script and run that script through npRmpi? Something like: !#/bin/bash openmpi -np 15 -hostfile /path/to/hostfile $1 Cheers, Ethan -- Dr. Ethan Deneault Assistant Professor of Physics The Universi

Re: [OMPI users] Test Program works on 1, 2 or 3 nodes. Hangs on 4 or more nodes.

2010-09-21 Thread Ethan Deneault
deeper, it turns out that there was a typo in the iptables file for the nodes: they were accepting all traffic on eth1 instead of eth0. Only the master has an eth1 port. When I checked the tables earlier, I didn't notice the discrepancy. Thank you all so much! Cheers, Ethan -- Dr.

Re: [OMPI users] Test Program works on 1, 2 or 3 nodes. Hangs on 4 or more nodes.

2010-09-21 Thread Ethan Deneault
filesystem. Cheers, Ethan Rolf On 09/21/10 14:41, Ethan Deneault wrote: Prentice Bisbal wrote: I'm assuming you already tested ssh connectivity and verified everything is working as it should. (You did test all that, right?) Yes. I am able to log in remotely to all nodes from the

Re: [OMPI users] Test Program works on 1, 2 or 3 nodes. Hangs on 4 or more nodes.

2010-09-21 Thread Ethan Deneault
your using. The machine file is a simple list of hostnames, as an example: m43 taygeta asterope Cheers, Ethan -- Dr. Ethan Deneault Assistant Professor of Physics SC-234 University of Tampa Tampa, FL 33615 Office: (813) 257-3555

Re: [OMPI users] Test Program works on 1, 2 or 3 nodes. Hangs on 4 or more nodes.

2010-09-20 Thread ETHAN DENEAULT
David, I did try that after I sent the original mail, but the -np 4 flag doesn't fix the problem, the program still hangs. I've also double checked the iptables for the image and for the master node, and all ports are set to accept. Cheers, Ethan -- Dr. Ethan Deneault Assistant

[OMPI users] Test Program works on 1, 2 or 3 nodes. Hangs on 4 or more nodes.

2010-09-20 Thread Ethan Deneault
r, and each machine uses the same image (and thus the same paths). If there was a problem with the path, it would not run. Any insight would be appreciated. Thank you, Ethan -- Dr. Ethan Deneault Assistant Professor of Physics SC-234 University of Tampa Tampa, FL 33615 Office: (813) 257-3555

Re: [OMPI users] Regarding Fortran 90 subroutines with MPI

2009-12-31 Thread ETHAN DENEAULT
Arun, Before you call any MPI subroutines, you have to call MPI_Init(ierr) first. Once you put that line in, it should work. Cheers, Ethan -- Dr. Ethan Deneault Assistant Professor of Physics SC 234 University of Tampa Tampa, FL 33606 -Original Message- From: users-boun...@open