/[MITgcm]/MITgcm/tools/genmake
ViewVC logotype

Log of /MITgcm/tools/genmake

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


Links to HEAD: (view) (download) (annotate)
Links to branch-atmos-merge: (view) (download) (annotate)
Sticky Tag:

Revision 1.22.2.9 - (view) (download) (annotate) - [select for diffs]
Thu Feb 1 16:07:04 2001 UTC (23 years, 2 months ago) by adcroft
Branch: branch-atmos-merge
CVS Tags: branch-atmos-merge-freeze
Changes since 1.22.2.8: +14 -14 lines
Diff to previous 1.22.2.8 , to branch point 1.22 , to next main 1.89
Changed -mymods CLO and MYMODS variable to -mods and MODS to satisfy
Chris's paranoia that we're influenced by MOM. Poor boy needs help.


Revision 1.22.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Jan 31 23:50:41 2001 UTC (23 years, 2 months ago) by adcroft
Branch: branch-atmos-merge
Changes since 1.22.2.7: +4 -3 lines
Diff to previous 1.22.2.7 , to branch point 1.22
Fixes for SunOS csh (it's great how unportable csh is!)


Revision 1.22.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 16:40:22 2001 UTC (23 years, 2 months ago) by adcroft
Branch: branch-atmos-merge
Changes since 1.22.2.6: +3 -3 lines
Diff to previous 1.22.2.6 , to branch point 1.22
Missing "/" in EXECUTABLE


Revision 1.22.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 15:29:37 2001 UTC (23 years, 2 months ago) by adcroft
Branch: branch-atmos-merge
Changes since 1.22.2.5: +127 -27 lines
Diff to previous 1.22.2.5 , to branch point 1.22
Added -enable=pkg1 -disable=pkg2 options.
*** Need to test on other platforms


Revision 1.22.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 00:14:32 2001 UTC (23 years, 2 months ago) by cnh
Branch: branch-atmos-merge
Changes since 1.22.2.4: +2 -2 lines
Diff to previous 1.22.2.4 , to branch point 1.22
Adding AIM physics code as package along with simple
test.
So far only checked that code still compiles with
#undef ALLOW_AIM
Next step is to test the code in action!
Two things to note
  1. Modified genmake to have pgf77 defaults of
     r8, line longer than 72 and declaration checking off
     for files without IMPLCIT NONE. This is required
     to get Francos code to compile.

  2. Otherwise no changes to main code. Just package +
     verification test.


Revision 1.22.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 18:41:18 2001 UTC (23 years, 2 months ago) by adcroft
Branch: branch-atmos-merge
Changes since 1.22.2.3: +2 -2 lines
Diff to previous 1.22.2.3 , to branch point 1.22
Spelling correctino (pn -> on)


Revision 1.22.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 17:56:33 2001 UTC (23 years, 2 months ago) by adcroft
Branch: branch-atmos-merge
Changes since 1.22.2.2: +51 -40 lines
Diff to previous 1.22.2.2 , to branch point 1.22
OK - so I didn't test it before commiting...
...now seems to work perfectly from any location. Fingers crossed.


Revision 1.22.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 15:31:36 2001 UTC (23 years, 2 months ago) by adcroft
Branch: branch-atmos-merge
Changes since 1.22.2.1: +2 -2 lines
Diff to previous 1.22.2.1 , to branch point 1.22
Added .h files to scan of source directories to avoid errors
due to directories with only .h files and no .F files.


Revision 1.22.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 15:08:05 2001 UTC (23 years, 2 months ago) by adcroft
Branch: branch-atmos-merge
Changes since 1.22: +61 -24 lines
Diff to previous 1.22
o No longer use -f option for links. This was dangerous in the hands
  of the incompetent
o Now use rules to create links.
o Added -rootdir= and -mymods= options.o
  This allows multiple experiments to be concurrently compiled
  from the same source code which greatly reduces testing/debuggin time.

The original mode of oepration:
  cd bin;
  ../tools/genmake
  make depend
  make
is as before except the default action is to make Makefile
rather than Makefile.$platform

From the experiments location:
  cd verification/myexp/code         (or location of additional/modified code)
  ../../../tools/genmake -rootdir=../../..   (or absolute path)
  make depend
  make

Or if you are really sick:
  cd verification/myexp/inputs       (or location where executable will be run)
  ../../../tools/genmake -rootdir=../../.. -mymods=../code  (or absolute paths)
  make depend
  make

Still to be done:
  Implement this under autoconf/make!?


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Nov 30 19:58:13 2000 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-atmos-merge-phase1, branch-atmos-merge-phase2, branch-atmos-merge-phase3, branch-atmos-merge-phase4, branch-atmos-merge-phase5, branch-atmos-merge-phase6, branch-atmos-merge-phase7, branch-atmos-merge-shapiro, branch-atmos-merge-start, branch-atmos-merge-zonalfilt, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
Fix so that "make CLEAN" doesn't delete files in natl_box/output


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 22:33:08 2000 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Added  csrclist.inc  to the remove list after Makefile generation


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Nov 13 16:40:02 2000 UTC (23 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint32
Changes since 1.19: +49 -11 lines
Diff to previous 1.19
Adopted to new routine external_fields_load.F.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 19:20:35 2000 UTC (23 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint31
Changes since 1.18: +28 -26 lines
Diff to previous 1.18
Added target small_f to create source code for TAMC before compiling.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jun 21 20:42:30 2000 UTC (23 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint30
Changes since 1.17: +25 -1 lines
Diff to previous 1.17
Added cases for Cray T90 (sn7113) and SV1 (sn3002): TARGET_CRAY_VECTOR. (P.H.)


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jun 21 19:57:55 2000 UTC (23 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint29
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Added paths to ../pkg/ directory.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 19:28:46 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint26, checkpoint27, checkpoint28
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
Added yet another Hyades only path for the two-proc libraries


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 18:52:53 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
Changes since 1.14: +9 -4 lines
Diff to previous 1.14
Set LIBS properly for JAM libaries. (affects Hyades only)


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 18:29:29 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
Changes since 1.13: +9 -8 lines
Diff to previous 1.13
Tidied up the options for the Linux platform.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 20:29:19 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint25
Changes since 1.12: +9 -1 lines
Diff to previous 1.12
Minor mods for compiling on T3E.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 16:21:41 2000 UTC (24 years, 1 month ago) by adcroft
Branch: MAIN
Changes since 1.11: +46 -1 lines
Diff to previous 1.11
Added "JAM" routines for use with Artic network (Hyades cluster).


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri May 7 18:12:29 1999 UTC (24 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint21, checkpoint22, checkpoint23, checkpoint24
Changes since 1.10: +21 -21 lines
Diff to previous 1.10
Set value for WORDLENGTH on all platforms in genmake.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed May 5 18:32:35 1999 UTC (24 years, 11 months ago) by adcroft
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9
Implemented new I/O package (mdsio.F). This package does parallel
I/O in much the same way as dfile.F used to except it uses "direct
access" rather than (f77) unformatted sequential access.

Problems with dfile.F package included:
  o unnecessary memory use (each process had two global sized buffers)
  o inability to read the files it had written without post-processing
  o "tiled" files were tiled by process/thread rather than actual tiles
  o created huge numbers of files with no alternatives

Features of the mdsio.F package:
  o direct-access binary writes
  o no excessive memory use
  o ability to read/write from multiple record files
  o "tiled" files are based on "WRAPPER" tiles so that the number
    and content of files is independent of the number of threads
    and/or processes
  o option to create single "global" files rather than "tiled" files
  o ability to read both "global" and "tiled" files
    [Caveat: the tiling of files must match the model tiles]
  o checkpoints now use a single file per model section
    ie.  one file for the hydrostatic model core, one file
    for the non-hydrostatic extensions and one file for the C-D
    extensions
  o the mid-level I/O routines now is broken into more source files
    read_write_fld.F supplies basic I/O routines with the same interface
                     as the original I/O package
    read_write_rec.F supplies I/O routines which allow multiple records
    write_state.F    writes the model state
    checkpoint.F     supplies the read/write checkpoint routines

All the example input data has had to be modified to be direct-access.
Otherwise only routines that used I/O have been affected and not
all of those have been due to the continuity of arguments in
the read_write_fld.F routines.

What needs to be done?  We have to create a suite of conversion
utilities for users with old-style data. Also supply the option
for using old-style I/O, not just for die-hards but for reading
data too extensive to be converted. And more...


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 16:27:13 1999 UTC (25 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint20
Changes since 1.8: +9 -9 lines
Diff to previous 1.8
Changes for linux and command line operation.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 18:08:51 1998 UTC (25 years, 4 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint19
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
Change of rule "Clean". Clean used to remove *.[Fc] but
this might be dangerous. So now it removes only links.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 22:44:49 1998 UTC (25 years, 5 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint18
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Changes to allow for atmospheric integration builds of the code


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 03:11:38 1998 UTC (25 years, 5 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint16, checkpoint17
Changes since 1.5: +52 -19 lines
Diff to previous 1.5
Changes to support
 - g77 compilation under Linux
 - LR(1) form of 64-bit is D or E for constants
 - Modified adjoint of exch with adjoint variables
   acuumulated.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 21:22:33 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint15
Changes since 1.4: +14 -7 lines
Diff to previous 1.4
Correction to missing file tim.c and genmake
for checkpoint15


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:50:57 1998 UTC (25 years, 6 months ago) by cnh
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
Changes for new exchange routines which do general tile <-> tile
connectivity, variable width overlap regions and provide
hooks for shared memory  and DMA protocols like Arctic, Memory Channel
etc..


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 23:50:44 1998 UTC (25 years, 9 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint13, checkpoint14
Changes since 1.2: +28 -1 lines
Diff to previous 1.2
Added changes for
  SGI onyx support
  HP Exemplar support
 from Dimitri


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jul 15 22:05:44 1998 UTC (25 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: branch-point-rdot
Branch point for: branch-rdot
Changes since 1.1: +2 -3 lines
Diff to previous 1.1
We decided to skip the KAP preprocessor stage on the DEC Alpha's
by default. (KAP isn't always available, even on our own well
maintained platforms...)


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 8 15:24:05 1998 UTC (25 years, 9 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint12
Tidy up configure (now genmake!) and doc/README for
release of checkpoint12.


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