Re: [OMPI users] OpenMPI 1.10.0 and old SUSE SLES 11 SP3

2015-09-14 Thread Gilles Gouaillardet
Filippo, the linker might look for the static libz library (e.g. libz.a) can you install it and try again ? if you configure with --enable-static, you will build both shared and static libraries. per your message, you need --enable-static, so you might want to configure with --enable-static

[OMPI users] OpenMPI 1.10.0 and old SUSE SLES 11 SP3

2015-09-14 Thread Filippo Spiga
Hello everybody, I desperately trying to compile on a SLES 11 SP3 OpenMPI 1.10.0 with MXM and FCA support. export MXM_DIR=/opt/mellanox/mxm export KNEM_DIR=$(find /opt -maxdepth 1 -type d -name "knem*" -print0) export FCA_DIR=/opt/mellanox/fca export HCOLL_DIR=/opt/mellanox/hcoll rm -rf build