mirror of
https://github.com/envmodules/modules.git
synced 2026-06-07 00:25:05 +08:00
32 lines
709 B
Plaintext
32 lines
709 B
Plaintext
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: prereq/%M%
|
|
# Revision: %I%
|
|
# First Edition: 2017/12/07
|
|
# Last Mod.: %U%, %G%
|
|
#
|
|
# Authors: Xavier Delaruelle, xavier.delaruelle@cea.fr
|
|
#
|
|
# Description: Testuite modulefile
|
|
# Command:
|
|
# Sub-Command: prereq, setenv
|
|
#
|
|
# Invocation: load
|
|
# Result: %R{
|
|
# }R%
|
|
# Comment: %C{
|
|
# Check the 'prereq' command. Plays with full path names.
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
set modpath $env(TESTSUITEDIR)/modulefiles
|
|
|
|
prereq $modpath/setenv/1.0
|
|
|
|
setenv testsuite "yes"
|