/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Log of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Links to checkpoint57h_pre: (view) (download) (annotate)
Sticky Tag:

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 18:01:19 2005 UTC (18 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre
Changes since 1.122: +2 -2 lines
Diff to previous 1.122 , to selected 1.81
 o add gfortran optfile with comments about NAMELIST failures
   - tested with Fedora Core 4-test-2


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 20:10:32 2005 UTC (19 years ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre
Changes since 1.121: +2 -2 lines
Diff to previous 1.121 , to selected 1.81
 o forgot the dot !!!


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 19:45:03 2005 UTC (19 years ago) by edhill
Branch: MAIN
Changes since 1.120: +33 -30 lines
Diff to previous 1.120 , to selected 1.81
 o change adjoint rules to work with generic fortran file extensions


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Fri Mar 11 07:25:17 2005 UTC (19 years ago) by mlosch
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 , to selected 1.81
o fix for Ed's fix to genmake2:
  - moved "RV1=$?" two lines up, so that it reports the status of the
    'makedepend genmake_tc.f' line and not the 'test -f
     $MAKEFILE".tst"  &&  mv -f $MAKEFILE".tst" $MAKEFILE' line. Let's
    hope that this was unintentional.


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Wed Mar 9 19:57:00 2005 UTC (19 years ago) by edhill
Branch: MAIN
Changes since 1.118: +26 -13 lines
Diff to previous 1.118 , to selected 1.81
 o re-work $MAKEFILE handling for systems where the local makedepend
   implementation will die if it cannot locate a makefile


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Wed Feb 9 17:34:19 2005 UTC (19 years, 1 month ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57d_post, checkpoint57e_post, eckpoint57e_pre
Changes since 1.117: +15 -15 lines
Diff to previous 1.117 , to selected 1.81
 o make genmake2 more portable by using ".$FS" instead of ".f" for more
   of the test compilations (eg. IBM xlf on Mac OSX w/HFS filesys)


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Wed Feb 9 15:59:24 2005 UTC (19 years, 1 month ago) by edhill
Branch: MAIN
Changes since 1.116: +10 -10 lines
Diff to previous 1.116 , to selected 1.81
 o convert check_netcdf_libs() to the more platform-independent "file.$FS"
   convention as determined by check_for_broken_Ff()


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Thu Jan 6 15:32:16 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57c_post, checkpoint57c_pre
Changes since 1.115: +3 -3 lines
Diff to previous 1.115 , to selected 1.81
 o use sed '-y/a...z/A..Z/' instead of awk (per AJA)


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Thu Jan 6 15:09:54 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 , to selected 1.81
 o "-F." for annoying old Sun awk


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 22:30:55 2005 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.113: +6 -6 lines
Diff to previous 1.113 , to selected 1.81
 o awk syntax for older Unixes (Suns) and some tiny default changes


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Sun Dec 26 16:38:20 2004 UTC (19 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.112: +9 -1 lines
Diff to previous 1.112 , to selected 1.81
 o add ability to skip the NetCDF check by defining the SKIP_NETCDF_CHECK
   variable in the optfile
   - also, add '#include "mpif.h"' to the NetCDF test-compile program if
     MPI is used per Martin's request


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Fri Dec 10 13:07:47 2004 UTC (19 years, 3 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57b_post
Changes since 1.111: +3 -3 lines
Diff to previous 1.111 , to selected 1.81
 o use $AWK everywhere (not "awk")


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 03:23:28 2004 UTC (19 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint56, checkpoint56a_post, checkpoint56b_post, checkpoint56c_post, checkpoint57, checkpoint57a_post, checkpoint57a_pre
Changes since 1.110: +17 -6 lines
Diff to previous 1.110 , to selected 1.81
 o add better warnings to the can-we-build-netcdf test
 o add optfiles for the ACESgrid cluster


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 18:25:05 2004 UTC (19 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55i_post, checkpoint55j_post
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 , to selected 1.81
 o fix Matt Mazloff's problem permanently by always removing any stray test
   files in pkg/mnc


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 11:46:02 2004 UTC (19 years, 5 months ago) by heimbach
Branch: MAIN
Changes since 1.108: +19 -3 lines
Diff to previous 1.108 , to selected 1.81
o modified targets for SVD
o new adof template


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Thu Oct 21 13:38:46 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.107: +53 -1 lines
Diff to previous 1.107 , to selected 1.81
 o give MNC the ability to create additional files rather than
   exceeding a specified file size limit
   - run-time configurable (in data.mnc) as "MNC_MAX_FSIZE"
   - the default is just less than 2GB which is a practical limit
     on many systems (eg. Baylor's and Helen's recent problems)
   - tested and works on Linux/g77 -- needs testing elsewhere


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 19:54:56 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55h_post
Changes since 1.106: +2 -2 lines
Diff to previous 1.106 , to selected 1.81
 o remove the totally pointless XLIBS variable


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Thu Oct 14 03:24:14 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55g_post
Changes since 1.105: +3 -3 lines
Diff to previous 1.105 , to selected 1.81
 o converted the 8 spaces to a single tab character since make syntax
   requires it


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 21:01:03 2004 UTC (19 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint55f_post
Changes since 1.104: +6 -1 lines
Diff to previous 1.104 , to selected 1.81
Added targets for adjoint to
o add STOP after cost_final (make onlyfwd)
o switch off KPP, GM/Redi in reverse (make adtrick)


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Tue Oct 5 16:10:31 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55d_post, checkpoint55d_pre, checkpoint55e_post
Changes since 1.103: +25 -2 lines
Diff to previous 1.103 , to selected 1.81
 o make our builds easier in the Cygwin environment


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 19:00:42 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 , to selected 1.81
 o remove debugging output


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 18:59:36 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.101: +3 -3 lines
Diff to previous 1.101 , to selected 1.81
 fix quoting of arguments


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Thu Sep 30 21:37:40 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.100: +6 -5 lines
Diff to previous 1.100 , to selected 1.81
 o use older-style make syntax
   - works with Gnu make and Sun make
   - NEEDS TO BE TESTED on Cygwin


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Thu Sep 30 16:46:45 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.99: +36 -34 lines
Diff to previous 1.99 , to selected 1.81
 o fix the disabling-of-mnc feature -- the problem was that the disabling
   was not done soon enough within the script and thus did not keep mnc
   out of the list of source dirs


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 15:49:48 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.98: +25 -15 lines
Diff to previous 1.98 , to selected 1.81
 o disable the mnc package if the test compile fails
   - also remove the Nnetcdf test execution since some machines (eg.
     the Itanium-hosted SX-6 that PH uses) are cross-compilers that
     will _always_ fail to execute the non-native code


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 21:28:47 2004 UTC (19 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54f_post, checkpoint55, checkpoint55a_post, checkpoint55b_post, checkpoint55c_post
Changes since 1.97: +3 -1 lines
Diff to previous 1.97 , to selected 1.81
 o fix minor BUILD_INFO.h problem


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 18:19:20 2004 UTC (19 years, 6 months ago) by edhill
Branch: MAIN
Changes since 1.96: +25 -6 lines
Diff to previous 1.96 , to selected 1.81
 o add header info to both the NetCDF output and the model stdout
   - requested by Steph


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Mon Aug 9 02:28:51 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54e_post
Changes since 1.95: +6 -3 lines
Diff to previous 1.95 , to selected 1.81
 o correctly handle the case where $FC != $LINK


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Thu Aug 5 16:04:32 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.94: +3 -3 lines
Diff to previous 1.94 , to selected 1.81
 o fix small syntax error in the --help option


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Sat Jul 31 13:01:12 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 , to selected 1.81
 o fix typo


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Fri Jul 30 19:53:15 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.92: +10 -10 lines
Diff to previous 1.92 , to selected 1.81
 o make the CC default a better guess and make it work with the CC
   environment variable which was the previous behavior


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Fri Jul 30 15:59:33 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.91: +4 -2 lines
Diff to previous 1.91 , to selected 1.81
 o fix missing CC entry


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Fri Jul 30 14:31:40 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.90: +71 -9 lines
Diff to previous 1.90 , to selected 1.81
o genmake2: add ability to search for C compilers and cleanup test output
  - fixes recent SX-6 problems and should help with others (eg. HP-UX)


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Jul 27 20:59:19 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.89: +35 -17 lines
Diff to previous 1.89 , to selected 1.81
 o make it easy to specify the "cyrus" makedepend


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Wed Jul 21 16:34:46 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54d_post
Changes since 1.88: +10 -3 lines
Diff to previous 1.88 , to selected 1.81
 o netcdf (mnc) now compiles and runs on halem


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue Jul 20 19:43:45 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.87: +6 -6 lines
Diff to previous 1.87 , to selected 1.81
 o convert "test -e" to "test -f" which seems to be more portable
   - the "sh" shell on NEC SX-6 machines dies without it!


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 03:29:08 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54c_post
Changes since 1.86: +11 -9 lines
Diff to previous 1.86 , to selected 1.81
 o remove bash-isms (such as "${##/*/}") and further simplify the syntax
   so that even the old and balky sh shell on halem will successfully
   run genmake2


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 02:52:14 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 , to selected 1.81
 o http://mitgcm.org/pipermail/mitgcm-support/2004-July/002343.html


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Wed Jul 14 21:26:53 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.84: +32 -30 lines
Diff to previous 1.84 , to selected 1.81
 o fix the "find a working makedepend" bug found by JMC


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Mon Jul 12 15:49:08 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.83: +37 -33 lines
Diff to previous 1.83 , to selected 1.81
 o do a better job of finding makedepend even when an optfile is specified


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 18:06:49 2004 UTC (19 years, 8 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint54b_post
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 , to selected 1.81
Fixed .SUFFIXES order
 o order must reflect order of dependencies
 o now works with all flavors of "make" not just gmake


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Wed Jun 30 01:19:29 2004 UTC (19 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint53g_post, checkpoint54, checkpoint54a_post, checkpoint54a_pre
Changes since 1.81: +5 -3 lines
Diff to previous 1.81
New and improved test for ETIME actually finds it when it is there.


Revision 1.81 - (view) (download) (annotate) - [selected]
Wed Jun 30 00:58:06 2004 UTC (19 years, 8 months ago) by cnh
Branch: MAIN
Changes since 1.80: +23 -2 lines
Diff to previous 1.80
Update to genmake that makes it check for ETIME and sets HAVE_ETIME accordingly.
#ifdef HAVE_ETIME added to timers.F for this


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 19:00:41 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 , to selected 1.81
 o invoke "sh" instead of "bash" -- hopefully its more portable


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Wed Jun 16 21:15:47 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint53f_post
Changes since 1.78: +6 -1 lines
Diff to previous 1.78 , to selected 1.81
 o add description of "-adof" and synonymous options to the "--help" output


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Tue May 4 16:30:21 2004 UTC (19 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint52n_post, checkpoint53, checkpoint53a_post, checkpoint53b_post, checkpoint53b_pre, checkpoint53c_post, checkpoint53d_post, checkpoint53d_pre
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 , to selected 1.81
Better clean up of STD* files


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 23:48:43 2004 UTC (19 years, 11 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52m_post
Changes since 1.76: +26 -10 lines
Diff to previous 1.76 , to selected 1.81
 o MITgcm now builds and runs on cygwin
   - Note that there is still a problem due to directories in
     verification named "aux".  Apparently, windows is such
     broken crap that that you cannot use "aux" as a file or
     dir name.  In the mean time, check out the code using:
       cvs co MITgcm_verif_basic
     and you can avoid those directories.


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 21:32:11 2004 UTC (19 years, 11 months ago) by edhill
Branch: MAIN
Changes since 1.75: +94 -42 lines
Diff to previous 1.75 , to selected 1.81
 o more changes to allow for arbitrary Fortran 77/90 file extensions on
   fundamentally broken environments (eg. cygwin, MacOS HFS+) that cannot
   distinguish between .F and .f files
   - works with arbitrary extensions on Linux
   - needs more testing on cygwin and MacOS


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 20:28:09 2004 UTC (19 years, 11 months ago) by edhill
Branch: MAIN
Changes since 1.74: +65 -16 lines
Diff to previous 1.74 , to selected 1.81
 o first step towards fixing the *.F/*.f problem that exists within cygwin
   and MacOSX environments


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Wed Mar 24 17:12:51 2004 UTC (19 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.73: +16 -7 lines
Diff to previous 1.73 , to selected 1.81
o expand_pkg_groups now returns a state indicating whether it did an
  expansion or not
o expand_pkg_groups is called repeatedly until all expansions are complete
o implemented -pkg in packages.conf (thought we were already doing this but
  it didn't seem to be there)


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Tue Mar 16 18:20:34 2004 UTC (20 years ago) by edhill
Branch: MAIN
Changes since 1.72: +6 -3 lines
Diff to previous 1.72 , to selected 1.81
 o fix for arguments requiring quotes to protect them from the shell
   eg: -mods="../a ../b" becomes " -mods=../a ../b" in the Makefile


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Mar 12 15:50:06 2004 UTC (20 years ago) by edhill
Branch: MAIN
Changes since 1.71: +5 -3 lines
Diff to previous 1.71 , to selected 1.81
 o more small fixes for CRAY SV1 systems


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Wed Mar 10 23:34:04 2004 UTC (20 years ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_post, checkpoint52l_pre
Changes since 1.70: +46 -33 lines
Diff to previous 1.70 , to selected 1.81
 o fixes for baroque-n CRAY systems
   - replace all "echo -n" commands with the more portable "printf"
   - add a "-bash /path/to/shell" option so that a Bourne- or
     BASH-compatible shell can be explicitly specified within
     the Makefile


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 05:01:12 2004 UTC (20 years ago) by edhill
Branch: MAIN
CVS Tags: hrcube5
Changes since 1.69: +3 -2 lines
Diff to previous 1.69 , to selected 1.81
 o add "LDADD" variable


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 19:12:10 2004 UTC (20 years ago) by edhill
Branch: MAIN
Changes since 1.68: +48 -5 lines
Diff to previous 1.68 , to selected 1.81
 o increase static sizes within the Cyrus makedepend
 o add new makedepend code to genmake2


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 19:14:18 2004 UTC (20 years ago) by adcroft
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 , to selected 1.81
Missing E


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 19:00:32 2004 UTC (20 years ago) by adcroft
Branch: MAIN
Changes since 1.66: +43 -11 lines
Diff to previous 1.66 , to selected 1.81
o fixed -fc=* so that an appropriate optfile is used if it exists
o created place-holders for -mpi and -mpi=PATH functionality for when
  the automatic MPI configuration is written
o -mpi now turns on MPI cpp flags
  x these are still present in the optfiles and should be removed from them
    but I'm deferring that until we tidy up the optfiles


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 21:51:32 2004 UTC (20 years ago) by edhill
Branch: MAIN
Changes since 1.65: +14 -2 lines
Diff to previous 1.65 , to selected 1.81
 o add automatic "discovery" of the -lnetcdf library
   - Note that this will work if the NetCDF files are installed in
     standard locations such as /usr/lib or /usr/local/lib.  If the
     NetCDF files are installed in a non-standard location, then the
     user will have to specify the path ("-L /path/to/the/lib")
     within the optfile.


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon Feb 16 16:24:41 2004 UTC (20 years, 1 month ago) by cnh
Branch: MAIN
CVS Tags: checkpoint52j_post, checkpoint52j_pre, checkpoint52k_post
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 , to selected 1.81
Fix TOOLSDIR error message typo


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 00:22:57 2004 UTC (20 years, 1 month ago) by edhill
Branch: MAIN
CVS Tags: hrcube4, hrcube_2, hrcube_3
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 , to selected 1.81
 o new version of MNC "internals" with per-file association of all
     entities
 o first version with NetCDF read support
 o fixed the cleanup of internal lookup tables at file closure
 o numerous small bug fixes


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Jan 23 16:12:45 2004 UTC (20 years, 1 month ago) by edhill
Branch: MAIN
Changes since 1.62: +13 -4 lines
Diff to previous 1.62 , to selected 1.81
 o Add a check for $CPP in /lib
   - NOTE: this should eventually be replaced with a more general function
     that searches for executables and is marked as such


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 19:19:59 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52h_pre, checkpoint52i_post, checkpoint52i_pre
Changes since 1.61: +17 -6 lines
Diff to previous 1.61 , to selected 1.81
 o build the templates for type conversion in MNC
 o small fixes to error handling


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 04:27:39 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 , to selected 1.81
 o minor output-redirecton fix


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Jan 14 03:44:48 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.59: +55 -2 lines
Diff to previous 1.59 , to selected 1.81
 o add test for ability to build & execute NetCDF code


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 17:02:47 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
Changes since 1.58: +3 -2 lines
Diff to previous 1.58 , to selected 1.81
 o fix afe syntax error


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 22:08:39 2004 UTC (20 years, 2 months ago) by afe
Branch: MAIN
CVS Tags: hrcube_1
Changes since 1.57: +14 -1 lines
Diff to previous 1.57 , to selected 1.81
forgotten changes to genmake2 and hs94.cs-32x32x5/code


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 18:58:24 2003 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52d_post, checkpoint52e_post, checkpoint52e_pre, checkpoint52f_post, checkpoint52f_pre
Branch point for: netcdf-sm0
Changes since 1.56: +23 -21 lines
Diff to previous 1.56 , to selected 1.81
 o change --standarddirs option so that one can specify -standarddirs=""
   and actually remove all the standard directories from use


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 23:33:10 2003 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.55: +4 -2 lines
Diff to previous 1.55 , to selected 1.81
 o add conversion "x86_64" -> "amd64"


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 00:34:29 2003 UTC (20 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52d_pre
Changes since 1.54: +2 -3 lines
Diff to previous 1.54 , to selected 1.81
no more DEFINES="-DALLOW_AIM" ; no longer "REALLY ugly", but still a little


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 18:09:35 2003 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 , to selected 1.81
*** empty log message ***


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 15:08:33 2003 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.52: +3 -1 lines
Diff to previous 1.52 , to selected 1.81
 o add "# OPTFILE='...' comment to the Makefile so that it can be later
   extracted by the testing/verification scripts


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 15:00:01 2003 UTC (20 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.51: +55 -43 lines
Diff to previous 1.51 , to selected 1.81
o FC_NAMEMANGLE.h is now created by make
o modularized the CPP macro checking of CPP_OPTIONS.h
o introduced check for CPP_EEOPTIONS.h but we are not calling it yet


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 19:46:10 2003 UTC (20 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 , to selected 1.81
o changed rule for building without make depend
  - having all depend on links always led to re-linking because links
    never exists
o Added run.log and *.bak to Clean


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat Nov 29 19:58:36 2003 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
CVS Tags: branch-netcdf
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 , to selected 1.81
 o fix typo in the "-ad"/"-adof" options handling


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 17:22:47 2003 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52c_post
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 , to selected 1.81
 o changed the shell invocation syntax to "#! /usr/bin/env ${SHELL}" and
   verified that this works on the following machines:
   - all available Linux boxes
   - Mac OS X
   - OSF1 eg. halem
   - AIX SP[34] clusters eg. bluesky/blackforest/babyblue @ NCAR
   - SGI O[23]k clusters eg. turing/lomax/chapman @ nas.nasa.gov
   - Solaris [89] eg. slough.mit.edu


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 16:03:38 2003 UTC (20 years, 3 months ago) by heimbach
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 , to selected 1.81
removed 'links' dependencies from ad/ftl targets
to enforce use of 'make depend'.
This is required to enable successive adtaf, ftltaf usage.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 14:57:45 2003 UTC (20 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.46: +20 -2 lines
Diff to previous 1.46 , to selected 1.81
o Corrected spelling mistake in Warning comment
o Switched to using the convert script to generate the initial .h files


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 14:18:50 2003 UTC (20 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.45: +4 -78 lines
Diff to previous 1.45 , to selected 1.81
o Fixed missing barrier in PACKAGES_CONFIG.h
o Changed order of #define, #undef to #undef, #define to fix problem with
  aim and aim_v23


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 15:08:24 2003 UTC (20 years, 3 months ago) by heimbach
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 , to selected 1.81
adding 'links' to adall ftlall dependency list


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 14:54:12 2003 UTC (20 years, 3 months ago) by adcroft
Branch: MAIN
Changes since 1.43: +46 -27 lines
Diff to previous 1.43 , to selected 1.81
 o Created mechanism for make makefile to use $TOOLSDIR variable of Makefile
   - previously it recorded the actual invocation of genmake2 which meant
     that editing TOOLSDIR was not sufficient to be able to move the set-up
 o In addition to everything else, we now record the pkg configuration in
   the Makefile
   - previously the configuration was only recorded in PACKAGES_CONFIG.h
     and gm_state
 o Created targets for Makefile:
   PACKAGES_CONFIG.h:  this allows "make" to create the pkg config file
                       given the configuration state that is now recorded
                       in Makefile
   AD_CONFIG.h:        creates the appropriate null adj config file for
                       compiling the forward model
 o The switching of AD_CONFIG.h is unchanged but the files used for comparison
   of the state are now created only briefly by make and only for the duration
   of the comparison
   - previously these files were left in place and an inadvertent deletion
    required a new invocation of genmake2
 o Added new "generic" script for converting cmd-line cpp options to cpp
   statements in a file
 o Created a file in tools/adjoint_sed containing the sed commands needed
   to patch back myThid in adjoint code. This file used to be created in
   the CWD by genmake2

Comments:
 o genmake2, make   now works without the make depend phase
   - this is necessary (and was an old feature) for occasions when makedepend
     is not available and xmakedepend doesn't work or is too slow to be useful
 o make clean   now deletes all temporary files (except FC_NAMEMANGLE.h) so
   that make CLEAN only leaves the Makefile and the Makefile now contains
   sufficient information to rebuild everything. This was a capability of
   the old genmake.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 20:01:50 2003 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 , to selected 1.81
 o fix FC_NAMEMANGLE handling for the efc compiler on Altix systems


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 18:29:07 2003 UTC (20 years, 4 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint52b_post, checkpoint52b_pre
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 , to selected 1.81
Added genmake_warnings to target Clean


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 00:25:43 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.40: +113 -82 lines
Diff to previous 1.40 , to selected 1.81
 o cleanups: add better description of options and remove dead options


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 21:20:35 2003 UTC (20 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint52a_post
Changes since 1.39: +9 -15 lines
Diff to previous 1.39 , to selected 1.81
add target ftltafonly in addition to target adtafonly


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 19:01:36 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.38: +81 -32 lines
Diff to previous 1.38 , to selected 1.81
 o yet another attempt to fix my pervious errors


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 12:52:56 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.37: +5 -1 lines
Diff to previous 1.37 , to selected 1.81
 o cleanup test-compilation files


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 05:25:46 2003 UTC (20 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.36: +5 -1 lines
Diff to previous 1.36 , to selected 1.81
added target 'adtafonly' to enable splitting of build process
into local compile and remote taf (where it is available)


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 02:48:18 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 , to selected 1.81
 o remove "make -C" syntax that fails with older (non-GNU) make
   implementations


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 22:03:39 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.34: +18 -3 lines
Diff to previous 1.34 , to selected 1.81
 o make "ln -s" handling smarter and remove it from the options files


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 19:33:29 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.33: +8 -8 lines
Diff to previous 1.33 , to selected 1.81
 o fix Bourne shell ("sh") compatibility issue
   - tested on AIX machine by PH


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 15:10:40 2003 UTC (20 years, 4 months ago) by adcroft
Branch: MAIN
Changes since 1.32: +11 -1 lines
Diff to previous 1.32 , to selected 1.81
Added backup selection of xmakedepend in TOOLSDIR for occasions when makedepend does not exist on the system (e.g. new and partial Linux installs).


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 22:05:47 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52a_pre
Changes since 1.31: +4 -1 lines
Diff to previous 1.31 , to selected 1.81
 o add test file cleanup


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 21:14:57 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.30: +82 -52 lines
Diff to previous 1.30 , to selected 1.81
 o improve the FORTRAN <==> C name-mangling detection algorithm
   - tested on: linux_ia32_g77, linux_ia64_g77, darwin_ppc_g77,
       darwin_ppc_xlf, AIX SP4 (blackforest)


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 21:11:06 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 , to selected 1.81
 o have xmakedepend use the genmake2 output in order to select the C
   pre-processor


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 20:38:27 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.28: +95 -5 lines
Diff to previous 1.28 , to selected 1.81
 o add various compilation tests to genmake2 so that it acts more
   like a typical autoconf-generated "./configure" script:
   - HAVE_SYSTEM
   - HAVE_FDATE
   - FC_NAMEMANGLE.h
 o small code modifications to use the above #define-s


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 19:51:54 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51s_post, checkpoint51t_post, checkpoint51u_post, checkpoint52, ecco_c52_e35
Changes since 1.27: +1 -14 lines
Diff to previous 1.27 , to selected 1.81
 o cleanup: convert DISABLE_MOM_FLUXFORM & DISABLE_MOM_VECINV to the
   newer ALLOW_${pkg} form
   - the only remaining package-based "special case" within genmake2
     is the one for AIM vs. AIM_V23


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 18:40:58 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.26: +1 -22 lines
Diff to previous 1.26 , to selected 1.81
 o cleanup: convert '#ifndef DISABLE_DEBUGMODE"' to '#ifdef ALLOW_DEBUG"'


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 19:11:45 2003 UTC (20 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint51q_post, checkpoint51r_post
Branch point for: branch-nonh
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 , to selected 1.81
changed dependency list for AD from SRCFILES to AD_FILES


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 13:22:42 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 , to selected 1.81
 o add platform detection for OSX ('darwin') on PPC ('Power Macintosh')
   hardware


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 13:42:10 2003 UTC (20 years, 4 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint51p_post
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 , to selected 1.81
Added genmake2 settings for Intel compiler on ia64 (efc) and included efc in searched for compiler
names lisst in genmake2.
Settings were tested on orion.jpl.nasa.gov SGI Altix system.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Oct 24 05:52:05 2003 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51o_post, checkpoint51o_pre
Changes since 1.22: +23 -24 lines
Diff to previous 1.22 , to selected 1.81
 o check-in of all PH's changes: continued efforts to get the adjoint
   working with genmake2


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Oct 23 04:41:41 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51n_post, checkpoint51n_pre
Branch point for: checkpoint51n_branch
Changes since 1.21: +71 -16 lines
Diff to previous 1.21 , to selected 1.81
 o added the [#include "AD_CONFIG.h"] statement to all files that need
   it for adjoint/tl #defines
 o re-worked the build logic in genmake2 to support AD_CONFIG.h
 o removed tools/genmake since it no longer works


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 18:00:49 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.20: +27 -6 lines
Diff to previous 1.20 , to selected 1.81
 o added convenience targets and changed the executable names to
   mitgcmuv_[ ad | ftl | svd ] to reflect how they were built
 o minor cleanups to remove temporary files


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 15:27:07 2003 UTC (20 years, 5 months ago) by heimbach
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 , to selected 1.81
Correcting '_ftl' for TAF forward mode output.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 22:12:37 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.18: +10 -10 lines
Diff to previous 1.18 , to selected 1.81
 o fix TAF/TAMC default
 o fix typo: flt --> ftl


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 20:42:16 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51m_post
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 , to selected 1.81
 o remove bad target


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 20:10:12 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.16: +33 -10 lines
Diff to previous 1.16 , to selected 1.81
 o add -taf_extra='...' and -tamc_extra='...' flags so that its easy to
   support TAF's -pure and -mpi options for DIVA and DIVA+MPI


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 19:31:24 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.15: +19 -4 lines
Diff to previous 1.15 , to selected 1.81
 o add remaining TAF/TAMC targets to the Makefile


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 18:35:08 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.14: +11 -10 lines
Diff to previous 1.14 , to selected 1.81
 o fix genmake2 for broken SUNOS awk implementations


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 15:29:20 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
Changes since 1.13: +152 -8 lines
Diff to previous 1.13 , to selected 1.81
 o first version of genmake2 that works with TAF -- note that only the
   "ad_taf" target has been confirmed to work and the others are in
   progress


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 18:38:57 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51l_post, checkpoint51l_pre
Branch point for: tg2-branch
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 , to selected 1.81
 o fix $CPP "check-if-working" bug discovered by JMC


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Oct 9 04:19:20 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51i_post
Changes since 1.11: +180 -58 lines
Diff to previous 1.11 , to selected 1.81
 o first check-in for the "branch-genmake2" merge
 o verification suite as run on shelley (gcc 3.2.2):

Wed Oct  8 23:42:29 EDT 2003
                T           S           U           V
G D M    c        m  s        m  s        m  s        m  s
E p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
N n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
2 d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .

OPTFILE=NONE

Y Y Y Y 13 16 16 16  0 16 16 16 16 16 16 16 16 13 12  0  0 pass  adjustment.128x64x1
Y Y Y Y 16 16 16 16  0 16 16 16 16 16 16  0  0 16 16  0  0 pass  adjustment.cs-32x32x1
Y Y Y Y 16 16 16 16  0 16 16 16 16 16 16 22  0 16 16 22  0 pass  adjust_nlfs.cs-32x32x1
Y Y Y Y -- 13 13 16 16 13 13 13 13 16 16 16 16 16 16 16 16 N/O   advect_cs
Y Y Y Y -- 22 16 16 16 16 16 16 13 16 16 16 16 16 16 16 16 N/O   advect_xy
Y Y Y Y -- 13 16 13 16 16 16 16 16 16 16 22 16 16 16 16 16 N/O   advect_xz
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 pass  aim.5l_cs
Y Y Y Y 14 16 16 16 16 16 16 16 16 13 16 16 16 16 16 13 16 pass  aim.5l_Equatorial_Channel
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 13 16 16 13 13 16 pass  aim.5l_LatLon
Y Y Y Y 13 16 16 16 16 16 16 16 16 16 13 12 13 13 16 13 16 pass  exp0
Y Y Y Y 14 16 16 16 16 16 16 16 22 16 16 16 13 16 16 22 16 pass  exp1
Y Y Y Y 13 13 16 13 16 16 16 16 16 13 13 16 16 13 13 13 13 pass  exp2
Y Y Y Y 16 16 16 16 16 16 16 16 22 16 16 16 16 16 16 16 16 pass  exp4
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 22 16 16 16 22 16 pass  exp5
Y Y Y Y 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 pass  front_relax
Y Y Y Y 14 16 16 13 13 16 16 13 13 16 13 13 16 12 13 13 16 pass  global_ocean.90x40x15
Y Y Y Y 10 16 16 13 13 16 13 16 16 13 13 13 13 16 16 13 16 FAIL  global_ocean.cs32x15
Y Y Y Y  6 11 12 13 13 12 13 16 13  9  9  9  9 10  9  9 11 FAIL  global_ocean_pressure
Y Y Y Y 14 16 16 13 16 16 16 13 13 13 13 13 16 12 16 13 16 pass  global_with_exf
Y Y Y Y 14 16 16 16 16 16 16 16 16 11 13 22 13 16 16  9 16 pass  hs94.128x64x5
Y Y Y Y 13 16 16 16 16 16 16 16 16 11 16 16 16 13 16 22 13 pass  hs94.1x64x5
Y Y Y Y 14 16 16 16 16 16 16 16 16 13 16 13 13 16 16 22 13 pass  hs94.cs-32x32x5
Y Y Y Y 10 10 16 13 13 16 16 16 22 16 13 13 13 13 13 22 13 FAIL  ideal_2D_oce
Y Y Y Y  8 16 16 16 16 16 16 16 16 13 13  8 16 16 16 16 16 FAIL  internal_wave
Y Y Y Y 14 16 16 16 16 16 16 16 16 13 13 22 13 13 13 22 16 pass  inverted_barometer
Y Y Y Y 12 16 16 16 16 16 16 16 16 16 13 12 13 13 13 13 13 FAIL  lab_sea
Y Y Y Y 11 16 16 16 16 16 16 16 13 13 13 12 13 16 13 12 13 FAIL  natl_box
Y Y Y Y 16 16 16 16 16 16 16 16 22 16 16 16 16 16 16 16 16 pass  plume_on_slope
Y Y Y Y 13 16 16 16 16 13 16 16 16 16 16 16 16 13 16 16 16 pass  solid-body.cs-32x32x1


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 16:15:23 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: branchpoint-genmake2, checkpoint51f_post, checkpoint51g_post, checkpoint51h_pre, checkpoint51i_pre, checkpoint51j_post
Branch point for: branch-genmake2
Changes since 1.10: +168 -103 lines
Diff to previous 1.10 , to selected 1.81
 o added a platform-detection mechanism to guess at the optfile to use
     when none are specified
 o changed some optfile names to reflect the new platform naming
     convention--more work still needed in this area
 o added parsing of MITGCM_* environment variables


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 18:47:59 2003 UTC (20 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 , to selected 1.81
o Bug fix for following scenario:
  Compiling in  verification/expt/code/  or working with a local real
  file version of CPP_OPTIONS.h then genmake2 fails because it can not find
  a copy of CPP_OPTIONS.h
o also change on screen comment corresponding to changed code
x Note! This breaks the functionality of the original genmake(1) because
  it assumes that a CPP_OPTIONS.h should take priority over a ./CPP_OPTIONS.h


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 18:16:38 2003 UTC (20 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 , to selected 1.81
Bug fix for following scenario:
 % genmake2
 % make links
 % genmake2
 % make CLEAN
 % make links
Results in symbolic links pointing to themselves.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Sep 23 15:53:02 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
Changes since 1.7: +36 -1 lines
Diff to previous 1.7 , to selected 1.81
Verify that FC, LINK, CPP, and S64 are defined.  If not, provide helpful
errors.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Sep 22 19:06:12 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
Changes since 1.6: +11 -3 lines
Diff to previous 1.6 , to selected 1.81
 - fix absolute path on f90mkdepend
 - add EXEHOOK to the Makefile


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Sep 5 00:25:42 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
Changes since 1.5: +12 -5 lines
Diff to previous 1.5 , to selected 1.81
two small changes to fix compilation on the IBM sp4 "bluesky"


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Aug 27 22:12:31 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
Changes since 1.4: +33 -127 lines
Diff to previous 1.4 , to selected 1.81
Small cleanups to genmake2 and its "optfiles".  Initial check-in of
"testreport" which functions similarly to "testscript" but supports
more genmake2 options and emails results to a central address for
automated testing.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 16:22:15 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
Changes since 1.3: +12 -12 lines
Diff to previous 1.3 , to selected 1.81
fix errors in "-opt opt_arg"-style options parsing


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 20:50:40 2003 UTC (20 years, 7 months ago) by cnh
Branch: MAIN
Changes since 1.2: +35 -14 lines
Diff to previous 1.2 , to selected 1.81
Changes that should only affect when there are .F90 files present
e.g. ESMF drivers etc...


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 04:07:00 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.1: +156 -33 lines
Diff to previous 1.1 , to selected 1.81
Remove (accidental) bash v2 syntax so genmake2 is compatible with bash v1.
Still need to test against Bourne shell.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 14:01:08 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
Diff to selected 1.81
This is the first version of "genmake2" and "testscript2" (and support files)
that pass all the standard verification tests on faulks.  Since they have new
names, they can be run side-by-side (no known conflicts) with the existing
genmake and testscript versions.  If you get a chance, please try them on your
system and mail the output to <eh3@mit.edu>.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22