Ignore:
Timestamp:
May 11, 2014, 1:32:49 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.COMMON. added support for gfortran. corrected cyclic dependency with moyzon.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/ioipsl/install_ioipsl_gfortran.bash

    r1244 r1245  
    55# below to adapt this script to your computer.
    66
     7setfolder="/home/aymeric/Science/MODELES/LMDZ.COMMON/netcdf/gfortran_netcdf-4.0.1"
     8#setfolder="/donnees/emlmd/netcdf64-4.0.1_gfortran/"
     9
    710#0. Preliminary stuff
    811# netcdf include and lib dirs:
    9 netcdf_include="/donnees/emlmd/netcdf64-4.0.1_gfortran/include"
    10 netcdf_lib="/donnees/emlmd/netcdf64-4.0.1_gfortran/lib"
     12netcdf_include=$setfolder"/include"
     13netcdf_lib=$setfolder"/lib"
    1114
    1215whereami=`pwd -P`
Note: See TracChangeset for help on using the changeset viewer.