module-load
Under Construction
The English version of this document is under construction and will be available soon.
module 選取
清除所有module的載入設定,並查看現有可用module資源。 (modulefiles 配置可能隨時更動,請下module avail查看最新配置)
# Clean Module Setting
module purge
# Check Module Available Status
module avail
載入所選取的Module,這裡選用GNU7 與 MVAPICH Module。
module purge
module load compiler/gnu/7.3.0 mvapich2/2.2
檢查載入module狀態
module list