Last change
on this file since 276 was
225,
checked in by aslmd, 13 years ago
|
MESOSCALE: python graphics. now possible for multi-files and multi-var. very easy to make an atlas.
|
-
Property svn:executable set to
*
|
File size:
575 bytes
|
Rev | Line | |
---|
[191] | 1 | #! /bin/bash |
---|
| 2 | |
---|
| 3 | # netcdf v3.6.1 |
---|
| 4 | # pgi v6.2-5 |
---|
| 5 | # ehouarn v2.0 |
---|
| 6 | |
---|
[225] | 7 | tar xzvf netcdf-3.6.1.tar.gz |
---|
| 8 | tar xvf netcdf-3.6.1.tar |
---|
[191] | 9 | |
---|
| 10 | cd netcdf-3.6.1 |
---|
| 11 | |
---|
| 12 | export CC=pgcc |
---|
| 13 | export CXX=pgCC |
---|
| 14 | #export CPP='pgcc -E' |
---|
| 15 | #export FC=pgf90 |
---|
| 16 | export F77=pgf90 |
---|
| 17 | export F90=pgf90 |
---|
| 18 | export CFLAGS="-fast -tp=x64 -Msignextend -fpic" |
---|
| 19 | export CXXFLAGS="-fast -tp=x64 -Msignextend-fpic" |
---|
| 20 | export CPPFLAGS="-DNDEBUG -DpgiFortran -fpic" |
---|
| 21 | export FFLAGS="-fast -tp=x64 -fpic" |
---|
| 22 | #export FCFLAGS="-fast -tp=x64" |
---|
| 23 | export F90FLAGS="-fast -tp=x64 -fpic" |
---|
| 24 | |
---|
| 25 | PREFIX=$PWD |
---|
| 26 | |
---|
| 27 | cd src |
---|
| 28 | |
---|
| 29 | ./configure --prefix=${PREFIX} |
---|
| 30 | make |
---|
| 31 | make test |
---|
| 32 | make install |
---|
| 33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.