################################################################################ # MODIFY BELOW TO DEFINE FFLAGS, FLIBS, F90 and RUN_COMMAND FOR YOUR SYSTEM: # -f3 fixed format fortran, extended line length # -Ep turn on the pre-processor # -sx5 for the sx5 # -w # -Wf"-msg nb" -- reduces amount of warnings # -Wf"-msg f" -- reduces amount of warnings ################################################################################ # NEC SX5 -Ep -f3 -w -Wf"-msg nb" -Wf"-msg f" FC=mpif90 FFLAGS= -Mpreprocess -Mextend -Mpgicoff ${NETCDF_INC_X} FLIBS= ${NETCDF_LIB_X} RUN_COMMAND=