menu

Login

Login

Hostname:hakusan1, hakusan2

% ssh hakusan1 -l <UserID>

Environment setting

Changing the used compiler and linking the library are done by loading the necessary modules.

1. Display a list of loaded modules.

% module list

2. Check available modules

% module avail

3. Load/unload modules

 % module load/unload  <module name>

4. Unload all loaded modules

 % module purge

例1. Intel Compiler(OneAPI) + Intel MPI + Intel MKL

  % module load oneapi-intel/2021.1.1

例2.Intel Compiler(OneAPI) + OpenMPI + Intel MKL

  % module load openmpi/4.1.1/intel
  % module load compiler/2021.1.1
  % module load mkl/2021.1.1

例3.  GNU Compiler + OpenMPI + FFTW3

  % module load openmpi/4.1.1/gcc
  % module load fftw/3.3.9