Browse code

20230609: Corrected an error in the module file name example in the imsl library

root authored on2023-06-09 17:09:46
Showing2 changed files
... ...
@@ -31,7 +31,7 @@ AU : Available for academic users only
31 31
 If you want to use the IMSL library, you need to use the Intel compiler. Execute the module command as follows.
32 32
 
33 33
 ```nohighlight
34
-$ module load imsl/fnl2021-intel
34
+$ module load imsl/fnl-2022.1.0
35 35
 ```
36 36
 Please refer to  [Modules](/config/modules) for details on the module command.
37 37
 
... ...
@@ -36,7 +36,7 @@ AU : 学術研究機関限定で利用可能
36 36
 IMSLライブラリを利用する場合は、Intelコンパイラを利用する必要があります。以下のようにmoduleコマンドを実行します。
37 37
 
38 38
 ```nohighlight
39
-$ module load imsl/fnl2021-intel
39
+$ module load imsl/fnl-2022.1.0
40 40
 ```
41 41
 
42 42
 moduleコマンドの詳細は [Modules](/config/modules) をご覧ください。