Problem with install rosetta mpi #276
-
|
I have this problem to install and get this error mpiCC -o build/src/release/linux/4.18/64/x86/gcc/8/mpi-serialization/torsional_potential_corrections.mpiserialization.linuxgccrelease -Wl,--disable-new-dtags -Wl,-rpath=/data1/tlarnd2/software/rosetta/source/build/src/release/linux/4.18/64/x86/gcc/8/mpi-serialization -Wl,-rpath=/data1/tlarnd2/software/rosetta/source/build/external/release/linux/4.18/64/x86/gcc/8/mpi-serialization -Wl,-rpath=$ORIGIN -Wl,-rpath=$ORIGIN/../lib build/src/release/linux/4.18/64/x86/gcc/8/mpi-serialization/apps/public/weight_optimization/torsional_potential_corrections.o -Lexternal/lib -Lbuild/src/release/linux/4.18/64/x86/gcc/8/mpi-serialization -Lsrc -Lbuild/external/release/linux/4.18/64/x86/gcc/8/mpi-serialization -Lexternal -L/usr/local/amber22/lib -L/usr/local/cuda/lib -L/usr/local/cuda/lib64 -L/usr/local/amber22/lib -L/usr/local/cuda/lib -L/usr/local/cuda/lib64 -L/usr/local/amber22/lib -L/usr/local/cuda/lib -L/usr/local/cuda/lib64 -L/usr/local/amber22/lib -L/usr/local/cuda/lib -L/usr/local/cuda/lib64 -L/usr/lib -L/usr/local/lib -ldevel -lprotocols.8 -lprotocols.7 -lprotocols_e.6 -lprotocols_d.6 -lprotocols_c.6 -lprotocols_b.6 -lprotocols_a.6 -lprotocols_h.5 -lprotocols_g.5 -lprotocols_f.5 -lprotocols_e.5 -lprotocols_d.5 -lprotocols_c.5 -lprotocols_b.5 -lprotocols_a.5 -lprotocols.4 -lprotocols.3 -lprotocols_b.2 -lprotocols_a.2 -lprotocols.1 -lcore.6 -lcore.5 -lcore.4 -lcore.3 -lcore.2 -lcore.1 -lbasic -lnumeric -lutility -lObjexxFCL -lz -lzlib -lcppdb -lsqlite3 -lcifparse -lxml2 -lzmq -lrdkit -lbcl -lcmaes |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
You typically only get "scons: done building targets." if the build is successful. So there doesn't look to be any hard errors with the compilation process. The message you're seeing about conflicts is a warning message. It may or may not be an issue when you actually run things. If it is an issue, then the most likely cause is the result of partial recompilation in different MPI environments. If you compile part of Rosetta under one MPI system and then compile the rest under a different MPI system, you may see similar such errors. To fix it you'll have to do a clean recompile. Running the (exact same) scons command with When you recompile, make sure you're using a consistent MPI environment. For many HPC cluster systems, you may need to do particular |
Beta Was this translation helpful? Give feedback.
-
|
Problem is fixed by not exporting amber. it seems amber caused a conflict in the machine |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I met similar issues. I have used Rosetta some time. Today, when I run cartesian_ddg.mpi.linuxgccrelease to calculate ddG, this error thrown suddenly. Can you give some advice to address this issue? |
Beta Was this translation helpful? Give feedback.
Problem is fixed by not exporting amber. it seems amber caused a conflict in the machine