Skip to content

Commit

Permalink
Update LISF Installation Guide for LISF 7.5.0 public release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvgeiger committed Jan 11, 2024
1 parent 2dbabf2 commit 3a6dbb5
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/LISF_installation_guide/LISF_installation_guide.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= LISF Installation Guide
:revnumber: 1.1
:revdate: 30 Nov 2022
:revnumber: 2.0
:revdate: 11 Jan 2024
:doctype: book
:sectnums:
:toc:
Expand Down
47 changes: 47 additions & 0 deletions docs/LISF_installation_guide/additional_platforms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,53 @@
[[sec_additional_platforms,Additional platforms]]
== Additional platforms

// discover
.SUSE Linux Enterprise Server 12.3
|====
| Library | Version

| GNU compiler | 11.2.0
| Intel compiler | 2021.4.0
| Intel MPI | 2021.4.0
| HDF 5 | 1.12.1
| NetCDF | 4.8.1
| NetCDF-Fortran | 4.5.3
| openJPEG | 2.4.0
| ecCodes | 2.23.0
| ESMF | 8.1.1
| HDF 4 | 4.2.15
| HDF-EOS2 | 2.20v.1.00
| SQLite3 | 3.35.0
| PROJ | 7.1.1
| GeoTIFF | 1.7.0
| GDAL | 2.4.4
| FortranGIS | 2.6
| JPEG | 8d
|====

// discover
.SUSE Linux Enterprise Server 12.3
|====
| Library | Version

| GNU compiler | 11.2.0
| Intel MPI | 2021.4.0
| HDF 5 | 1.12.1
| NetCDF | 4.8.1
| NetCDF-Fortran | 4.5.3
| openJPEG | 2.4.0
| ecCodes | 2.23.0
| ESMF | 8.1.1
| HDF 4 | 4.2.15
| HDF-EOS2 | 2.20v.1.00 [red]#Not installed; failed make check#
| SQLite3 | 3.35.0
| PROJ | 7.1.1
| GeoTIFF | 1.7.0
| GDAL | 2.4.4
| FortranGIS | 2.6
| JPEG | 8d
|====

// koehr
.Red Hat Enterprise Linux Server 7.8
|====
Expand Down
8 changes: 8 additions & 0 deletions docs/LISF_installation_guide/dependencies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ NOTE: Required by PROJ.

NOTE: Required by GeoTIFF and GDAL.

==== PETSc 3.16.1

*URL*: https://petsc.org/

NOTE: Required by RAPID router

=== Notes

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.
Expand Down Expand Up @@ -242,6 +248,8 @@ If you wish to install all the libraries (required and optional, excluding JCSDA
. GDAL (optional)
. FortranGIS (optional) +
Required to use GDAL
. PETSc (optional) +
Required to use RAPID router

//If not, review the appropriate _$WORKING/arch/configure.lis.*_ file
//for some hints regarding additional low level libraries needed for
Expand Down
15 changes: 7 additions & 8 deletions docs/LISF_installation_guide/devenv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ These instructions expect that you are using such a system. In particular you n

===== Compilers

* 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.
* or GNU`'s Compiler Collection version 9.2.0 or 11.2.0, both gfortran and gcc.
* 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.
* or GNU`'s Compiler Collection version 11.2.0, both gfortran and gcc.

===== Tools

* GNU`'s make, gmake, version 3.77 or 3.81
* Perl, version 5.10
* Python, version 2.7 or 3.8
* Python, version 2.7 or 3.4

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

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

===== Compilers

* Intel Fortran Compiler version 18 or 19 with corresponding Intel C Compiler, along with GNU`'s Compiler Collection version 7.3.0
* or Intel Fortran Compiler version 21 with corresponding Intel C Compiler, along with GNU`'s Compiler Collection version 7.5.0
* or Cray Compiler Environment (cce) version 12.0.3 or 13.0.0, along with GNU`'s Compiler Collection version 11.2.0
* 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.
* or Cray Compiler Environment (cce) version 14.0.0, along with GNU`'s Compiler Collection version 11.2.0.

===== Tools

* GNU`'s make, gmake, version 3.77 or 3.81
* Perl, version 5.10
* Python, version 2.7 or 3.8
* Python, version 2.7 or 3.4

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

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

* GNU`'s make, gmake, version 3.77 or 3.81
* Perl, version 5.10
* Python, version 2.7 or 3.8
* Python, version 2.7 or 3.4

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

Expand Down
12 changes: 7 additions & 5 deletions docs/LISF_installation_guide/platforms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ The following tables provide some specific platforms with compiler and library v
| HDF 4 | 4.2.15
| HDF-EOS2 | 2.20v.1.00
| SQLite3 | 3.35.0
| PROJ | 7.1.1
| PROJ | 9.1.0
| GeoTIFF | 1.7.0
| GDAL | 2.4.4
| GDAL | 3.5.2
| FortranGIS | 2.6
| PETSc | 3.16.1
| JPEG | 8d
|====

Expand All @@ -40,12 +41,13 @@ The following tables provide some specific platforms with compiler and library v
| ecCodes | 2.23.0
| ESMF | 8.1.1
| HDF 4 | 4.2.15
| HDF-EOS2 | 2.20v.1.00 [red]#Not installed; failed make check#
| HDF-EOS2 | 3.0
| SQLite3 | 3.35.0
| PROJ | 7.1.1
| PROJ | 9.1.0
| GeoTIFF | 1.7.0
| GDAL | 2.4.4
| GDAL | 3.5.2
| FortranGIS | 2.6
| PETSc | 3.16.1
| JPEG | 8d
|====

Expand Down
1 change: 1 addition & 0 deletions docs/LISF_installation_guide/revision_table.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
|====
|Revision | Summary of Changes | Date

|2.0 | LISF Public 7.5.0 release | Jan 11, 2024
|1.1 | LISF 557WW 7.5.0 release | Nov 30, 2022
|1.0 | LISF Public 7.4.0 release | Jun 14, 2022
|====
Expand Down

0 comments on commit 3a6dbb5

Please sign in to comment.