source: trunk/MESOSCALE/NETCDF/gfortran_netcdf @ 191

Last change on this file since 191 was 27, checked in by aslmd, 14 years ago

spiga:mineur ajout des cuisines de secours NETCDF avec 3.6.1

  • Property svn:executable set to *
File size: 574 bytes
Line 
1#! /bin/bash
2
3
4#wget http://www.lmd.jussieu.fr/~hourdin/PATCH_LMDZ4OR_G95/netcdf-3.6.1.tar.gz
5#gunzip netcdf-3.6.1.tar.gz
6tar xvf netcdf-3.6.1.tar
7
8cd netcdf-3.6.1
9
10export CC=gcc
11export CXX=g++
12export CPP='gcc -E'
13export FC=gfortran
14export F77=gfortran
15export F90=gfortran
16export CFLAGS='-O2 -DpgiFortran'
17export CXXFLAGS='-O2 -DpgiFortran'
18export CPPFLAGS='-DpgiFortran'
19export FFLAGS='-O2 -fno-second-underscore'
20export FCFLAGS='-O2 -fno-second-underscore'
21export F90FLAGS='-O2 -fno-second-underscore'
22
23cd src
24# Compilation
25./configure
26make check
27make install
28
Note: See TracBrowser for help on using the repository browser.