mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
And include these modulefile examples as Tcl code in recipe document to get their content highlighted.
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
#%Module
|
|
# Dummy modulefile for intelmpi
|
|
|
|
set version default
|
|
set compilerTag intel/2018
|
|
set moduledir [file dirname $ModulesCurrentModulefile]
|
|
source $moduledir/common
|