This shows you the differences between two versions of the page.
wiki:prototype:envmodules [2016/08/08 13:59] 127.0.0.1 external edit |
wiki:prototype:envmodules [2019/07/08 10:38] (current) kpeiro |
||
---|---|---|---|
Line 15: | Line 15: | ||
<code bash> | <code bash> | ||
+ | # To charge the module software | ||
+ | source /etc/profile.d/modules.sh | ||
+ | |||
# To load a module | # To load a module | ||
module load modulefile [modulefile ...] | module load modulefile [modulefile ...] | ||
Line 37: | Line 40: | ||
<code bash> | <code bash> | ||
+ | source /etc/profile.d/modules.sh | ||
module load gcc/5.3.0 mpich/3.2 | module load gcc/5.3.0 mpich/3.2 | ||
</code> | </code> |