Dear all,
I am trying to compilation of Rosetta_scr_3.12 (using gcc-7 as the compiler) in large computational cluster with the following command:
./scons.py bin mode=release extras=mpi -j 24
I get the following error message:
/WORK/app/osenv/ln1/usr/local/mpi3-dynamic/lib/libmpi.so: undefined reference to `__intel_sse2_strdup’
build/src/release/linux/2.6/64/x86/gcc/7.5/mpi/libprotocols.7.so: undefined reference to `ompi_mpi_comm_world’
build/external/release/linux/2.6/64/x86/gcc/7.5/mpi/libsqlite3.so: undefined reference to `_intel_fast_memcmp’
build/src/release/linux/2.6/64/x86/gcc/7.5/mpi/libprotocols.3.so: undefined reference to `ompi_mpi_op_sum’
build/src/release/linux/2.6/64/x86/gcc/7.5/mpi/libprotocols.3.so: undefined reference to `ompi_mpi_comm_null’
collect2: error: ld returned 1 exit status
scons: *** [build/src/release/linux/2.6/64/x86/gcc/7.5/mpi/ddg_monomer.mpi.linuxgccrelease] Error 1
scons: building terminated because of errors.
I am a common customer of the computational cluster system and do not have a root access. Do you know how to solve the problem?
Thank you in advance.