Difference between revisions of "CMake"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==") |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 23: | Line 23: | ||
CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. | CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. | ||
− | |||
− | |||
− | |||
<!--Modules--> | <!--Modules--> | ||
− | + | ==Environment Modules== | |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | + | ==System Variables== | |
+ | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
* HPC_CMAKE_BIN - executable directory | * HPC_CMAKE_BIN - executable directory | ||
* HPC_CMAKE_DOC - documentation directory | * HPC_CMAKE_DOC - documentation directory | ||
Line 45: | Line 43: | ||
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}} | ||
<!--Policy--> | <!--Policy--> | ||
− | {{#if: {{#var: policy}}|==Usage | + | {{#if: {{#var: policy}}|==Usage Policy== |
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used) | WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used) | ||
|}} | |}} |
Latest revision as of 13:49, 15 August 2022
Description
CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
Environment Modules
Run module spider cmake
to find out what environment modules are available for this application.
System Variables
- HPC_CMAKE_DIR - installation directory
- HPC_CMAKE_BIN - executable directory
- HPC_CMAKE_DOC - documentation directory
- HPC_CMAKE_INC - includes directory