Difference between revisions of "CMake"

From UFRC
Jump to navigation Jump to search
m (Text replace - "<!--Run-->" to "==System Variables== * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory <!--Run--> ")
 
(6 intermediate revisions by 3 users not shown)
Line 24: Line 24:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
+
==System Variables==
*{{#var:app}}
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
 
 
* HPC_CMAKE_BIN - executable directory
 
* HPC_CMAKE_BIN - executable directory
 
* HPC_CMAKE_DOC - documentation directory
 
* HPC_CMAKE_DOC - documentation directory
 
* HPC_CMAKE_INC - includes directory
 
* HPC_CMAKE_INC - includes directory
==System Variables==
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
 
<!--Run-->
 
<!--Run-->
 
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY
 
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY

Latest revision as of 13:49, 15 August 2022

Description

cmake website  

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