The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12553 ====================================================================== Reported By: K. R. Walker Assigned To: ====================================================================== Project: CMake Issue ID: 12553 Category: Modules Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-11-02 15:41 EDT Last Modified: 2011-11-02 15:41 EDT ====================================================================== Summary: FindMPI.cmake fails if MPI_LINK_CMDLINE contains multiple lines. Description: On at least two systems, mpif90 -show returns a 3-line script (see attached reproduce.cmake) which causes the link command-line to be parsed incorrectly. This leads to MPI not finding "rt\nrm" (notice embedded newline).
Steps to Reproduce: cmake -P reproduce.cmake # see attached. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-11-02 15:41 K. R. Walker New Issue 2011-11-02 15:41 K. R. Walker File Added: reproduce.cmake ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
