NetCDF: Difference between revisions

Jump to navigation Jump to search
133 bytes removed ,  6 years ago
Undo revision 45446 by Sergueev (talk)
No edit summary
(Undo revision 45446 by Sergueev (talk))
Line 30: Line 30:
== Environment Modules ==
== Environment Modules ==


The following modules providing HDF5 are available on both Cedar and Graham via CVMFS:
The following modules providing NetCDF are available on both Cedar and Graham via CVMFS:
* hdf5/1.8.18
* netcdf
* netcdf-c++
*netcdf-fortran


Compiled with MPI support:
Compiled with MPI support:
* hdf5-mpi/1.8.18
* netcdf-mpi
* netcdf-c++-mpi
* netcdf-fortran-mpi


The versions available: 1.8.18
The versions available: 4.1.3, 4.2.0, 4.3.0, 4.4.1, 4.4.4


== Version selection ==
== Version selection ==
module load hdf // HDF4
module load netcdf/version
module load hdf5 // Serial HDF5
module load hdf5-mpi // Parallel (MPI) HDF5


== Submission Scripts ==
== Submission Scripts ==
Line 49: Line 51:
Using netcdf
Using netcdf
{{Command
{{Command
|#!/bin/bash
|module load netcdf/4.4.1
|#SBATCH --account=def-someuser
|gcc example.c -lnetcdf
|#SBATCH --ntasks=1
|#SBATCH --mem=1024M            # memory; default unit is megabytes
|#SBATCH --time=0-00:05          # time (DD-HH:MM)
|./h5_serial
}}
}}


Bureaucrats, cc_docs_admin, cc_staff
337

edits

Navigation menu