source: trunk/UTIL/PYTHON/api/api_pgf90.sh @ 1242

Last change on this file since 1242 was 943, checked in by aslmd, 12 years ago

clean and organized UTIL/PYTHON folder

  • Property svn:executable set to *
File size: 478 bytes
Line 
1#! /bin/bash
2
3
4#NETCDF=/distrib/local/netcdf-4.0.1/pgi_7.1-6_32/
5#NETCDF=/distrib/local/netcdf-4.0.1/pgi_7.1-6_64/
6#NETCDF=/distrib/local/netcdf-3.6.0-p1/pgi_64bits/
7NETCDF=/donnees/aslmd/MODELES/MESOSCALE_DEV/NETCDF/pgf90_64_netcdf_fpic-3.6.1/
8
9echo $NETCDF
10
11touch logc
12touch loge
13\rm logc
14\rm loge
15f2py -c -m api api.F90 --fcompiler=pg -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include --f90flags="-Mfree" > logc 2> loge
16f2py -c -m timestuff time.F --fcompiler=pg >> logc 2>> loge
Note: See TracBrowser for help on using the repository browser.