/[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 checkpoint28: (view) (download) (annotate)
Sticky Tag:

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 , to selected 1.12
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 , to selected 1.12
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 , to selected 1.12
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) - [selected]
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 , to selected 1.12
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 , to selected 1.12
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 , to selected 1.12
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 , to selected 1.12
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 , to selected 1.12
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, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint16, checkpoint17
Changes since 1.5: +52 -19 lines
Diff to previous 1.5 , to selected 1.12
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, 7 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint15
Changes since 1.4: +14 -7 lines
Diff to previous 1.4 , to selected 1.12
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, 7 months ago) by cnh
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 , to selected 1.12
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 , to selected 1.12
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 , to selected 1.12
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
Diff to selected 1.12
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