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 | adcroft | 1.5 | # $Header: /u/gcmpack/MITgcm/verification/aim.5l_Equatorial_Channel/input/.genmakerc,v 1.4 2001/05/29 14:01:47 adcroft Exp $ |
2 | adcroft | 1.4 | # $Name: $ |
3 | |||
4 | # Force use of PGI f77 | ||
5 | adcroft | 1.5 | #if (`uname` == 'Linux') set platform=( Linux+pgi ) |
6 | set FC=(ifc) | ||
7 | adcroft | 1.4 | |
8 | adcroft | 1.2 | # Disable packages that are not needed |
9 | adcroft | 1.4 | set DISABLE=( $DISABLE kpp gmredi obcs ) |
10 | adcroft | 1.2 | |
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 | cnh | 1.3 | set MODS=../code |
ViewVC Help | |
Powered by ViewVC 1.1.22 |