source: trunk/tradit_spectral_model/CMD_ODYSSEUS/system.conf @ 2

Last change on this file since 2 was 2, checked in by xlvlod, 17 years ago

initial import from /home2/xlvlod/IDRIS/SVN_BASE_TRUNK

File size: 597 bytes
Line 
1################################################################################
2# MODIFY BELOW TO DEFINE FFLAGS, FLIBS, F90 and RUN_COMMAND FOR YOUR SYSTEM:
3#  -f3   fixed format fortran, extended line length
4#  -Ep   turn on the pre-processor
5#  -sx5  for the sx5
6#  -w
7#  -Wf"-msg nb"  -- reduces amount of warnings
8#  -Wf"-msg f"   -- reduces amount of warnings
9################################################################################
10# NEC SX5  -Ep -f3 -w -Wf"-msg nb" -Wf"-msg f"
11FC=mpif90
12FFLAGS= -Mpreprocess -Mextend -Mpgicoff ${NETCDF_INC_X}
13FLIBS= ${NETCDF_LIB_X}
14RUN_COMMAND=
15
Note: See TracBrowser for help on using the repository browser.