source: trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib/api_ifort.sh @ 233

Last change on this file since 233 was 232, checked in by aslmd, 14 years ago

MESOSCALE: corrections petits bugs graphiques.

  • Property svn:executable set to *
File size: 299 bytes
Line 
1#! /bin/bash
2
3
4echo $NETCDF
5
6touch logc
7touch loge
8\rm logc
9\rm loge
10f2py -c -m api        api.F90   --fcompiler=intelem  -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include >  logc 2>  loge
11f2py -c -m timestuff  time.F    --fcompiler=intelem                                               >> logc 2>> loge
Note: See TracBrowser for help on using the repository browser.