Re: [OMPI users] Problem in static linking and usage of openmpi with icc (and gcc)

2011-06-29 Thread Gus Correa
Hi Rohan Have you tried to configure/compile OpenMPI and compile your program with: -static-intel (Intel icc/ifort) -Bstatic_pgi (PGI pgcc/pgf90) ? Presumably this will link to each *compiler's* static libraries. You may not need to configure Open MPI with --disable-shared, if you copy it ove

Re: [OMPI users] Problem in static linking and usage of openmpi with icc (and gcc)

2011-06-29 Thread Jeff Squyres
On Jun 29, 2011, at 11:31 AM, rohan nigam wrote: > I am trying to statically build open mpi libraries from a server which has > intel and pgi compilers installed and copy the resulting binaries to be used > on another test server since I do not have intel and pgi compilers on these > test serve

[OMPI users] Problem in static linking and usage of openmpi with icc (and gcc)

2011-06-29 Thread rohan nigam
Hello Everyone, I am trying to statically build open mpi libraries from a server which has intel and pgi compilers installed and copy the resulting binaries to be used on another test server since I do not have intel and pgi compilers on these test servers (only gcc). First of all, please tell m