Re: [OMPI users] PATH_MAX error with compiling openmpi 1.3.1 withintel compilers

2009-03-23 Thread Rene Salmon
Ralph > > > On Mar 23, 2009, at 1:34 PM, Rene Salmon wrote: > > > Hi, > > > > In the release notes for openmpi-1.3.1 there was this: > > > > - Fix a few places where we used PATH_MAX instead of OMPI_PATH_MAX, > > leading to compile pro

[OMPI users] PATH_MAX error with compiling openmpi 1.3.1 with intel compilers

2009-03-23 Thread Rene Salmon
Hi, In the release notes for openmpi-1.3.1 there was this: - Fix a few places where we used PATH_MAX instead of OMPI_PATH_MAX, leading to compile problems on some platforms. Thanks to Andrea Iob for the bug report. I guess maybe all the places where PATH_MAX appears did not get replac

Re: [OMPI users] openmpi 1.3 and gridengine tight integrationproblem

2009-03-18 Thread Rene Salmon
> > At this FAQ, we show an example of a parallel environment setup. > http://www.open-mpi.org/faq/?category=running#run-n1ge-or-sge > > I am wondering if the control_slaves needs to be TRUE. > And double check the that the PE (pavtest) is on the list for the > queue > (also mentioned at the FAQ

Re: [OMPI users] openmpi 1.3 and gridengine tight integrationproblem

2009-03-18 Thread Rene Salmon
> > aha. Did you compile Open MPI 1.3 with the SGE option? > Yes I did. hpcp7781(salmr0)142:ompi_info |grep grid MCA ras: gridengine (MCA v2.0, API v2.0, Component v1.3) > > > setenv LD_LIBRARY_PATH /bphpc7/vol0/salmr0/ompi/lib > > Maybe you have to set this LD_LIBRARY_PAT

Re: [OMPI users] openmpi 1.3 and gridengine tight integrationproblem

2009-03-18 Thread Rene Salmon
Hi, Thanks for the help. I only use the machine file to run outside of SGE just to test/prove that things work outside of SGE. When I run with in SGE here is what the job script looks like: hpcp7781(salmr0)128:cat simple-job.sh #!/bin/csh # #$ -S /bin/csh setenv LD_LIBRARY_PATH /bphpc7/vol0/sal

Re: [OMPI users] Compile problems with xlf and xlc on power

2009-01-13 Thread Rene Salmon
We found the problem. We made some changes to the default compile line for xlf so that our users don't have to type long compile lines. We edited the file: /etc/opt/ibmcmp/xlf/12.1/xlf.cfg and appended this line to the xlf90 sections: options= -qfree=f90,-q64,-qextname,-qarch=auto,-qtune=

[OMPI users] --enable-static --enable-shared using intel compilers

2008-10-09 Thread Rene Salmon
Hi, I am trying to compile openmpi-1.2.7 and get both the static and shared mpi libs using the intel compilers. Here is my configure line: ./configure CFLAGS="-static-intel" CXXFLAGS="-static-intel" FFLAGS="-static-intel" FCFLAGS="-static-intel" CC=icc CXX=icpc F77=ifort FC=ifort --enable-shared