The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14991 ====================================================================== Reported By: RolandSchulz Assigned To: ====================================================================== Project: CMake Issue ID: 14991 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-06-25 18:03 EDT Last Modified: 2014-06-25 18:03 EDT ====================================================================== Summary: FindMPI doesn't pass compiler flags to $MPICC -show. Finds wrong libraries for Xeon Phi native mode. Description: The output of mpiicc -show is different if "-mmic" (Xeon Phi native mode) is added. FindMPI doesn't pass CMAKE_C_FLAGS to the showme command and thus the library discovered by FindMPI is the host CPU library and not the native mode Xeon Phi library. ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 2014-06-25 18:03 RolandSchulz New Issue ====================================================================== -- 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
