Re: [OMPI users] Using MPI_Put/Get correctly?

2010-12-29 Thread Grismer, Matthew J Civ USAF AFMC AFRL/RBAT
Someone correctly pointed out the bug in my examples. In the MPI_Put I pass a 0 as the displacement, however, the argument must be of type integer (kind=MPI_ADDRESS_KIND), which is NOT the default integer type. Replacing the 0 with the correct integer type fixes both examples. Now to see if it fi

Re: [OMPI users] openmpi hangs when running on more than one node (unless i use --debug-daemons )

2010-12-29 Thread Ralph Castain
Both look perfectly right to me. The difference is only because your "success" one still has the ssh session active. It looks to me like something is preventing communication when the ssh session is terminated, but I have no clue why. Given the small cluster size, I would just add this to your

Re: [OMPI users] openmpi hangs when running on more than one node (unless i use --debug-daemons )

2010-12-29 Thread Advanced Computing Group University of Padova
On Wed, Dec 29, 2010 at 10:10 AM, Advanced Computing Group University of Padova wrote: > Thank you Ralph, > Your suspects seems to be quite interesting :) > I try to run the same program from node 192.168.1/2.11 using also > 192.168.2.12 "tracing" .12 activities. > I attach the two files (_succ:

Re: [OMPI users] openmpi hangs when running on more than one node (unless i use --debug-daemons )

2010-12-29 Thread Advanced Computing Group University of Padova
Thank you Ralph, Your suspects seems to be quite interesting :) I try to run the same program from node 192.168.1/2.11 using also 192.168.2.12 "tracing" .12 activities. I attach the two files (_succ: using --debug-daemons , _fail:without --debug-daemons) I notice that orted daemon on the second nod

[OMPI users] Windows installers of 1.5.1 - No Fortan ?

2010-12-29 Thread Damien Hocking
Jeff, Shiqing, anyone... I notice there's no Fortan support in the Windows binary versions of 1.5.1 on the website. Is that a deliberate decision? Damien