Test harness: add comments and parameter for CDash identifier
This commit is contained in:
parent
3e4a20319a
commit
c7b0a4b58a
1 changed files with 8 additions and 0 deletions
|
@ -147,4 +147,12 @@ compilerInstall=system
|
||||||
#export ParaView_VERSION=git # eg, cvs/git version
|
#export ParaView_VERSION=git # eg, cvs/git version
|
||||||
#export ParaView_MAJOR=3.7
|
#export ParaView_MAJOR=3.7
|
||||||
|
|
||||||
|
# System identifier for the OpenFOAM CDash test harness on openfoam-extend
|
||||||
|
#
|
||||||
|
# By default, your system FQN/hostname will be used as the system identifier
|
||||||
|
# when publishing your test harness results on the OpenFOAM CDash server
|
||||||
|
# on openfoam-extend.
|
||||||
|
# You can override your identifier using this environment variable
|
||||||
|
#export CDASH_SUBMIT_LOCAL_HOST_ID=choose_your_CDash_system_identifer
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
|
Reference in a new issue