We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6819b24 commit 61c60f5Copy full SHA for 61c60f5
CMakeLists.txt
@@ -56,7 +56,7 @@ if (MPI_FOUND)
56
else()
57
message(STATUS "--> MPI Fortran Compiler : ${MPI_Fortran_COMPILER}")
58
SET(Fortran_COMPILER "${CMAKE_Fortran_COMPILER}")
59
- SET(CMAKE_Fortran_COMPILER "${MPI_Fortran_COMPILER}")
+ #SET(CMAKE_Fortran_COMPILER "${MPI_Fortran_COMPILER}")
60
message(STATUS "--> Fortran Compiler : ${CMAKE_Fortran_COMPILER}")
61
endif()
62
0 commit comments