diff --git a/INSTALLATION.txt b/INSTALLATION.txt
index 96d1e93e654d1574af5018d7cc88cf0c1a80abc1..3b06f82ff7715177c90fe208f4efeb201f256d89 100644
--- a/INSTALLATION.txt
+++ b/INSTALLATION.txt
@@ -54,3 +54,7 @@ Compilation of HeLaZ
 2. make install
 3. (TODO: test script for installation check)
 4. next times, for compilation, make is sufficient
+
+Remark for PPB110
+- The module list should be at least
+  1) intel_comp/17.0         2) impi/17.0               3) hdf5/1.8.12_intel13.1
diff --git a/wk/ppb110_run.m b/wk/ppb110_run.m
index 02fd8978f5b270219cbd9663b189ff86302fdff2..170e11e887a698482c9c4436d3298132164892b9 100644
--- a/wk/ppb110_run.m
+++ b/wk/ppb110_run.m
@@ -92,9 +92,7 @@ fprintf(fid,[...
 '#SBATCH --mem-per-cpu=', CLUSTER.MEM,'\n',...
 '#SBATCH --error=err.txt\n',...
 '#SBATCH --output=out.txt\n',...
-'module load intel_comp\n',...
-'module load impi\n',...
-'module load hdf5\n',...
+'module load intel_comp/17.0 impi/17.0 hdf5/1.8.12_intel13.1\n',...
 'srun  ./../../../bin/helaz']);
 
 fclose(fid);