-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert McLay
committed
Dec 17, 2021
1 parent
92c269e
commit d69a9cf
Showing
1 changed file
with
8 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.6 2021-12-06 17:19 -06:00 | ||
Modules based on Lua: Version 8.6.1 2021-12-10 14:46 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -150,12 +150,15 @@ One way that these variables can be used is part of a build system where | |
the executables and object files are placed in $TARG. You can also use | ||
$TARG_COMPILER_FAMILY to know which compiler you are using so that you | ||
can set the appropriate compiler flags. | ||
If the environment variable LMOD_SETTARG_FULL_SUPPORT is set to "yes" | ||
If the environment variable LMOD_SETTARG_FUNCTIONS is set to "yes" | ||
then helpful aliases are defined to set the debug/optimize/max debug | ||
build scenerio | ||
If the environment variable LMOD_SETTARG_TITLE_BAR is set to "yes" then | ||
the xterm title will be set with along with important modules like the | ||
compiler and mpi stack. | ||
If the environment variable LMOD_SETTARG_IN_PROMPT is NOT set to "no", | ||
then the settarg module will define the PROMPT_COMMAND in bash and | ||
precmd in zsh | ||
If the environment variable LMOD_SETTARG_TITLE_BAR is set to "yes" and | ||
LMOD_SETTARG_IN_PROMPT is not "no", then the xterm title will be set with | ||
along with important modules like the compiler and mpi stack. | ||
Settarg can do more. Please see the Lmod website for more details. | ||
]]) | ||
=========================== | ||
|