发布于 2013-12-11 23:55:41
在任何地方都找不到这份文件,所以我想办法和你分享。这是我的解释。请考虑以下几点:
module load a
module swap a b下面是根据环境模块为每个语句执行的内容:
module load a1. `[ module-info mode ] == "load" for modulefile a`
module swap a b1. `[module-info mode] == "switch1"` for modulefile a. This should unset prereqs and is similar to remove
2. `[module-info mode] == "switch2"` for modulefile b. This should add any dependencies. Simliar to "load"
3. `[module-info mode] == "switch3"` for modulefile a. Not sure why you'd need this.
https://stackoverflow.com/questions/20532410
复制相似问题