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
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
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