Bureaucrats, cc_docs_admin, cc_staff
337
edits
No edit summary |
|||
Line 30: | Line 30: | ||
== Environment Modules == | == Environment Modules == | ||
The following modules providing | The following modules providing NetCDF are available on both Cedar and Graham via CVMFS: | ||
* | * netcdf | ||
* netcdf-c++ | |||
*netcdf-fortran | |||
Compiled with MPI support: | Compiled with MPI support: | ||
* | * netcdf-mpi | ||
* netcdf-c++-mpi | |||
* netcdf-fortran-mpi | |||
The versions available: 1. | The versions available: 4.1.3, 4.2.0, 4.3.0, 4.4.1, 4.4.4 | ||
== Version selection == | == Version selection == | ||
module load | module load netcdf/version | ||
== Submission Scripts == | == Submission Scripts == | ||
Line 49: | Line 51: | ||
Using netcdf | Using netcdf | ||
{{Command | {{Command | ||
| | |module load netcdf/4.4.1 | ||
|gcc example.c -lnetcdf | |||
| | |||
}} | }} | ||