Re: [OMPI users] Passing LD_LIBRARY_PATH to orted

2008-10-10 Thread Gus Correa
Hi Craig, George, list Here is a quick and dirty solution I used before for a similar problem. Link the Intel libraries statically, using the "-static-intel" flag. Other shared libraries continue to be dynamically linked. For instance: mipf90 -static-intel my_mpi_program.f90 What is not clear

Re: [OMPI users] Passing LD_LIBRARY_PATH to orted

2008-10-10 Thread George Bosilca
Craig, This is a problem with the Intel libraries and not the Open MPI ones. You have to somehow make these libraries available on the compute nodes. What I usually do (but it's not the best way to solve this problem) is to copy these libraries somewhere on my home area and to add the dir

[OMPI users] Passing LD_LIBRARY_PATH to orted

2008-10-10 Thread Craig Tierney
I am having problems launching openmpi jobs on my system. I support multiple versions of MPI and compilers using GNU Modules. For the default compiler, everything is fine. For non-default, I am having problems. I built Openmpi-1.2.6 (and 1.2.7) with the following configure options: # module

Re: [OMPI users] Crashes over TCP/ethernet but not on shared memory

2008-10-10 Thread George Bosilca
On Oct 10, 2008, at 12:42 PM, V. Ram wrote: Can anyone else suggest why the code might be crashing when running over ethernet and not over shared memory? Any suggestions on how to debug this or interpret the error message issued from btl_tcp_frag.c ? Unfortunately this is a standard error

Re: [OMPI users] Performance: MPICH2 vs OpenMPI

2008-10-10 Thread Brian Dobbins
Hi guys, On Fri, Oct 10, 2008 at 12:57 PM, Brock Palen wrote: > Actually I had a much differnt results, > > gromacs-3.3.1 one node dual core dual socket opt2218 openmpi-1.2.7 > pgi/7.2 > mpich2 gcc > For some reason, the difference in minutes didn't come through, it seems, but I would gue

Re: [OMPI users] Performance: MPICH2 vs OpenMPI

2008-10-10 Thread Brock Palen
Whoops didn't include the mpich2 numbers, 20M mpich2 same node, Brock Palen www.umich.edu/~brockp Center for Advanced Computing bro...@umich.edu (734)936-1985 On Oct 10, 2008, at 12:57 PM, Brock Palen wrote: Actually I had a much differnt results, gromacs-3.3.1 one node dual core dual so

Re: [OMPI users] Performance: MPICH2 vs OpenMPI

2008-10-10 Thread Brock Palen
Actually I had a much differnt results, gromacs-3.3.1 one node dual core dual socket opt2218 openmpi-1.2.7 pgi/7.2 mpich2 gcc 19M OpenMPI M Mpich2 So for me OpenMPI+pgi was faster, I don't know how you got such a low mpich2 number. On the other hand if you do this preprocess befo

Re: [OMPI users] Crashes over TCP/ethernet but not on shared memory

2008-10-10 Thread V. Ram
Leonardo, These nodes are all using intel e1000 chips. As the nodes are AMD K7-based, these are the older chips, not the new ones with all the eeprom issues with the newer kernel. The kernel in use is from the 2.6.22 family, and the e1000 driver is the one shipped with the kernel. I am running

Re: [OMPI users] Crashes over TCP/ethernet but not on shared memory

2008-10-10 Thread V. Ram
Sorry for replying to this so late, but I have been away. Reply below... On Wed, 1 Oct 2008 11:58:30 -0400, "Aurélien Bouteiller" said: > If you have several network cards in your system, it can sometime get > the endpoints confused. Especially if you don't have the same number > of cards or

[OMPI users] where is opal_install_dirs?

2008-10-10 Thread SLIM H.A.
I tried building Global Arrays with OpenMPI 1.2.3 and the portland compilers 7.0.2. It gives an error message about an undefined symbol "opal_install_dirs": mpif90 -O -i8 -c -o dgetf2.o dgetf2.f mpif90: symbol lookup error: mpif90: undefined symbol: opal_install_dirs make[1]: *** [dgetf2.o] Erro

[OMPI users] build failed using intel compilers on mac os

2008-10-10 Thread Warner Yuen
If using the Intel v10.1.x compilers to build a 64-bit version, by default (default installation), Intel invokes the 64-bit compiler. But yes, you can use the "-m64" flag as well. Warner Yuen Scientific Computing Consulting Engineer Apple Computer email: wy...@apple.com Tel: 408.718.2859

[OMPI users] OPENMPI 1.2.7 & PGI compilers: configure option --disable-ptmalloc2-opt-sbrk

2008-10-10 Thread Francesco Iannone
Dear openmpi users I have compiled oenmpi.1.2.7 with PGI 7.1-4 compilers with configure option ³--disable-ptmalloc2-opt-sbrk² , to fix a segmentation fault in sysMALLOC function of ³opal/mca/memory/ptmalloc2/malloc.c². Anybody knows what it means to compile with this option ? thanks Dr. Franc

Re: [OMPI users] Problem launching onto Bourne shell

2008-10-10 Thread Hahn Kim
Great, I look forward to 1.2.8! Hahn On Oct 9, 2008, at 2:32 PM, Hahn Kim wrote: FWIW, the fix has been pushed into the trunk, 1.2.8, and 1.3 SVN branches. So I'll probably take down the hg tree (we use those as temporary branches). On Oct 9, 2008, at 2:32 PM, Hahn Kim wrote: Hi, Thanks f

Re: [OMPI users] build failed using intel compilers on mac os x

2008-10-10 Thread Massimo Cafaro
Thank you very much. I am going to build again, using the new settings, as suggested. Best regards, Massimo On Oct 9, 2008, at 11:28 PM, Jeff Squyres wrote: The CXX compiler should be icpc, not icc. On Oct 7, 2008, at 11:08 AM, Massimo Cafaro wrote: Dear all, I tried to build the lates

Re: [OMPI users] Performance: MPICH2 vs OpenMPI

2008-10-10 Thread Sangamesh B
On Thu, Oct 9, 2008 at 7:30 PM, Brock Palen wrote: > Which benchmark did you use? > Out of 4 benchmarks I used d.dppc benchmark. > > Brock Palen > www.umich.edu/~brockp > Center for Advanced Computing > bro...@umich.edu > (734)936-1985 > > > > On Oct 9, 2008, at