rcgsheffield / sheffield_hpc

Docs for University of Sheffield HPC systems
https://docs.hpc.shef.ac.uk/
Other
52 stars 50 forks source link

Add netCDF on Stanage #2131

Open nahceigna opened 2 weeks ago

nahceigna commented 2 weeks ago

Description for netCDF on Stanage is missing, only netCDF on Bessemer is found (netCDF on Bessemer).

NetCDF modules on Stanage includes:

# NetCDF C++ components
netCDF-C++4/4.3.1-gompi-2022a

# NetCDF Fortran components
netCDF-Fortran/
netCDF-Fortran/4.5.3-gompi-2021a
netCDF-Fortran/4.6.0-gompi-2022a
netCDF-Fortran/4.6.0-gompi-2022b

# NetCDF installation
netCDF/
netCDF/4.7.4-gompi-2020b
netCDF/4.8.0-gompi-2021a
netCDF/4.8.1-gompi-2021b
netCDF/4.9.0-gompi-2022a
netCDF/4.9.0-gompi-2022b

Testing for individual version can be done using following commands (referenced from Check NetCDF):

# NetCDF C++ components
nc-config --all # General information on the NetCDF installation
ncxx4-config --all # Check whether NetCDF C++ components have been installed

# NetCDF Fortran components
nc-config --all # General information on the NetCDF installation
nf-config --all # Check whether NetCDF Fortran components have been installed

# NetCDF installation
nc-config --all # General information on the NetCDF installation

More information can be found in Jira.