Parent Directory
|
Revision Log
|
Revision Graph
No longer using PGI compiler (pgf77) since it does work even on our own machines! - use g77 where it works otherwise ifc
1 | # $Header: /u/gcmpack/MITgcm/verification/aim.5l_Equatorial_Channel/input/.genmakerc,v 1.4 2001/05/29 14:01:47 adcroft Exp $ |
2 | # $Name: $ |
3 | |
4 | # Force use of PGI f77 |
5 | #if (`uname` == 'Linux') set platform=( Linux+pgi ) |
6 | set FC=(ifc) |
7 | |
8 | # Disable packages that are not needed |
9 | set DISABLE=( $DISABLE kpp gmredi obcs ) |
10 | |
11 | # Enable packages that are needed but are disabled by default |
12 | set ENABLE=( aim ) |
13 | |
14 | # We can also specify other defaults |
15 | set ROOTDIR=../../.. |
16 | set MODS=../code |
ViewVC Help | |
Powered by ViewVC 1.1.22 |