# This is the CMakeCache file. # For build in directory: /lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/build # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Path to a program. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //Output Directory for all static libraries. CMAKE_ARCHIVE_OUTPUT_DIRECTORY:PATH=/lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/build/lib //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING= //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //C compiler CMAKE_C_COMPILER:STRING=/opt/cray/pe/craype/2.7.13/bin/cc //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the C compiler during RELEASE builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Path to a program. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Fortran compiler CMAKE_Fortran_COMPILER:STRING=/opt/cray/pe/craype/2.7.13/bin/ftn //Flags used by the Fortran compiler during all build types. CMAKE_Fortran_FLAGS:STRING= //Flags used by the Fortran compiler during DEBUG builds. CMAKE_Fortran_FLAGS_DEBUG:STRING=-g -assume byterecl //Flags used by the Fortran compiler during MINSIZEREL builds. CMAKE_Fortran_FLAGS_MINSIZEREL:STRING=-Os //Fortran flags CMAKE_Fortran_FLAGS_RELEASE:STRING=-DTIMER2 -traceback -O2 -debug minimal //Flags used by the Fortran compiler during RELWITHDEBINFO builds. CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -debug inline_debug_info -assume byterecl //Output location for include files and fortran modules CMAKE_Fortran_MODULE_DIRECTORY:PATH=/lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/build/include //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //Output Directory for all shared libraries. CMAKE_LIBRARY_OUTPUT_DIRECTORY:PATH=/lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/build/lib //Path to a program. CMAKE_LINKER:FILEPATH=/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=SCHISM //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib //Path to a program. CMAKE_READELF:FILEPATH=/usr/bin/readelf //Output Directory for executables. CMAKE_RUNTIME_OUTPUT_DIRECTORY:PATH=/lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/build/bin //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //C Preprocessor Flag C_PREPROCESS_FLAG:STRING=-cpp //OFF DEBUG:STRING=OFF //Path to FABM base FABM_BASE:STRING=/sciclone/home10/wangzg/fabm //OFF ICM_PH:BOOL=OFF //OFF INCLUDE_TIMING:BOOL=OFF //Executable for running MPI programs. MPIEXEC_EXECUTABLE:FILEPATH=/pe/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpiexec.hydra //Maximum number of processors available to run MPI applications. MPIEXEC_MAX_NUMPROCS:STRING=128 //Flag used by MPI to specify the number of processes for mpiexec; // the next option will be the number of processes. MPIEXEC_NUMPROC_FLAG:STRING=-n //These flags will be placed after all flags passed to mpiexec. MPIEXEC_POSTFLAGS:STRING= //These flags will be directly before the executable that is being // run by mpiexec. MPIEXEC_PREFLAGS:STRING= //Version of MPI API (1 or 2) MPIVERSION:STRING=2 //MPI C additional include directories MPI_C_ADDITIONAL_INCLUDE_DIRS:STRING= //MPI compiler for C MPI_C_COMPILER:FILEPATH=/opt/cray/pe/craype/2.7.13/bin/cc //MPI C compiler wrapper include directories MPI_C_COMPILER_INCLUDE_DIRS:STRING= //MPI C compilation definitions MPI_C_COMPILE_DEFINITIONS:STRING= //MPI C compilation flags MPI_C_COMPILE_OPTIONS:STRING= //MPI C linker flags MPI_C_LINK_FLAGS:STRING= //MPI Fortran additional include directories MPI_Fortran_ADDITIONAL_INCLUDE_DIRS:STRING= //MPI compiler for Fortran MPI_Fortran_COMPILER:FILEPATH=/opt/cray/pe/craype/2.7.13/bin/ftn //MPI Fortran compiler wrapper include directories MPI_Fortran_COMPILER_INCLUDE_DIRS:STRING= //MPI Fortran compilation definitions MPI_Fortran_COMPILE_DEFINITIONS:STRING= //MPI Fortran compilation flags MPI_Fortran_COMPILE_OPTIONS:STRING= //MPI Fortran linker flags MPI_Fortran_LINK_FLAGS:STRING= //OFF NO_PARMETIS:STRING=ON //NetCDF nc-config helper NetCDF_C_CONFIG_EXECUTABLE:FILEPATH=/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/bin/nc-config //NetCDF C Found NetCDF_C_FOUND:BOOL=TRUE //NetCDF C include directory NetCDF_C_INCLUDE_FILE:FILEPATH=/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/include/netcdf.h //NetCDF C library NetCDF_C_LIBRARY:STRING=/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/lib/libnetcdf.so //NetCDF nf-config helper NetCDF_Fortran_CONFIG_EXECUTABLE:FILEPATH=/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/bin/nf-config //NetCDF Fortran Found NetCDF_Fortran_FOUND:BOOL=TRUE //NetCDF Fortran include directory NetCDF_Fortran_INCLUDE_FILE:FILEPATH=/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/include/netcdf.mod //NetCDF Fortran library NetCDF_Fortran_LIBRARY:STRING=/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/lib/libnetcdff.so //NetCDF include targets NetCDF_INCLUDE_DIRS:STRING=/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/include //NetCDF library targets NetCDF_LIBRARIES:STRING=/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/lib/libnetcdf.so;/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/lib/libnetcdff.so //NetCDF has parallel IO capability via pnetcdf or hdf5. NetCDF_PARALLEL:STRING=TRUE //OFF OLDIO:STRING=OFF //OFF PREC_EVAP:STRING=OFF //Value Computed by CMake SCHISM_BINARY_DIR:STATIC=/lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/build //Base name (modules and file extension to be added of the executable. // If you want a machine name, add it here SCHISM_EXE_BASENAME:STRING=pschism_wcoss2 //Value Computed by CMake SCHISM_SOURCE_DIR:STATIC=/lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/src //Flux limiter TVD_LIM:STRING=VL //OFF USE_AGE:STRING=OFF //OFF USE_ANALYSIS:STRING=OFF //OFF USE_BULK_FAIRALL:STRING=OFF //Use module USE_COSINE:STRING=OFF //OFF USE_DVD:STRING=OFF //Use module USE_ECO:STRING=OFF //Use module USE_FABM:STRING=OFF //Use module USE_FIB:STRING=OFF //OFF USE_GEN:STRING=OFF //OFF USE_GOTM:STRING=OFF //OFF USE_HA:STRING=OFF //Use module USE_HYDRO:BOOL=ON //Use module USE_ICE:STRING=OFF //Use module USE_ICM:STRING=OFF //OFF USE_MARSH:STRING=OFF //Use module USE_MICE:STRING=OFF //OFF USE_PAHM:STRING=OFF //Use module USE_SCHISM:BOOL=ON //Use module USE_SED:STRING=OFF //Use module USE_SED2D:STRING=OFF //OFF USE_SIMPLE_WIND:BOOL=OFF //Use module USE_WW3:STRING=OFF //Use module USE_WWM:STRING=OFF //Path to a program. XIAR:FILEPATH=/pe/intel/compilers_and_libraries_2020.4.304/linux/bin/intel64/xiar ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=17 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=0 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //ADVANCED property for variable: CMAKE_Fortran_COMPILER CMAKE_Fortran_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_DEBUG CMAKE_Fortran_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_MINSIZEREL CMAKE_Fortran_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELWITHDEBINFO CMAKE_Fortran_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/lfs/h1/ops/para/packages/nwm.v3.0.3/sorc/schism/src //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=14 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/cmake //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Details about finding MPI FIND_PACKAGE_MESSAGE_DETAILS_MPI:INTERNAL=[TRUE][TRUE][c ][v3.1()] //Details about finding MPI_C FIND_PACKAGE_MESSAGE_DETAILS_MPI_C:INTERNAL=[/opt/cray/pe/craype/2.7.13/bin/cc][TRUE][v3.1()] //Details about finding MPI_Fortran FIND_PACKAGE_MESSAGE_DETAILS_MPI_Fortran:INTERNAL=[/opt/cray/pe/craype/2.7.13/bin/ftn][TRUE][v3.1()] //Details about finding NetCDF FIND_PACKAGE_MESSAGE_DETAILS_NetCDF:INTERNAL=[/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/include][/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/lib/libnetcdf.so;/apps/prod/hpc-stack/intel-19.1.3.304/cray-mpich-8.1.4/netcdf/4.7.4/lib/libnetcdff.so][cfound components: C Fortran ][v4.7.4()] //ADVANCED property for variable: MPIEXEC_EXECUTABLE MPIEXEC_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_MAX_NUMPROCS MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_NUMPROC_FLAG MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_POSTFLAGS MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_PREFLAGS MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_ADDITIONAL_INCLUDE_DIRS MPI_C_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILER MPI_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILER_INCLUDE_DIRS MPI_C_COMPILER_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILE_DEFINITIONS MPI_C_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILE_OPTIONS MPI_C_COMPILE_OPTIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_LINK_FLAGS MPI_C_LINK_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_Fortran_ADDITIONAL_INCLUDE_DIRS MPI_Fortran_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_Fortran_COMPILER MPI_Fortran_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_Fortran_COMPILER_INCLUDE_DIRS MPI_Fortran_COMPILER_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_Fortran_COMPILE_DEFINITIONS MPI_Fortran_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_Fortran_COMPILE_OPTIONS MPI_Fortran_COMPILE_OPTIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_Fortran_LINK_FLAGS MPI_Fortran_LINK_FLAGS-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE MPI_RESULT_C_test_mpi_normal:INTERNAL=TRUE //Result of TRY_COMPILE MPI_RESULT_Fortran_mpiver_F08_MODULE:INTERNAL=TRUE //Result of TRY_COMPILE MPI_RESULT_Fortran_test_mpi_F08_MODULE:INTERNAL=TRUE //Result of TRY_COMPILE MPI_RESULT_Fortran_test_mpi_F77_HEADER:INTERNAL=TRUE //Result of TRY_COMPILE MPI_RESULT_Fortran_test_mpi_F90_MODULE:INTERNAL=TRUE //ADVANCED property for variable: NetCDF_C_INCLUDE_FILE NetCDF_C_INCLUDE_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NetCDF_C_LIBRARY NetCDF_C_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NetCDF_Fortran_INCLUDE_FILE NetCDF_Fortran_INCLUDE_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NetCDF_Fortran_LIBRARY NetCDF_Fortran_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: XIAR XIAR-ADVANCED:INTERNAL=1