Last change
on this file since 170 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:
516 bytes
|
Line | |
---|
1 | #! /bin/bash |
---|
2 | |
---|
3 | # netcdf v3.6.1 |
---|
4 | # pgi v6.2-5 |
---|
5 | # ehouarn v2.0 |
---|
6 | |
---|
7 | tar xvf netcdf-3.6.1.tar |
---|
8 | |
---|
9 | cd netcdf-3.6.1 |
---|
10 | |
---|
11 | export CC=pgcc |
---|
12 | export CXX=pgCC |
---|
13 | #export CPP='pgcc -E' |
---|
14 | #export FC=pgf90 |
---|
15 | export F77=pgf90 |
---|
16 | export F90=pgf90 |
---|
17 | export CFLAGS="-fast -tp=x64 -Msignextend" |
---|
18 | export CXXFLAGS="-fast -tp=x64 -Msignextend" |
---|
19 | export CPPFLAGS="-DNDEBUG -DpgiFortran" |
---|
20 | export FFLAGS="-fast -tp=x64" |
---|
21 | #export FCFLAGS="-fast -tp=x64" |
---|
22 | export F90FLAGS="-fast -tp=x64" |
---|
23 | |
---|
24 | PREFIX=$PWD |
---|
25 | |
---|
26 | cd src |
---|
27 | |
---|
28 | ./configure --prefix=${PREFIX} |
---|
29 | make |
---|
30 | make test |
---|
31 | make install |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.