On 10/30/2014 10:41 AM, Thompson, KT wrote: > Please find below a proposed patch that addresses this bug: > http://public.kitware.com/Bug/view.php?id=15182 > (FindMPI.cmake fails to properly detect Intel MPI 5.0.1).
Thanks. I've linked this thread from the issue. There are many invocations of the mpi compiler in the module, but the patch only deals with two of them. We may need to instead refactor the module to put calls to execute_process inside a helper macro. Then the macro could add this extra check for the workaround. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
