Changeset 386 for trunk/LMDZ.MARS/util


Ignore:
Timestamp:
Nov 14, 2011, 11:08:35 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: minor changes on script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/compile

    r275 r386  
    33# > compile concat
    44# > compile zrecast
    5  pgf90 -Bstatic   $1.F90 \
    6 -I/distrib/local/netcdf/pgi_7.1-6_32/include \
    7 -L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $1.e
    85
     6# pgf90 -Bstatic   $1.F90 \
     7#-I/distrib/local/netcdf/pgi_7.1-6_32/include \
     8#-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $1.e
     9
     10ifort $1.F90 \
     11-I$NETCDF/include \
     12-L$NETCDF/lib -lnetcdf -o $1.e
    913
    1014# Before running that on you computer you might want to change :
Note: See TracChangeset for help on using the changeset viewer.