Instructions for building the OpenMPI-HDF5-NetCDF stack with parallel I/O from source, using the Intel Compiler suite.
Valid for the following packages:
- openmpi-2.1.1
| program grads_to_netcdf | |
| ! Example program that reads a GrADS file and writes the field to NetCDF file. | |
| ! | |
| ! With GNU Fortran, compile as: | |
| ! | |
| ! gfortran -fconvert=big-endian grads_to_netcdf.f90 -I$NETCDF/include -L$NETCDF/lib -lnetcdf -lnetcdff | |
| ! | |
| ! With Intel Fortran, compile as: | |
| ! |
| program read_grads_example | |
| ! Example program that reads a flat binary file | |
| ! | |
| ! With GNU Fortran, compile as: | |
| ! | |
| ! gfortran -fconvert=big-endian read_grads_example.f90 | |
| ! | |
| ! With Intel Fortran, compile as: | |
| ! |