Changeset 1366 for trunk/UTIL/compile


Ignore:
Timestamp:
Nov 7, 2014, 11:11:45 AM (10 years ago)
Author:
slebonnois
Message:

SL: zrecast corrected and tested to be compatible with Venus and Titan. Adopted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/compile

    r1360 r1366  
    44# > compile zrecast
    55
    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
     6# pgf sur les machines du LMD:
     7#-----------------------------
     8#pgf95 -Bstatic $1.F90 \
     9#-I/distrib/local/netcdf/pgi_7.1-6_64/include \
     10#-L/distrib/local/netcdf/pgi_7.1-6_64/lib -lnetcdf -o $1.e
    911
    10 #ifort $1.F90 \
    11 #pgf90 $1.F90 \
     12# ifort
     13#------
    1214ifort $1.F90 \
    1315-I$NETCDF/include \
    1416-L$NETCDF/lib -lnetcdf -o $1.e
    1517
     18#-----------------------------------------------------------------
    1619# Before running that on you computer you might want to change :
     20#-----------------------------------------------------------------
    1721# 1) replace "pgf90" with the name of your favorite compiler
    1822#    (you may also add some non-agressive optimization options e.g. -O2)
Note: See TracChangeset for help on using the changeset viewer.