Re: [OMPI users] statically linked OpenMPI 1.10.1 with PGI compilers

2015-12-31 Thread Jeff Hammond
I have no idea what ESMF is and am too lazy to google it, but I would consider a failure to build with dynamic OpenMPI libs to be a bug in EMSF, OpenMPI, the Intel compiler or the linker and devote the least amount of time possible to mitigating it. I guess that static linking is the easiest fix

Re: [OMPI users] statically linked OpenMPI 1.10.1 with PGI compilers

2015-12-31 Thread Matt Thompson
On Thu, Dec 31, 2015 at 4:37 PM, Jeff Hammond wrote: > Try using the same LDFLAGS for PGI. I think you got exactly what you > asked for from PGI when you used -Bstatic_pgi. > > I'm not sure what value there is to having mpirun be a static binary, > other than enabling users to be ignorant of how

Re: [OMPI users] statically linked OpenMPI 1.10.1 with PGI compilers

2015-12-31 Thread Jeff Hammond
Try using the same LDFLAGS for PGI. I think you got exactly what you asked for from PGI when you used -Bstatic_pgi. I'm not sure what value there is to having mpirun be a static binary, other than enabling users to be ignorant of how LD_LIBRARY_PATH works and wasting space in your filesystem. You

[OMPI users] statically linked OpenMPI 1.10.1 with PGI compilers

2015-12-31 Thread Ilias Miroslav
Dear experts, while I have succeeded to build fully statically linked OpenMPI with Intel compilers: ./configure --prefix=/home/ilias/bin/openmpi-1.10.1_intel_static --without-memory-manager CXX=icpc CC=icc F77=ifort FC=ifort LDFLAGS=--static --disable-shared --enable-static il...@grid.ui.sa