Re: [OMPI users] openmpi-1.0.2 configure problem

2006-05-02 Thread Jeff Squyres (jsquyres)
half Of Michael Kluskens > Sent: Tuesday, May 02, 2006 6:05 PM > To: Open MPI Users > Subject: Re: [OMPI users] openmpi-1.0.2 configure problem > > My test codes compile fine but I'm fairly certain the logical is > being handled incorrectly. When I merge two comm's

Re: [OMPI users] openmpi-1.0.2 configure problem

2006-05-02 Thread Michael Kluskens
My test codes compile fine but I'm fairly certain the logical is being handled incorrectly. When I merge two comm's with one having high=.false. and the other high=.true., the latter should go into the higher ranks and the former should contain rank 0. I'll work it over again tomorrow and

Re: [OMPI users] openmpi-1.0.2 configure problem

2006-05-01 Thread Jeff Squyres (jsquyres)
I just fixed the INTERCOMM_MERGE/logical issue on the trunk and the v1.1 branch -- can you give it a whirl there? I ask because this issue is a bug that we fixed on the trunk (and therefore v1.1) and didn't back-port it to v1.0. There's actually quite a few of these F90 fixes on the trunk/v1.1 br