-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CMake to obtain configuration information
- Loading branch information
1 parent
1d4feb6
commit b2ff2a5
Showing
6 changed files
with
97 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
CMake Configuration: | ||
|
||
CMake v${CMAKE_VERSION} on ${SITE_NAME} | ||
|
||
C : ${CMAKE_C_COMPILER_ID} v${CMAKE_C_COMPILER_VERSION} (${CMAKE_C_COMPILER}) | ||
Fortran : ${CMAKE_Fortran_COMPILER_ID} v${CMAKE_Fortran_COMPILER_VERSION} (${CMAKE_Fortran_COMPILER}) | ||
|
||
PRE_PROCESS : ${MFC_PRE_PROCESS} | ||
SIMULATION : ${MFC_SIMULATION} | ||
POST_PROCESS : ${MFC_POST_PROCESS} | ||
SYSCHECK : ${MFC_SYSCHECK} | ||
DOCUMENTATION : ${MFC_DOCUMENTATION} | ||
ALL : ${MFC_ALL} | ||
|
||
MPI : ${MFC_MPI} | ||
OpenACC : ${MFC_OpenACC} | ||
|
||
Fypp : ${FYPP_EXE} | ||
Doxygen : ${DOXYGEN_EXECUTABLE} | ||
|
||
Build Type : ${CMAKE_BUILD_TYPE} | ||
|
||
Configuration Environment: | ||
|
||
CC : $ENV{CC} | ||
CXX : $ENV{CXX} | ||
FC : $ENV{FC} | ||
OMPI_CC : $ENV{OMPI_CC} | ||
OMPI_CXX : $ENV{OMPI_CXX} | ||
OMPI_FC : $ENV{OMPI_FC} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters