Changeset 1577 for modipsl


Ignore:
Timestamp:
11/14/11 16:47:02 (12 years ago)
Author:
mafoipsl
Message:

Verification of Darwin with gfortran done for LMDZOR_v4 in sequential mode.
Tested on Mac OS X 10.7 (Lion), with gfortran and netcdf installed through fink.
gfortran is available here : http://gcc.gnu.org/wiki/GFortranBinaries#MacOS
fink is available here : http://www.finkproject.org/download/srcdist.php
Xcode 4.2 is required. See App store.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/AA_make.gdef

    r1569 r1577  
    1717#-Q- Darwin   PRISM_ARCH = Darwin 
    1818#-Q- Darwin   PRISM_NAME = Darwin 
    19 #-Q- Darwin   FCM_ARCH = Darwin 
     19#-Q- Darwin   FCM_ARCH = gfortran 
    2020#-Q- Darwin   M_K = make 
    2121#-Q- Darwin   P_C = cpp 
     
    4242#-Q- Darwin   FC_L = cc 
    4343#-Q- Darwin   #- 
    44 #-Q- Darwin   NCDF_INC = -I/usr/softs/include -I/opt/local/include 
    45 #-Q- Darwin   NCDF_LIB = -L/usr/softs/lib -lnetcdff -lnetcdf 
     44#-Q- Darwin   NCDF_INC = /sw/opt/netcdf7/include 
     45#-Q- Darwin   NCDF_LIB = -L/sw/opt/netcdf7/lib -lnetcdf 
    4646#-Q- Darwin   #- 
    4747#-Q- Darwin_g95  #- Global definitions for Mac OSX, g95 
Note: See TracChangeset for help on using the changeset viewer.