mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
Modernize and simplify modulefile code examples in documentation: * Follow coding convention defined for the project * Use simple "#%Module" file signature, no "1.0" suffix needed
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
#%Module
|
|
set version 2.0
|
|
set threadingmodel pthreads
|
|
|
|
set licensefile /special/license/file/for/bar/2.0/with/pthreads/license.lic
|
|
|
|
set moduledir [file dirname $ModulesCurrentModulefile]
|
|
source $moduledir/../common
|