Skip to content
Snippets Groups Projects
Commit 65f1393b authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

module specification for PPB110

parent 8be81b27
No related branches found
No related tags found
No related merge requests found
...@@ -54,3 +54,7 @@ Compilation of HeLaZ ...@@ -54,3 +54,7 @@ Compilation of HeLaZ
2. make install 2. make install
3. (TODO: test script for installation check) 3. (TODO: test script for installation check)
4. next times, for compilation, make is sufficient 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
...@@ -92,9 +92,7 @@ fprintf(fid,[... ...@@ -92,9 +92,7 @@ fprintf(fid,[...
'#SBATCH --mem-per-cpu=', CLUSTER.MEM,'\n',... '#SBATCH --mem-per-cpu=', CLUSTER.MEM,'\n',...
'#SBATCH --error=err.txt\n',... '#SBATCH --error=err.txt\n',...
'#SBATCH --output=out.txt\n',... '#SBATCH --output=out.txt\n',...
'module load intel_comp\n',... 'module load intel_comp/17.0 impi/17.0 hdf5/1.8.12_intel13.1\n',...
'module load impi\n',...
'module load hdf5\n',...
'srun ./../../../bin/helaz']); 'srun ./../../../bin/helaz']);
fclose(fid); fclose(fid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment