Re: [OMPI users] error opal/libltdl

2009-01-20 Thread Jeff Squyres
Can you send all the information listed here: http://www.open-mpi.org/community/help/ On Jan 20, 2009, at 8:08 AM, nilesh barange wrote: Hi... I am trying to install openmpi-1.2.8 on REHL-4. I am getting following error. [clususer@vlsiserver openmpi-1.2.8]$ make all install Making all

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Jeff Squyres
On Jan 20, 2009, at 5:04 PM, Olivier Marsden wrote: f90 works correctly, when run simply as f90 or as /opt/sun/etc.../ f90, and binaries run properly (sun f90 appears to give excellent performance, incidently!) the command /opt/mpi_sun/bin/mpif90 --show-me returns: /home/marsden/sources/gcc_

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Olivier Marsden
f90 works correctly, when run simply as f90 or as /opt/sun/etc.../f90, and binaries run properly (sun f90 appears to give excellent performance, incidently!) the command /opt/mpi_sun/bin/mpif90 --show-me returns: /home/marsden/sources/gcc_final/bin/gfortran -I/opt/mpi_gfortran4.4//include -pt

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Jeff Squyres
Thanks, that was helpful. From everything I can see, it looks like the ".../f90" value was propagated properly throughout OMPI's code base. Does f90 invoke gfortran on the back-end? Try invoking "/opt/sun/ express/sunstudioceres/bin/f90" with no arguments (just like you invoked mpif90 with

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Olivier Marsden
Certainly. I hope I haven't forgotten anything. Olivier Marsden Jeff Squyres wrote: Can you send the information listed here: http://www.open-mpi.org/community/help/ On Jan 19, 2009, at 11:49 AM, Olivier Marsden wrote: Hello, I'm trying to compile ompi 1.3rc7 with the sun studio expr

Re: [OMPI users] Open-MPI 1.3 and environment variables

2009-01-20 Thread Ralph Castain
Not that I know of...I would expect it to work. On Jan 20, 2009, at 8:47 AM, jody wrote: Thanks for the clarification. Speaking of 'printenv' - i noticed that even though $HOSTNAME is set on all of my machines: aim-nano_03 ~ # echo $HOSTNAME aim-nano_03 it does not appear in printenv's outpu

Re: [OMPI users] Open-MPI 1.3 and environment variables

2009-01-20 Thread jody
Thanks for the clarification. Speaking of 'printenv' - i noticed that even though $HOSTNAME is set on all of my machines: aim-nano_03 ~ # echo $HOSTNAME aim-nano_03 it does not appear in printenv's output: aim-nano_03 opt # printenv | grep HOST aim-nano_03 opt # Is there something special a

Re: [OMPI users] Open-MPI 1.3 and environment variables

2009-01-20 Thread Ralph Castain
That was never an envar for public use, but rather one that was used internal to OMPI and therefore subject to change (which it did). There are a number of such variables in the system - we try to indicate this by not exposing them via ompi_info. Of course, you can independently discover th

[OMPI users] error opal/libltdl

2009-01-20 Thread nilesh barange
Hi... I am trying to install openmpi-1.2.8 on REHL-4. I am getting following error. [clususer@vlsiserver openmpi-1.2.8]$ make all install Making all in config make[1]: Entering directory `/home/clususer/openmpi-1.2.8/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/hom

Re: [OMPI users] Problem compiling open mpi 1.3 with sunstudio12 express

2009-01-20 Thread Jeff Squyres
Can you send the information listed here: http://www.open-mpi.org/community/help/ On Jan 19, 2009, at 11:49 AM, Olivier Marsden wrote: Hello, I'm trying to compile ompi 1.3rc7 with the sun studio express comilers. I'm using the following configure command: CC=/opt/sun/express/sunstu

[OMPI users] Open-MPI 1.3 and environment variables

2009-01-20 Thread jody
Under 1.2.8 i could check OMPI_MCA_ns_nds_vpid to find out the process rank. Under 1.3 that variable does not seem to exist anymore. Is there an equivalent to hat variable in 1.3? Have any other environment variables changed? Thank You Jody

[OMPI users] Restarting from a checkpoint (OMPI 1.3)

2009-01-20 Thread Gregor Dschung
Hey, I'm trying the new released Open MPI 1.3 in conjunction with BLCR to provide the checkpoint/restart-feature. Configured with ./configure --prefix=/usr/local --with-ft=cr --enable-ft-thread --enable-mpi-threads --with-blcr=/ A MPI-job on a single machine (several threads) is checkpointed and