>If there's a reason you did --enable-static --disable-shared Basically, I want to prevent dynamic library problems (ldd) on a distributed environment.
$ mpifort --showme gfortran -I/opt/openmpi-2.0.1/include -pthread -I/opt/openmpi-2.0.1/lib -Wl,-rpath -Wl,/opt/openmpi-2.0.1/lib -Wl,--enable-new-dtags -L/opt/openmpi-2.0.1/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lopen-rte -lopen-pal -lm -lrt -lutil As I said, --disbale-dlopen fixed that error. But, if anybody know how to have --enable-static --disable-shared with dlopen, please let me know. Regards, Mahmood
_______________________________________________ users mailing list users@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/users