mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
And make it a repository for additional test modulefiles that do not need to take part in the global avail tests made over the main repository (modulefiles) and who could mixed with others (like other and other2).
32 lines
756 B
Groff
32 lines
756 B
Groff
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: setenv/%M%
|
|
# Revision: %I%
|
|
# First Edition: 2001/07/06
|
|
# Last Mod.: %U%, %G%
|
|
#
|
|
# Authors: R.K. Owen, rk@owen.sj.ca.us
|
|
#
|
|
# Description: Testuite modulefile
|
|
# Command:
|
|
# Sub-Command: use
|
|
#
|
|
# Invocation: load @M@
|
|
# Result: %R{
|
|
# setenv _LMFILES_ ${_LMFILES_}:@M@/@V@
|
|
# setenv LOADEDMODULES ${LOADEDMODULES}:@P@/@M@/@V@
|
|
# }R%
|
|
# Comment: %C{
|
|
# Check the 'use' command
|
|
# This form is for backward compatibility
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
module use -append $env(TESTSUITEDIR)/modulefiles.2
|
|
|