Browse code

20240501: various page update

root authored on2024-05-01 08:51:43
Showing9 changed files
... ...
@@ -11,9 +11,9 @@ title: 'Intel Compiler Classic'
11 11
 Version |  Module file Name | System A | System B/C | System G | Cloud Systems | Notes
12 12
 --- | --- | --- | --- | --- | --- | ---
13 13
 2024.0 | intel/2024.0 | + | +| - | + | Introduced in April 2024. Intel compiler + MKL + TBB
14
-2023.2 (default)  | intel/2023.2 | + | +| - | + | Introduced in April 2024. Intel compiler + MKL + TBB
14
+2023.2 | intel/2023.2 | + | +| - | + | Introduced in April 2024. Intel compiler + MKL + TBB
15 15
 2023.2-rt | intel/2023.2-rt | + | +| - | + | Introduced in April 2024. runtime libraries
16
-2023.1 | intel/2023.1 | + | + | - | + | Introduced in August 2023. Intel compiler + MKL + TBB
16
+2023.1 (default) | intel/2023.1 | + | + | - | + | Introduced in August 2023. Intel compiler + MKL + TBB
17 17
 2023.1-rt | intel/2023.1-rt | + | + | - | + | Introduced in August 2023. runtime libraries
18 18
 2022.3 (default) | intel/2022.3 | + | + | - | + | Introduced in November 2022. Intel compiler + MKL + TBB   
19 19
 2022.3 | intel/2022.3-rt | + | + | - | + | Introduced in November 2022. runtime libraries
... ...
@@ -11,9 +11,9 @@ title: 'Intelコンパイラ クラシック'
11 11
 バージョン       | モジュールファイル名 | システムA | システムB/C | システムG | クラウドシステム | 備考
12 12
 ---              | ---                  | --- | ---        | ---       | ---              | ---
13 13
 2024.0 | intel/2024.0 | + | +| - | + | 2024年4月導入.  Intelコンパイラ + MKL + TBB
14
-2023.2 (default)  | intel/2023.2 | + | +| - | + | 2024年4月導入.  Intelコンパイラ + MKL + TBB
14
+2023.2  | intel/2023.2 | + | +| - | + | 2024年4月導入.  Intelコンパイラ + MKL + TBB
15 15
 2023.2-rt | intel/2023.2-rt | + | +| - | + | 2024年4月導入.  ランタイムライブラリ
16
-2023.1 | intel/2023.1 | + | +| - | + | 2023年8月導入.  Intelコンパイラ + MKL + TBB
16
+2023.1 (default) | intel/2023.1 | + | +| - | + | 2023年8月導入.  Intelコンパイラ + MKL + TBB
17 17
 2023.1-rt | intel/2023.1-rt | + | +| - | + | 2023年8月導入.  ランタイムライブラリ
18 18
 2022.3 | intel/2022.3         | +  | +         | -         | +                | 2022年11月導入. Intelコンパイラ + MKL + TBB
19 19
 2022.3-rt        | intel/2022.3-rt      | +  | +         | -         | +                | 2022年11月導入. ランタイムライブラリ
... ...
@@ -88,13 +88,13 @@ $ module load gaussian16
88 88
 
89 89
 #### Using batchjob
90 90
 
91
-Example of a batch job script that runs in 4 parallel in node.
92
-
91
+Example of a batch job script that runs in 4 parallel in node. Please refer to [Batch Processing](/run/batch) for how to use batch. 
93 92
 
94 93
 ```nohighlight
95 94
 #!/bin/bash
96 95
 #============ Slurm Options ===========
97 96
 #SBATCH -p gr19999b
97
+#SBATCH -t 1:00:00
98 98
 #SBATCH --rsc p=1:t=4:c=4:m=120G
99 99
 #============ Shell Script ============
100 100
 set -x
... ...
@@ -120,13 +120,13 @@ The subg command is used for submitting batch jobs by specifying queue names, in
120 120
 #### Format
121 121
 
122 122
 ```nohighlight
123
-$ subg16 queue_name input_file [qsub_command_option ...]
123
+$ subg16 queue_name input_file [slurm_command_option ...]
124 124
 ```
125 125
 
126 126
 #### Example Specifying 4 parallels in a node and a total of 30 G bytes of memory in gr19999b.
127 127
 
128 128
 ```nohighlight
129
-$ subg16 gr19999b water.com --rsc p=1:t=4:c=4:m=30G
129
+$ subg16 gr19999b water.com --rsc p=1:t=4:c=4:m=30G -t 1:00:00
130 130
 ```
131 131
 
132 132
 
... ...
@@ -88,11 +88,12 @@ $ module load gaussian16
88 88
 
89 89
 #### バッチジョブの利用{#cpu_batchjob}
90 90
 
91
-ノード内4並列で実行するバッチジョブスクリプトの例です。
91
+ノード内4並列で実行するバッチジョブスクリプトの例です。バッチの利用方法は [バッチ処理](/run/batch) をご覧ください。
92 92
 ```nohighlight
93 93
 #!/bin/bash
94 94
 #============ Slurm Options ===========
95 95
 #SBATCH -p gr19999b
96
+#SBATCH -t 1:00:00
96 97
 #SBATCH --rsc p=1:t=4:c=4:m=120G
97 98
 #============ Shell Script ============
98 99
 set -x
... ...
@@ -110,7 +111,6 @@ srun g16 test0000.com
110 111
 %Mem=12GB
111 112
 ```
112 113
 
113
-
114 114
 ### subgコマンドでのバッチジョブ実行{#batchjob}
115 115
 
116 116
 subgコマンドは、キュー名、入力ファイルなどを指定し、バッチジョブを投入するコマンドです。ジョブスクリプトを書くよりも簡易にバッチジョブ投入が行えます。
... ...
@@ -118,15 +118,40 @@ subgコマンドは、キュー名、入力ファイルなどを指定し、バ
118 118
 #### 形式
119 119
 
120 120
 ```nohighlight
121
-$ subg16 queue_name input_file [qsub_command_option ...]
121
+$ subg16 queue_name input_file [slurm_command_option ...]
122 122
 ```
123 123
 
124 124
 #### 例 gr19999b のキューでノード内4並列、メモリ合計30Gバイトを指定
125 125
 
126 126
 ```nohighlight
127
-$ subg16 gr19999b water.com --rsc p=1:t=4:c=4:m=30G
127
+$ subg16 gr19999b water.com --rsc p=1:t=4:c=4:m=30G -t 1:00:00
128
+```
129
+<!--
130
+#### 例 gr19999b のキューでチェックポイントファイル(test.chk)を指定
131
+
132
+```nohighlight
133
+$ subg16 gr19999b water.com -y="test.chk"
134
+```
135
+
136
+#### 例 gr19999g のキューでcpuを16個指定
137
+
138
+```nohighlight
139
+$ subg16 gr19999g water.com -g=0-1=0-1
140
+```
141
+
142
+#### 例 gr19999g のキューでgpuを2つ指定
143
+
144
+```nohighlight
145
+$ subg16 gr19999g water.com -g=0-1=0-1
128 146
 ```
129 147
 
148
+##### CPUおよびGPUの指定方法
149
+
150
+
151
+**注意事項** <br>
152
+subg16コマンドでジョブを実行する場合、自動的にCPU AffinityおよびGPU Affinityを考慮して実行されます。
153
+入力ファイルで%CPUおよび%GPUCPUの指定はしないでください。
154
+-->
130 155
 <!--
131 156
 ### GPUを用いたバッチジョブ実行{#gpu_batchjob}
132 157
 システムGでGPUを用いた計算を行う場合、ジョブスクリプト内で、-g オプションを指定します。
... ...
@@ -23,6 +23,7 @@ You can check a list of available module files with the module avail command.
23 23
 Version                      | Module File Name | SystemA | System B/C/G | Cloud System
24 24
 ---------------------   | ------------------   | -----         | ----- | ---
25 25
  Maple 2024.0 (default) | maple/2024.0      | -   | KU            | -
26
+ Maple 2023.0  | maple/2023.0      | -   | KU            | -
26 27
  Maple 2022.0  | maple/2022.0      | -   | KU            | -
27 28
 
28 29
 KU : Available for Kyoto University members only    
... ...
@@ -27,6 +27,7 @@ module avail コマンドにて,利用できるモジュールファイル一
27 27
 バージョン              | モジュールファイル名 | システムA | システムB/C/G | クラウドシステム
28 28
 ---------------------   | ------------------   | -----         | ----- | ---
29 29
  Maple 2024.0 (default) | maple/2024.0      | -   | KU            | -
30
+ Maple 2023.0  | maple/2023.0        | - | KU            | -
30 31
  Maple 2022.0  | maple/2022.0        | - | KU            | -
31 32
 
32 33
 KU : 京都大学構成員限定で利用可能  
... ...
@@ -155,7 +155,7 @@ run_marc -j sample -b no -v n -nps $SLURM_NTASKS
155 155
 #SBATCH --rsc p=1:t=4:c=4:m=20G
156 156
 #============ Shell Script ============
157 157
 module load marc
158
-run_marc -j sample -b no -v n -nthread $OMP_NUM_THREADS
158
+srun run_marc -j sample -b no -v n -nthread $OMP_NUM_THREADS
159 159
 ```
160 160
 
161 161
 ### Available Options{#option}
... ...
@@ -153,7 +153,7 @@ run_marc -j sample -b no -v n -nps $SLURM_NTASKS
153 153
 #SBATCH --rsc p=1:t=4:c=4:m=20G
154 154
 #============ Shell Script ============
155 155
 module load marc
156
-run_marc -j sample -b no -v n -nthread $OMP_NUM_THREADS
156
+srun run_marc -j sample -b no -v n -nthread $OMP_NUM_THREADS
157 157
 ```
158 158
 
159 159
 ### 指定可能オプション{#option}
... ...
@@ -1,142 +1,160 @@
1
-Software Name, Version, Module File, System A, System B/C, System G, Cloud System, Note
2
-
3
-## rpm
4
-GCC, 8.5.0, none, +, +, +, +, RHEL RPM
5
-Python2, 2.7, none, +, +, +, +, <a href="software/python">Manual</a>
6
-Python3, 3.6, none, +, +, +, +, <a href="software/python">Manual</a>
7
-Python3, 3.8, none, +, +, +, +, <a href="software/python">Manual</a>
8
-gnuplot, 5.2.4, none, +, +, +, +, RHEL RPM
9
-CMake, 3.20, none, +, +, +, +, RHEL RPM
10
-R, 4.2.1, none, +, +, +, +, EPEL RPM
11
-Apptainer, 1.1.2, none, +, +, +, +, EPEL RPM (旧名称:singularity)
12
-Paraview, 5.9.1, none, +, +, +, +, EPEL RPM
13
-GMT, GMT-6.1.0, none, +, +, +, +, EPEL RPM
14
-
15
-## common
16
-julia, 1.8.5, julia/1.8.5, +, +, +, +,
17
-
18
-## ISV
19
-Gaussian16, c02, gaussian16/c02, +, +, +, -,
20
-GaussView6, 6.1, gaussian16/c02, +, +, +, -,
21
-ENVI, 5.6.3, envi/5.6.3, -, AU, AU, -,
22
-IDL, 8.8.3, idl/8.8.3, -, AU, AU, -,
23
-Tecplot360, 2022R1, tecplot360/2022R1, -, KU, KU, -,
24
-Tecplot360, 2022R2, tecplot360/2022R2, -, KU, KU, -,
25
-Maple, 2022.0, maple/2022.0, -, KU, KU, -,
26
-MATLAB, R2023a, matlab/R2023a, -, KU, KU, -,
27
-MSC Nastran, 2022.3, nastran/2022.3, -, AU, AU, -,
28
-MSC Patran, 2022.3, patran/2022.3, -, AU, AU, -,
29
-MSC Marc, 2022.3, marc/2022.3, -, AU, AU, -,
30
-MSC Marc Mentat, 2022.3, marc/2022.3, -, AU, AU, -,
31
-MSC Adams, 2022.3.1, adams/2022.3.1, -, AU, AU, -,
32
-LS-DYNA, R13.1.1, ls-dyna/R13.1.1, -, AU, AU, -,
33
-Mathematica, 13.1.0, mathematica/13.1.0, -, KU, KU, -,
34
-ANSYS, 2022R2, ansysmcfd/2022R2, -, KU, KU, -,
35
-ANSYS, 2022R2.2, ansysmcfd/2022R2.2, -, KU, KU, -,
36
-ANSYS, 2023R1.4, ansysmcfd/2022R1.4, -, KU, KU, -,
37
-AVS, 8.5.1, avs/8.5.1, -, AU, AU, -,
38
-Gaussian16, c01, gaussian16/c01, +, +, +, -,
39
-Gaussian9, e01, gaussian9/e01, +, +, +, -,
40
-LS-PREPOST, 4.9.10, ls-prepost/4.9.10, -, AU, AU, -,
41
-
42
-## Num Lib
43
-NAG Fortran Library, Mark 26, nag_fortran/26, -, +, -, -,
44
-NAG MPI Parallel Library, Release 3, nag_paralell/3, -, +, -, -,
45
-IMSL FORTRAN NUMERICAL LIBRARY, 2022.1.0, imsl/fnl-2022.1.0, -, +, -, -,
46
-
47
-## compiler
48
-Intel oneAPI, 2018.4, intel/2018.4, +, +, -, +,
49
-Intel oneAPI, 2022.3, intel/2022.3, +, +, -, +,
50
-Intel oneAPI, 2023.1, intel/2023.1, +, +, -, +,
51
-Intel MPI, 2018.4, intelmpi/2018.4, +, +, -, +,
52
-Intel MPI, 2022.3, intelmpi/2022.3, +, +, -, +,
53
-Intel MPI, 2023.1, intelmpi/2023.1, +, +, -, +,
54
-Intel VTune Profiler, 2018.4, vtune/2018.4, +, +, -, -,
55
-Intel VTune Profiler, 2022.3, vtune/2022.3, +, +, -, -,
56
-Indel Debugger, 2022.3, intel-debugger/2022.3, +, +, -, -,
57
-Open MPI, 4.0.5, openmpi/4.0.5_intel-2022.3, +, +, -, +,
58
-
59
-## ML/DL
60
-MXNet, 1.6.0, mxnet/1.6.0.py38_intel-2022.3, +, +, -, -, <a href="software/python">Manual</a>
61
-PyTorch, 1.13.1, pytorch/1.13.1.py38_intel-2022.3, +, +, -, -, <a href="software/python">Manual</a>
62
-TensorFlow, 2.11.0, tensorflow/2.11.0.py38_intel-2022.3, +, +, -, -, <a href="software/python">Manual</a>
63
-PyTorch, 2.0.1, pytorch/2.0.1.py38_intel-2022.3, +, +, -, -, <a href="software/python">Manual</a>
64
-
65
-
66
-## python
67
-mpi4py, 3.1.4, mpi4py/3.1.4.py38_intel-2022.3-impi, +, +, -, -, <a href="software/python">Manual</a>
68
-
69
-## OSS
70
-ARPACK, 3.9.0, arpack/3.9.0_intel-2022.3-impi, +, +, +, +,
71
-CMake, 3.24.3, cmake/3.24.3_gnu-8.5.0, +, +, +, +,
72
-FFTW, 3.3.10, fftw/3.3.10_intel-2022.3-impi, +, +, +, +,
73
-HDF5, 1.12.2, hdf5/1.12.2_intel-2022.3, +, +, +, +,
74
-HDF5+MPI, 1.12.2, hdf5/1.12.2_intel-2022.3-impi, +, +, +, +,
75
-NETCDF, 4.9.0, netcdf/4.9.0_intel-2022.3, +, +, +, +,
76
-NETCDF+MPI, 4.9.0, netcdf/4.9.0_intel-2022.3-impi, +, +, +, +,
77
-Quantum Espresso, 7.1, qe/7.1_intel-2022.3-impi, +, +, +, +,
78
-PETSc, 3.18.0, petsc/3.18.0_intel-2022.3-impi, +, +, -, +,
79
-LAMMPS, 23Jun2022, lammps/23Jun2022_intel-2022.3-impi, +, +, -, +,
80
-GAMESS, 2022.2, gamess/2022.2_intel-2022.3-impi, +, +, -, +, Requires 2 core allocations per process.
81
-PLASMA, 19.8.1, plasma/19.8.1_intel-2022.3-impi, +, +, -, +,
82
-SuperLU, 5.3.0, superlu/5.3.0_intel-2022.3, +, +, -, +,
83
-OpenMX, 3.9, openmx/3.9_intel-2022.3-impi, +, +, -, +,
84
-Gromacs (double-precision), 2022.4, gromacs/2022.4_gnu-12.2.0-impi_dp_mpi, +, +, +, +, GCC+MPI 
85
-Gromacs (double-precision), 2022.4, gromacs/2022.4_gnu-12.2.0-impi_dp_smp, +, +, +, +, GCC+SMP
86
-Gromacs (single-precision), 2022.4, gromacs/2022.4_gnu-12.2.0-impi_sp_mpi, +, +, +, +, GCC+MPI
87
-Gromacs (single-precision), 2022.4, gromacs/2022.4_gnu-12.2.0-impi_sp_smp, +, +, +, +, GCC+SMP
88
-Paraview, 5.11.0, paraview/5.11.0, +, +, +, +, binary distribution
89
-VisIt, 3.3.1, visit/3.3.1_gnu-12.2.0, +, +, +, +,
90
-grads, 2.0.2, grads/2.0.2_intel-2022.3, +, +, +, +, 
91
-grads, 2.2.1, grads/2.2.1_intel-2022.3, +, +, +, +, 
92
-NAMD, 2.14, namd/2.14_intel-2022.3-impi, +, +, -, +,
93
-Anaconda3, 2022.10, anaconda3/2022.10, +, +, +, +,
94
-AWSCLI, 2.12.3, awscli/2.12.3, +, +, +, +,
95
-CP2K, 2023.1, cp2k/2023.1_gnu_12.2.0-impi, -, +, -, +
96
-LAMMPS, 22Dec2022, lammps/22Dec2022_intel-2022.3-impi, +, +, -, +,
97
-OpenFOAM, 2206, openfoam.com/2206_intel-2022.3-impi, +, +, -, +,
98
-OpenFOAM, 10, openfoam/10_intel-2022.3-impi, +, +, -, +,
99
-Quantum Espresso, 6.1, qe/6.1_intel-2018.0-impi, +, +, +, +,
100
-Quantum Espresso, 7.2, qe/7.2_intel-2022.3-impi, +, +, +, +,
101
-R, 4.2.2, r/4.2.2_gnu-12.2.0, -, +, -, +,
102
-
103
-#### System G
104
-
105
-## compiler
106
-NVIDIA HPC SDK, 22.5, nvhpc/22.5, -, -, +, -,
107
-NVIDIA HPC SDK, 22.9, nvhpc/22.9, -, -, +, -,
108
-NVIDIA HPC SDK, 23.5, nvhpc/23.5, -, -, +, -,
109
-Open MPI, 4.0.5, openmpi/4.0.5_nvhpc-22.5, -, -, +, -,
110
-Open MPI, 4.0.5, openmpi/4.0.5_nvhpc-22.9, -, -, +, -,
111
-Open MPI, 4.1.5, openmpi/4.1.5_nvhpc-23.5, -, -, +, -,
112
-
113
-## OSS
114
-FFTW, 3.3.10, fftw/3.3.10_nvhpc-22.9-ompi, -, -, +, -,
115
-HDF5, 1.12.2, hdf5/1.12.2_nvhpc-22.9, -, -, +, -,
116
-HDF5+MPI, 1.12.2, hdf5/1.12.2_nvhpc-22.9-ompi, -, -, +, -,
117
-NETCDF, 4.9.0, netcdf/4.9.0_nvhpc-22.9, -, -, +, -,
118
-NETCDF+MPI, 4.9.0, netcdf/4.9.0_nvhpc-22.9-ompi, -, -, +, -,
119
-Gromacs (single-precision), 2022.4, gromacs/2022.4_gnu-8.5.0_cuda-11.7_ompi_sp_smp, -, -, +, -, GCC+SMP+CUDA
120
-NAMD, 2.14, namd/2.14_multicore-cuda, -, -, +, -,
121
-
122
-## cuda
123
-CUDA, 9.2, cuda/9.2, -, -, +, -,
124
-CUDA, 11.2.1, cuda/11.2.1, -, -, +, -,
125
-CUDA, 11.7.1, cuda/11.7.1, -, -, +, -,
126
-CUDA, 12.1.1, cuda/12.1.1, -, -, +, -,
127
-
128
-## ML/DL
129
-MXNet, 1.9.1, mxnet/1.9.1.py38_cuda-11.7, -, -, +, -, <a href="software/python">Manual</a>
130
-PyTorch, 1.13.1, pytorch/1.13.1.py38_cuda-11.7, -, -, +, -, <a href="software/python">Manual</a>
131
-TensorFlow, 2.11.0, tensorflow/2.11.0.py38_cuda-11.2, -, -, +, -, <a href="software/python">Manual</a>
132
-
133
-## python
134
-mpi4py, 3.1.4, mpi4py/3.1.4.py38_nhvpc-22.9-ompi, -, -, +, -, <a href="software/python">Manual</a>
135
-
136
-cuDNN, 8.1.1.33, cudnn/8.1.1.33_cuda-11.2, -, -, +, -,
137
-cuDNN, 8.6.0.163, cudnn/8.6.0.163_cuda-11.7, -, -, +, -,
138
-NCCL, 2.8.4, nccl/2.8.4_cuda-11.2, -, -, +, -,
139
-NCCL, 2.14.3, nccl/2.14.3_cuda-11.7, -, -, +, -,
140
-TensorRT, 7.2.3.4, tensorrt/7.2.3.4_cuda-11.2, -, -, +, -,
141
-
142
-
1
+Software Name, Version, Module File, System A, System B/C, System G, Cloud System, Note
2
+## rpm,,,,,,,
3
+GCC, 8.5.0, none, +, +, +, +, RHEL RPM
4
+Python2,2.7, none, +, +, +, +," <a href=""software/python"">Manual</a>"
5
+Python3,3.6, none, +, +, +, +," <a href=""software/python"">Manual</a>"
6
+Python3,3.8, none, +, +, +, +," <a href=""software/python"">Manual</a>"
7
+Python3,3.11, none, +, +, +, +," <a href=""software/python"">Manual</a>"
8
+gnuplot, 5.2.4, none, +, +, +, +, RHEL RPM
9
+CMake,3.26.5, none, +, +, +, +, RHEL RPM
10
+R,4.3.3, none, +, +, +, +, EPEL RPM
11
+Apptainer,1.3.0, none, +, +, +, +, EPEL RPM (旧名称:singularity)
12
+Paraview, 5.9.1, none, +, +, +, +, EPEL RPM
13
+GMT,6.1.0, none, +, +, +, +, EPEL RPM
14
+## common
15
+julia, 1.8.5, julia/1.8.5, +, +, +, +,
16
+## ISV
17
+Gaussian16, c02, gaussian16/c02, +, +, +, -,
18
+GaussView6,6.1.1, gaussian16/c02, +, +, +, -,
19
+Gaussian16, c01, gaussian16/c01, +, +, +, -,
20
+Gaussian9, e01, gaussian9/e01, +, +, +, -,
21
+ENVI, 5.6.3, envi/5.6.3, -, AU, AU, -,
22
+ENVI,6.0.0, envi/6.0.0, -, AU, AU, -,
23
+IDL, 8.8.3, idl/8.8.3, -, AU, AU, -,
24
+IDL,9.0.0, idl/9.0.0, -, AU, AU, -,
25
+Tecplot360, 2022R1, tecplot360/2022R1, -, KU, KU, -,
26
+Tecplot360, 2022R2, tecplot360/2022R2, -, KU, KU, -,
27
+Maple,2022, maple/2022.0, -, KU, KU, -,
28
+Maple,2023, maple/2023.0, -, KU, KU, -,
29
+Maple,2024, maple/2024.0, -, KU, KU, -,
30
+MATLAB, R2023a, matlab/R2023a, -, KU, KU, -,
31
+MSC Nastran,2022.3, nastran/2022.3, -, AU, AU, -,
32
+MSC Nastran,2023.2, nastran/2023.2, -, AU, AU, -,
33
+MSC Nastran,2023.4, nastran/2023.4, -, AU, AU, -,
34
+MSC Patran,2022.3, patran/2022.3, -, AU, AU, -,
35
+MSC Patran,2023.2, patran/2023.2, -, AU, AU, -,
36
+MSC Patran,2023.4, patran/2023.4, -, AU, AU, -,
37
+MSC Marc,2022.3, marc/2022.3, -, AU, AU, -,
38
+MSC Marc,2023.2, marc/2023.2, -, AU, AU, -,
39
+MSC Marc,2023.4, marc/2023.4, -, AU, AU, -,
40
+MSC Marc Mentat,2022.3, marc/2022.3, -, AU, AU, -,
41
+MSC Marc Mentat,2023.2, marc/2023.2, -, AU, AU, -,
42
+MSC Marc Mentat,2023.4, marc/2023.4, -, AU, AU, -,
43
+MSC Adams, 2022.3.1, adams/2022.3.1, -, AU, AU, -,
44
+MSC Adams,2023.2, adams/2023.2, -, AU, AU, -,
45
+MSC Adams,2023.4, adams/2023.4, -, AU, AU, -,
46
+LS-DYNA,R13.1.1, ls-dyna/R13.1.1, -, AU, AU, -,
47
+LS-DYNA,R14.1.0, ls-dyna/R14.0.0, -, AU, AU, -,
48
+Mathematica, 13.1.0, mathematica/13.1.0, -, KU, KU, -,
49
+Mathematica, 13.3.0, mathematica/13.3.0, -, KU, KU, -,
50
+Mathematica, 14.0.0, mathematica/14.0.0, -, KU, KU, -,
51
+ANSYS, 2022R2, ansysmcfd/2022R2, -, KU, KU, -,
52
+ANSYS, 2022R2.2, ansysmcfd/2022R2.2, -, KU, KU, -,
53
+ANSYS, 2023R1.4, ansysmcfd/2023R1.4, -, KU, KU, -,
54
+ANSYS, 2024R1.1, ansysmcfd/2024R1.1, -, KU, KU, -,
55
+AVS, 8.5.1, avs/8.5.1, -, AU, AU, -,
56
+LS-PREPOST, 4.9.10, ls-prepost/4.9.10, -, AU, AU, -,
57
+LS-PREPOST, 4.10.5, ls-prepost/4.10.5, -, AU, AU, -,
58
+## Num Lib
59
+NAG Fortran Library, Mark 26, nag_fortran/26, -, +, -, -,
60
+NAG MPI Parallel Library, Release 3, nag_paralell/3, -, +, -, -,
61
+IMSL FORTRAN NUMERICAL LIBRARY, 2022.1.0, imsl/fnl-2022.1.0, -, +, -, -,
62
+## compiler
63
+Intel oneAPI,2018.4, intel/2018.4, +, +, -, +,
64
+Intel oneAPI,2022.3, intel/2022.3, +, +, -, +,
65
+Intel oneAPI,2023.1, intel/2023.1, +, +, -, +,
66
+Intel oneAPI,2023.2, intel/2023.2, +, +, -, +,
67
+Intel oneAPI,2024.0, intel/2024.0, +, +, -, +,
68
+Intel MPI,2018.4, intelmpi/2018.4, +, +, -, +,
69
+Intel MPI,2022.3, intelmpi/2022.3, +, +, -, +,
70
+Intel MPI,2023.1, intelmpi/2023.1, +, +, -, +,
71
+Intel MPI,2024.0, intelmpi/2024.0, +, +, -, +,
72
+Intel VTune Profiler,2018.4, intel-vtune/2018.4, +, +, -, -,
73
+Intel VTune Profiler,2022.3, intel-vtune/2022.3, +, +, -, -,
74
+Intel VTune Profiler,2023.1, intel-vtune/2023.1, +, +, -, -,
75
+Intel VTune Profiler,2023.2, intel-vtune/2023.2, +, +, -, -,
76
+Intel VTune Profiler,2024.0, intel-vtune/2024.0, +, +, -, -,
77
+Indel Debugger,2022.3, intel-debugger/2022.3, +, +, -, -,
78
+Indel Debugger,2023.1, intel-debugger/2023.1, +, +, -, -,
79
+Indel Debugger,2023.2, intel-debugger/2023.2, +, +, -, -,
80
+Indel Debugger,2024.0, intel-debugger/2024.0, +, +, -, -,
81
+Open MPI, 4.0.5, openmpi/4.0.5_intel-2022.3, +, +, -, +,
82
+Open MPI, 4.1.5, openmpi/4.1.5_intel-2022.3, +, +, -, +,
83
+## ML/DL
84
+MXNet, 1.6.0, mxnet/1.6.0.py38_intel-2022.3, +, +, -, -," <a href=""software/python"">Manual</a>"
85
+PyTorch, 1.13.1, pytorch/1.13.1.py38_intel-2022.3, +, +, -, -," <a href=""software/python"">Manual</a>"
86
+TensorFlow, 2.11.0, tensorflow/2.11.0.py38_intel-2022.3, +, +, -, -," <a href=""software/python"">Manual</a>"
87
+PyTorch, 2.0.1, pytorch/2.0.1.py38_intel-2022.3, +, +, -, -," <a href=""software/python"">Manual</a>"
88
+## python
89
+mpi4py, 3.1.4, mpi4py/3.1.4.py38_intel-2022.3-impi, +, +, -, -," <a href=""software/python"">Manual</a>"
90
+## OSS
91
+ARPACK, 3.9.0, arpack/3.9.0_intel-2022.3-impi, +, +, +, +,
92
+CMake, 3.24.3, cmake/3.24.3_gnu-8.5.0, +, +, +, +,
93
+FFTW, 3.3.10, fftw/3.3.10_intel-2022.3-impi, +, +, +, +,
94
+HDF5, 1.12.2, hdf5/1.12.2_intel-2022.3, +, +, +, +,
95
+HDF5+MPI, 1.12.2, hdf5/1.12.2_intel-2022.3-impi, +, +, +, +,
96
+NETCDF, 4.9.0, netcdf/4.9.0_intel-2022.3, +, +, +, +,
97
+NETCDF+MPI, 4.9.0, netcdf/4.9.0_intel-2022.3-impi, +, +, +, +,
98
+Quantum Espresso,7.1, qe/7.1_intel-2022.3-impi, +, +, +, +,
99
+PETSc, 3.18.0, petsc/3.18.0_intel-2022.3-impi, +, +, -, +,
100
+LAMMPS, 23Jun2022, lammps/23Jun2022_intel-2022.3-impi, +, +, -, +,
101
+GAMESS,2022.2, gamess/2022.2_intel-2022.3-impi, +, +, -, +, Requires 2 core allocations per process.
102
+PLASMA, 19.8.1, plasma/19.8.1_intel-2022.3-impi, +, +, -, +,
103
+SuperLU, 5.3.0, superlu/5.3.0_intel-2022.3, +, +, -, +,
104
+OpenMX,3.9, openmx/3.9_intel-2022.3-impi, +, +, -, +,
105
+Gromacs (double-precision),2022.4, gromacs/2022.4_gnu-12.2.0-impi_dp_mpi, +, +, +, +, GCC+MPI 
106
+Gromacs (double-precision),2022.4, gromacs/2022.4_gnu-12.2.0-impi_dp_smp, +, +, +, +, GCC+SMP
107
+Gromacs (single-precision),2022.4, gromacs/2022.4_gnu-12.2.0-impi_sp_mpi, +, +, +, +, GCC+MPI
108
+Gromacs (single-precision),2022.4, gromacs/2022.4_gnu-12.2.0-impi_sp_smp, +, +, +, +, GCC+SMP
109
+Paraview, 5.11.0, paraview/5.11.0, +, +, +, +, binary distribution
110
+VisIt, 3.3.1, visit/3.3.1_gnu-12.2.0, +, +, +, +,
111
+grads, 2.0.2, grads/2.0.2_intel-2022.3, +, +, +, +, 
112
+grads, 2.2.1, grads/2.2.1_intel-2022.3, +, +, +, +, 
113
+NAMD,2.14, namd/2.14_intel-2022.3-impi, +, +, -, +,
114
+Anaconda3,2022.1, anaconda3/2022.10, +, +, +, +,
115
+AWSCLI, 2.12.3, awscli/2.12.3, +, +, +, +,
116
+CP2K,2023.1, cp2k/2023.1_gnu_12.2.0-impi, -, +, -, +,
117
+LAMMPS, 22Dec2022, lammps/22Dec2022_intel-2022.3-impi, +, +, -, +,
118
+OpenFOAM,2206, openfoam.com/2206_intel-2022.3-impi, +, +, -, +,
119
+OpenFOAM,10, openfoam/10_intel-2022.3-impi, +, +, -, +,
120
+Quantum Espresso,6.1, qe/6.1_intel-2018.0-impi, +, +, +, +,
121
+Quantum Espresso,7.2, qe/7.2_intel-2022.3-impi, +, +, +, +,
122
+R, 4.2.2, r/4.2.2_gnu-12.2.0, -, +, -, +,
123
+#### System G
124
+## compiler
125
+NVIDIA HPC SDK,21.9, nvhpc/21.9, -, -, +, -,
126
+NVIDIA HPC SDK,22.5, nvhpc/22.5, -, -, +, -,
127
+NVIDIA HPC SDK,22.9, nvhpc/22.9, -, -, +, -,
128
+NVIDIA HPC SDK,23.5, nvhpc/23.5, -, -, +, -,
129
+NVIDIA HPC SDK,23.9, nvhpc/23.9, -, -, +, -,
130
+Open MPI, 4.0.5, openmpi/4.0.5_nvhpc-22.5, -, -, +, -,
131
+Open MPI, 4.0.5, openmpi/4.0.5_nvhpc-22.9, -, -, +, -,
132
+Open MPI, 4.1.5, openmpi/4.1.5_nvhpc-23.5, -, -, +, -,
133
+Open MPI, 4.1.5, openmpi/4.1.5_nvhpc-23.9, -, -, +, -,
134
+## OSS
135
+FFTW, 3.3.10, fftw/3.3.10_nvhpc-22.9-ompi, -, -, +, -,
136
+HDF5, 1.12.2, hdf5/1.12.2_nvhpc-22.9, -, -, +, -,
137
+HDF5+MPI, 1.12.2, hdf5/1.12.2_nvhpc-22.9-ompi, -, -, +, -,
138
+NETCDF, 4.9.0, netcdf/4.9.0_nvhpc-22.9, -, -, +, -,
139
+NETCDF+MPI, 4.9.0, netcdf/4.9.0_nvhpc-22.9-ompi, -, -, +, -,
140
+Gromacs (single-precision),2022.4, gromacs/2022.4_gnu-8.5.0_cuda-11.7_ompi_sp_smp, -, -, +, -, GCC+SMP+CUDA
141
+NAMD,2.14, namd/2.14_multicore-cuda, -, -, +, -,
142
+## cuda
143
+CUDA,9.2, cuda/9.2, -, -, +, -,
144
+CUDA, 11.2.1, cuda/11.2.1, -, -, +, -,
145
+CUDA, 11.7.1, cuda/11.7.1, -, -, +, -,
146
+CUDA, 12.1.1, cuda/12.1.1, -, -, +, -,
147
+CUDA,12.2.2, cuda/12.2.2, -, -, +, -,
148
+## ML/DL
149
+MXNet, 1.9.1, mxnet/1.9.1.py38_cuda-11.7, -, -, +, -," <a href=""software/python"">Manual</a>"
150
+PyTorch, 1.13.1, pytorch/1.13.1.py38_cuda-11.7, -, -, +, -," <a href=""software/python"">Manual</a>"
151
+PyTorch,2.0.1, pytorch/2.0.1.py38_cuda-11.7, -, -, +, -," <a href=""software/python"">Manual</a>"
152
+TensorFlow, 2.11.0, tensorflow/2.11.0.py38_cuda-11.2, -, -, +, -," <a href=""software/python"">Manual</a>"
153
+## python
154
+mpi4py, 3.1.4, mpi4py/3.1.4.py38_nhvpc-22.9-ompi, -, -, +, -," <a href=""software/python"">Manual</a>"
155
+cuDNN, 8.1.1.33, cudnn/8.1.1.33_cuda-11.2, -, -, +, -,
156
+cuDNN, 8.6.0.163, cudnn/8.6.0.163_cuda-11.7, -, -, +, -,
157
+cuDNN,8.9.7.29,cudnn/8.9.7.29_cuda-12.x, -, -, +, -,
158
+NCCL, 2.8.4, nccl/2.8.4_cuda-11.2, -, -, +, -,
159
+NCCL, 2.14.3, nccl/2.14.3_cuda-11.7, -, -, +, -,
160
+TensorRT, 7.2.3.4, tensorrt/7.2.3.4_cuda-11.2, -, -, +, -,