Skip to content

Commit 3a6dbb5

Browse files
committed
Update LISF Installation Guide for LISF 7.5.0 public release
1 parent 2dbabf2 commit 3a6dbb5

File tree

6 files changed

+72
-15
lines changed

6 files changed

+72
-15
lines changed

docs/LISF_installation_guide/LISF_installation_guide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= LISF Installation Guide
2-
:revnumber: 1.1
3-
:revdate: 30 Nov 2022
2+
:revnumber: 2.0
3+
:revdate: 11 Jan 2024
44
:doctype: book
55
:sectnums:
66
:toc:

docs/LISF_installation_guide/additional_platforms.adoc

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22
[[sec_additional_platforms,Additional platforms]]
33
== Additional platforms
44

5+
// discover
6+
.SUSE Linux Enterprise Server 12.3
7+
|====
8+
| Library | Version
9+
10+
| GNU compiler | 11.2.0
11+
| Intel compiler | 2021.4.0
12+
| Intel MPI | 2021.4.0
13+
| HDF 5 | 1.12.1
14+
| NetCDF | 4.8.1
15+
| NetCDF-Fortran | 4.5.3
16+
| openJPEG | 2.4.0
17+
| ecCodes | 2.23.0
18+
| ESMF | 8.1.1
19+
| HDF 4 | 4.2.15
20+
| HDF-EOS2 | 2.20v.1.00
21+
| SQLite3 | 3.35.0
22+
| PROJ | 7.1.1
23+
| GeoTIFF | 1.7.0
24+
| GDAL | 2.4.4
25+
| FortranGIS | 2.6
26+
| JPEG | 8d
27+
|====
28+
29+
// discover
30+
.SUSE Linux Enterprise Server 12.3
31+
|====
32+
| Library | Version
33+
34+
| GNU compiler | 11.2.0
35+
| Intel MPI | 2021.4.0
36+
| HDF 5 | 1.12.1
37+
| NetCDF | 4.8.1
38+
| NetCDF-Fortran | 4.5.3
39+
| openJPEG | 2.4.0
40+
| ecCodes | 2.23.0
41+
| ESMF | 8.1.1
42+
| HDF 4 | 4.2.15
43+
| HDF-EOS2 | 2.20v.1.00 [red]#Not installed; failed make check#
44+
| SQLite3 | 3.35.0
45+
| PROJ | 7.1.1
46+
| GeoTIFF | 1.7.0
47+
| GDAL | 2.4.4
48+
| FortranGIS | 2.6
49+
| JPEG | 8d
50+
|====
51+
552
// koehr
653
.Red Hat Enterprise Linux Server 7.8
754
|====

docs/LISF_installation_guide/dependencies.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ NOTE: Required by PROJ.
212212

213213
NOTE: Required by GeoTIFF and GDAL.
214214

215+
==== PETSc 3.16.1
216+
217+
*URL*: https://petsc.org/
218+
219+
NOTE: Required by RAPID router
220+
215221
=== Notes
216222

217223
To install these libraries, follow the instructions provided at the various URL listed above. These libraries have their own dependencies, which should be documented in their respective documentation.
@@ -242,6 +248,8 @@ If you wish to install all the libraries (required and optional, excluding JCSDA
242248
. GDAL (optional)
243249
. FortranGIS (optional) +
244250
Required to use GDAL
251+
. PETSc (optional) +
252+
Required to use RAPID router
245253

246254
//If not, review the appropriate _$WORKING/arch/configure.lis.*_ file
247255
//for some hints regarding additional low level libraries needed for

docs/LISF_installation_guide/devenv.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ These instructions expect that you are using such a system. In particular you n
1616

1717
===== Compilers
1818

19-
* Intel Fortran Compiler versions 18, 19, 20, or 21 with corresponding Intel C Compiler along with GNU`'s Compiler Collection version 9.2.0 or 11.2.0.
20-
* or GNU`'s Compiler Collection version 9.2.0 or 11.2.0, both gfortran and gcc.
19+
* Intel Fortran Compiler versions 2021 or 2022 with corresponding Intel C Compiler along with GNU`'s Compiler Collection version 11.2.0 or 12.1.0.
20+
* or GNU`'s Compiler Collection version 11.2.0, both gfortran and gcc.
2121

2222
===== Tools
2323

2424
* GNU`'s make, gmake, version 3.77 or 3.81
2525
* Perl, version 5.10
26-
* Python, version 2.7 or 3.8
26+
* Python, version 2.7 or 3.4
2727

2828
IMPORTANT: Support for Python 2.7 is now deprecated. Future releases will depend on Python 3.
2929

@@ -39,15 +39,14 @@ IMPORTANT: Support for Python 2.7 is now deprecated. Future releases will depen
3939

4040
===== Compilers
4141

42-
* Intel Fortran Compiler version 18 or 19 with corresponding Intel C Compiler, along with GNU`'s Compiler Collection version 7.3.0
43-
* or Intel Fortran Compiler version 21 with corresponding Intel C Compiler, along with GNU`'s Compiler Collection version 7.5.0
44-
* or Cray Compiler Environment (cce) version 12.0.3 or 13.0.0, along with GNU`'s Compiler Collection version 11.2.0
42+
* Intel Fortran Compiler version 2021 or 2022 with corresponding Intel C Compiler, along with GNU`'s Compiler Collection version 11.2.0 or 12.1.0.
43+
* or Cray Compiler Environment (cce) version 14.0.0, along with GNU`'s Compiler Collection version 11.2.0.
4544

4645
===== Tools
4746

4847
* GNU`'s make, gmake, version 3.77 or 3.81
4948
* Perl, version 5.10
50-
* Python, version 2.7 or 3.8
49+
* Python, version 2.7 or 3.4
5150

5251
IMPORTANT: Support for Python 2.7 is now deprecated. Future releases will depend on Python 3.
5352

@@ -61,7 +60,7 @@ IMPORTANT: Support for Python 2.7 is now deprecated. Future releases will depen
6160

6261
* GNU`'s make, gmake, version 3.77 or 3.81
6362
* Perl, version 5.10
64-
* Python, version 2.7 or 3.8
63+
* Python, version 2.7 or 3.4
6564

6665
IMPORTANT: Support for Python 2.7 is now deprecated. Future releases will depend on Python 3.
6766

docs/LISF_installation_guide/platforms.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ The following tables provide some specific platforms with compiler and library v
1919
| HDF 4 | 4.2.15
2020
| HDF-EOS2 | 2.20v.1.00
2121
| SQLite3 | 3.35.0
22-
| PROJ | 7.1.1
22+
| PROJ | 9.1.0
2323
| GeoTIFF | 1.7.0
24-
| GDAL | 2.4.4
24+
| GDAL | 3.5.2
2525
| FortranGIS | 2.6
26+
| PETSc | 3.16.1
2627
| JPEG | 8d
2728
|====
2829

@@ -40,12 +41,13 @@ The following tables provide some specific platforms with compiler and library v
4041
| ecCodes | 2.23.0
4142
| ESMF | 8.1.1
4243
| HDF 4 | 4.2.15
43-
| HDF-EOS2 | 2.20v.1.00 [red]#Not installed; failed make check#
44+
| HDF-EOS2 | 3.0
4445
| SQLite3 | 3.35.0
45-
| PROJ | 7.1.1
46+
| PROJ | 9.1.0
4647
| GeoTIFF | 1.7.0
47-
| GDAL | 2.4.4
48+
| GDAL | 3.5.2
4849
| FortranGIS | 2.6
50+
| PETSc | 3.16.1
4951
| JPEG | 8d
5052
|====
5153

docs/LISF_installation_guide/revision_table.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
|====
33
|Revision | Summary of Changes | Date
44

5+
|2.0 | LISF Public 7.5.0 release | Jan 11, 2024
56
|1.1 | LISF 557WW 7.5.0 release | Nov 30, 2022
67
|1.0 | LISF Public 7.4.0 release | Jun 14, 2022
78
|====

0 commit comments

Comments
 (0)