Modules基本命令
- 显示可以使用的模块:
module avail/ava
- 加载模块:
module load/add R/4.1.3
- 卸载模块:
module unload/rm R/4.1.3
- 显示已加载的模块:
module list
- 卸载所有加载模块:
module purge
- 查看模块信息:
module show R/4.1.3
*参考资料: https://modules.readthedocs.io/en/latest/INSTALL.html
module avail/ava
module load/add R/4.1.3
module unload/rm R/4.1.3
module list
module purge
module show R/4.1.3
*参考资料: https://modules.readthedocs.io/en/latest/INSTALL.html