Re: [OMPI users] mpirun failure

2009-10-18 Thread Lenny Verkhovsky
you can use full path to mpirun, you can also set prefix $mpirun -prefix path/to/mpi/home -np . Lenny. On Sun, Oct 18, 2009 at 12:03 PM, Oswald Benedikt wrote: > Hi, thanks, that's what puzzled when I saw the reference to 1.3, but the > LD_LIBRARY_PATH was set to

Re: [OMPI users] mpirun failure

2009-10-18 Thread Oswald Benedikt
Hi, thanks, that's what puzzled when I saw the reference to 1.3, but the LD_LIBRARY_PATH was set to point to the respective version, i.e. 1.3.2 or 1.3.3 and the 1.3 executables were not in the PATH. Are there any other env variables or . files that need to be set ? Benedikt -Original

Re: [OMPI users] mpirun failure

2009-10-18 Thread Ralph Castain
Looks to me like you may be picking up an earlier version when you launch. At least, when I look at the error message, it says that it came from a file in the openmpi-1.3 directory tree. Yet you say you installed 1.3.2 and 1.3.3. Any chance your ld_library_path is pointing at the older