Ignore:
Timestamp:
Mar 4, 2014, 11:01:01 AM (11 years ago)
Author:
aslmd
Message:

changed default symbolic links to ifort since we use mostly this compiler on clusters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/POSTPROC/comp_api

    r186 r1193  
    44# NETCDF should be defined
    55#
     6echo $NETCDF
    67
    78#pgf90 api.F90 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include -Mfree -o api
    89
    910
    10 g95 api.F90 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include -Wall -Wno=112,141,137,155 -fno-second-underscore -ffree-form -o api
     11#g95 api.F90 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include -Wall -Wno=112,141,137,155 -fno-second-underscore -ffree-form -o api
    1112#g95 api.F90 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include -Wall -Wno=112,141,137,155 -ffree-form -o api
    1213#pgf90 -mcmodel=medium -Mlarge_arrays api.F90 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include -Mfree -o p_interp
    13 #ifort api.F90 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include -o api
     14ifort api.F90 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include -o api
    1415
    1516
Note: See TracChangeset for help on using the changeset viewer.