You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
The text was updated successfully, but these errors were encountered: