thanks to all the responses. I've checked and I am using the proper 64-bit libs 
on all nodes. I'll
try upgrading to 1.3.3

Jim

________________________________________
From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] On Behalf Of 
Ralph Castain [r...@open-mpi.org]
Sent: Friday, July 24, 2009 7:27 AM
To: Open MPI Users
Subject: Re: [OMPI users] Open MPI:Problem with 64-bit openMPI  andintel        
compiler

Good point.

Other thing you might consider (though it is unlikely to be part of
this problem) is upgrading to 1.3.3. It probably isn't a good idea to
be using a release candidate for anything serious.


On Jul 24, 2009, at 5:21 AM, Jeff Squyres wrote:

> On Jul 23, 2009, at 11:14 PM, Ralph Castain wrote:
>
>> 3. get a multi-node allocation and run "pbsdsh echo $LD_LIBRARY_PATH"
>> and see what libs you are defaulting to on the other nodes.
>>
>
>
> Be careful with this one; you want to ensure that your local shell
> doesn't expand $LD_LIBRARY_PATH and simply display the same value on
> all nodes.  It might be easiest to write a 2 line script and run that:
>
> $ cat myscript
> #!/bin/sh
> echo LD_LIB_PATH on `hostname` is: $LD_LIBRARY_PATH
> $ chmod +x myscript
> $ pdsh myscript
>
> --
> Jeff Squyres
> jsquy...@cisco.com
>
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users

_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users

Reply via email to