일반적으로 모듈 Configuration file은 아래의 디렉토리에 작성하면 된다.
/opt/modules/modulefiles
다름은 Module을 사용하기 위한 기본 명령어 들이다.
• module avail: Lists all available modules on the system.
• module load <module_name>: Loads the specified module and modifies your current shell environment accordingly.
• module unload <module_name>: Unloads a previously loaded module and reverts the environment changes it made.
• module list: Shows which modules are currently loaded in your session.
'C C++' 카테고리의 다른 글
OpenMPI Compiling (0) | 2024.12.30 |
---|---|
라이브러리 설치 위치 잡는 법 (0) | 2024.12.26 |
Intel Compiler (0) | 2024.12.11 |
Module : 컴파일을 위해 여러 library를 사용해야 할 경우 (0) | 2024.12.10 |
CMAKE (2) | 2023.12.22 |