source:
trunk/UTIL/PYTHON/api/api_ifort.sh
@
1242
Last change on this file since 1242 was 943, checked in by , 12 years ago | |
---|---|
|
|
File size: 299 bytes |
Line | |
---|---|
1 | #! /bin/bash |
2 | |
3 | |
4 | echo $NETCDF |
5 | |
6 | touch logc |
7 | touch loge |
8 | \rm logc |
9 | \rm loge |
10 | f2py -c -m api api.F90 --fcompiler=intelem -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include > logc 2> loge |
11 | f2py -c -m timestuff time.F --fcompiler=intelem >> logc 2>> loge |
Note: See TracBrowser
for help on using the repository browser.