Re: [OMPI users] feature requests: mpic++ to report both release and debug flags

2012-01-17 Thread MM
Yes this is what I'd need exactly. That sounds great to just include in the released binaries then. I believe most people who download the binaries will use them to link against those mpi libraries and therefore they write source code, so they debug it. The user can built release, and would need

Re: [OMPI users] feature requests: mpic++ to report both release and debug flags

2012-01-17 Thread Shiqing Fan
Hi MM, Actually option 3 has already been implemented for Windows build, and it seems adequate. But it was not targeting for the windows binary, as only quite a few users require this feature. When enabling WANT_EXE_DEBUG_POSTFIX option in CMake GUI, the build system will generate mpic++.exe

[OMPI users] feature requests: mpic++ to report both release and debug flags

2012-01-16 Thread MM
Hello, It would be useful for the end user to use mpic++ to obtain the compile and link flags for both release and debug builds. There is a number of possible solutions: 1. add the showme flags of mpic++ and any other similar binary to something like -showme:compile_debug -showme:compi