Hi,
There is no easy solution. But you can try to use WANT_EXE_DEBUG_POSTFIX
option in CMake GUI. Enabling this option will generate different
executable.library names for debug and release build. For example,
mpic++d.exe for debug and mpic++.exe for release.
For you case, just build both de
Hello,
Compiling boost mpi library uses mpic++ to get the compile flags to pass to
cl.exe and link libs to pass to the linker.
In my case:
>>> mpic++ -showme:compile
/I"C:\Program Files\openmpi\bin/../include" /TP /EHsc /MD
>>> mpic++ -showme:link
/link /LIBPATH:"C:\Program Files\openmpi\bi