Bureaucrats, cc_docs_admin, cc_staff
2,318
edits
(Marked this version for translation) |
No edit summary |
||
Line 82: | Line 82: | ||
For Fortran code, notice that two libraries are required and their order matters: | For Fortran code, notice that two libraries are required and their order matters: | ||
{{Commands | {{Commands | ||
|module load netcdf-fortran | |module load gcc netcdf-fortran | ||
|gfortran example.f90 -I$EBROOTNETCDFMINFORTRAN/include -lnetcdf -lnetcdff | |gfortran example.f90 -I$EBROOTNETCDFMINFORTRAN/include -lnetcdf -lnetcdff | ||
}} | }} |