Bureaucrats, cc_docs_admin, cc_staff
337
edits
Line 49: | Line 49: | ||
=== Serial NetCDF === | === Serial NetCDF === | ||
Using netcdf | Using netcdf | ||
{{Command | {{Command | ||
|module load netcdf/4.4.1 | |module load netcdf/4.4.1 | ||
|gcc example.c -lnetcdf | |gcc example.c -lnetcdf | ||
}} | }} | ||
Using netcdf-fortran | |||
{{Command | |||
|module load netcdf-fortran | |||
|gfortran example.f90 -lnetcdf -lnetcdff | |||
}} | |||
=== Parallel NetCDF === |