Re: [OMPI users] removing hard-coded paths from OpenMPI shared libraries

2006-11-20 Thread Jeff Squyres
This is certainly the default for GNU Libtool-build shared libraries (such as Open MPI). Ralf W -- is there a way to disable this? As a sidenote, we added the "--prefix" option to mpirun to be able to override the LD_LIBRARY_PATH on remote nodes for circumstances like this. For example, s

[OMPI users] Quote on mvapich site

2006-11-20 Thread Maestas, Christopher Daniel
I believe the quote regarding thunderbird on the following site is not correct: http://nowlab.cse.ohio-state.edu/projects/mpi-iba/ We do have mvapich installed on thunderbird, but I believe the quote is misleading in leading people to believe mvapich was used to obtain our recent top500 nu

Re: [OMPI users] myrinet mx and openmpi using solaris, sun compilers

2006-11-20 Thread Galen M. Shipman
m2001(120) > mpirun -np 6 -hostfile hostsfile -mca btl mx,self b_eff This does appear to be a bug, although you are using the MX BTL. Our higher performance path is the MX MTL. To use this try: mpirun -np 6 -hostfile hostsfile -mca pml cm b_eff Also, just for grins, could you try: mpi

[OMPI users] myrinet mx and openmpi using solaris, sun compilers

2006-11-20 Thread Lydia Heck
I have built the myrinet drivers with gcc or the studio 11 compilers from sun. The following problem appears for both installations. I have tested the myrinet installations using myricoms own test programs. Then I build open-mpi using the studio11 compilers enabling myrinet. All the library pat

[OMPI users] removing hard-coded paths from OpenMPI shared libraries

2006-11-20 Thread Patrick Jessee
Hello. I'm wondering if anyone knows of a way to get OpenMPI to compile shared libraries without hard-coding the installation directory in them. After compiling and installing OpenMPI, the shared libraries have the installation libraries hard-coded in them. For instance: $ ldd libmpi.so

Re: [OMPI users] Advice for a cluster software

2006-11-20 Thread Reuti
Hi, Am 20.11.2006 um 13:12 schrieb Epitropakis Mixalis 00064: Hello everyone! I am a member of a research laboratory in University of Patras, Greece. We have ordered our first cluster and in the following days it will arrive. So, we will need the help of experts in order to decide which clu

Re: [OMPI users] Error: SAVE statement at (1) follows blanket SAVE statement in file mpif.h

2006-11-20 Thread Michael
The problem discussed here is with MPICH2 version of MPI not OpenMPI. Michael On Nov 18, 2006, at 9:22 AM, Jeff Squyres wrote: We do not appear to have the token "save" anywhere in our mpif.h file. Can you send a copy of the mpif.h file that your compiler is finding (and ensure that it belon

[OMPI users] Advice for a cluster software

2006-11-20 Thread Epitropakis Mixalis 00064
Hello everyone! I am a member of a research laboratory in University of Patras, Greece. We have ordered our first cluster and in the following days it will arrive. So, we will need the help of experts in order to decide which cluster management and job scheduling software is the most suitable

Re: [OMPI users] btl mx : file not found

2006-11-20 Thread Lydia Heck
I have solved this problem myself. The mx drivers are built using the gcc compilers both in 64 and 32 bit. I was trying to build 64-bit openmpi on the sun and I am afraid I overlooked that I had to give the path to the 64-bit gcc libs EXPLICITLY in the build of the openmpi. These libraries were