Open Thannozzz opened 4 years ago
@Thannozzz As far as I know, development and maintenance of Sassena has been discontinued. You may want to contact Loukas Petridis to see if he can help you
Dear @jmborr Is there a replacement you use instead of sassena? Thank you and all best, Sebastian.
you could try with nMoldyn, or LiquidLib
Hello,
I am trying to change the compiler to mpiicpc within the CMakeLists.txt.depends in order to analyze the code using intel analyzers like vtune or advisor. However, whenever I try to change the compiler to mpiicpc, it shows, libmpi.so.40, needed by libboost_mpi.so.1.74.0, may conflict with libmpi.so.12
Could anyone comment on this how to fix this problem? I believe the possible reason is that boost library could be dependent on openmpi implementation and intel compiler is dependent on intel implementation.
I believe this could open doors for further optimization of the code, if at all possible.
Thanks in advance, Arnab