|
Last change
on this file since 207 was
191,
checked in by aslmd, 14 years ago
|
|
MESOSCALE: python graphics. added the nowind case plus corrected a few minor things.
|
-
Property svn:executable set to
*
|
|
File size:
545 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 -fpic" |
|---|
| 18 | export CXXFLAGS="-fast -tp=x64 -Msignextend-fpic" |
|---|
| 19 | export CPPFLAGS="-DNDEBUG -DpgiFortran -fpic" |
|---|
| 20 | export FFLAGS="-fast -tp=x64 -fpic" |
|---|
| 21 | #export FCFLAGS="-fast -tp=x64" |
|---|
| 22 | export F90FLAGS="-fast -tp=x64 -fpic" |
|---|
| 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.