[Dart-dev] [6368] DART/trunk/doc: move these gif images related to async run modes

nancy at ucar.edu nancy at ucar.edu
Thu Aug 1 16:48:02 MDT 2013


Revision: 6368
Author:   nancy
Date:     2013-08-01 16:48:01 -0600 (Thu, 01 Aug 2013)
Log Message:
-----------
move these gif images related to async run modes
from the html dir to the images dir.  update the
single html page that references them.

Modified Paths:
--------------
    DART/trunk/doc/html/filter_async_modes.html

Added Paths:
-----------
    DART/trunk/doc/images/async0.gif
    DART/trunk/doc/images/async2_v1.gif
    DART/trunk/doc/images/async2_v2.gif
    DART/trunk/doc/images/async2_wfiles.gif
    DART/trunk/doc/images/async2a.gif
    DART/trunk/doc/images/async4.gif
    DART/trunk/doc/images/async4_wfiles.gif

-------------- next part --------------
Modified: DART/trunk/doc/html/filter_async_modes.html
===================================================================
--- DART/trunk/doc/html/filter_async_modes.html	2013-08-01 22:12:59 UTC (rev 6367)
+++ DART/trunk/doc/html/filter_async_modes.html	2013-08-01 22:48:01 UTC (rev 6368)
@@ -29,7 +29,7 @@
 <br>
 Simplest case, async=0:
 <br>
-<img src="async0.gif">
+<img src="../images/async0.gif">
 <br>
 This is a single MPI executable, with each call to the
 model being simply a subroutine call from each MPI task.
@@ -43,7 +43,7 @@
 <br>
 Parallel advance, async=2:
 <br>
-<img src="async2a.gif">
+<img src="../images/async2a.gif">
 <br>
 The filter executable is one MPI program, and the model is a 
 single, sequential executable.   Each MPI task uses the
@@ -59,13 +59,13 @@
 <br>
 Parallel advance, async=2:
 <br>
-<img src="async2_v1.gif">
+<img src="../images/async2_v1.gif">
 <br>
 <br>
 <br>
 Parallel advance, async=2, second version:
 <br>
-<img src="async2_v2.gif">
+<img src="../images/async2_v2.gif">
 <br>
 <br>
 <br>
@@ -73,7 +73,7 @@
 between filter and the model thru intermediate files.  
 IC are 'initial condition' files, UD are 'updated' files.
 <br>
-<img src="async2_wfiles.gif">
+<img src="../images/async2_wfiles.gif">
 <br>
 <br>
 <br>
@@ -81,7 +81,7 @@
 <br>
 Parallel model advance, async=4:
 <br>
-<img src="async4.gif">
+<img src="../images/async4.gif">
 <br>
 The filter executable is one MPI program, and the model is also
 an MPI program.  The filter executable communicates with the
@@ -98,7 +98,7 @@
 between filter and the model thru intermediate files.
 IC are 'initial condition' files, UD are 'updated' files.
 <br>
-<img src="async4_wfiles.gif">
+<img src="../images/async4_wfiles.gif">
 <br>
 <br>
 <br>

Copied: DART/trunk/doc/images/async0.gif (from rev 6336, DART/trunk/doc/html/async0.gif)
===================================================================
(Binary files differ)

Copied: DART/trunk/doc/images/async2_v1.gif (from rev 6336, DART/trunk/doc/html/async2_v1.gif)
===================================================================
(Binary files differ)

Copied: DART/trunk/doc/images/async2_v2.gif (from rev 6336, DART/trunk/doc/html/async2_v2.gif)
===================================================================
(Binary files differ)

Copied: DART/trunk/doc/images/async2_wfiles.gif (from rev 6336, DART/trunk/doc/html/async2_wfiles.gif)
===================================================================
(Binary files differ)

Copied: DART/trunk/doc/images/async2a.gif (from rev 6336, DART/trunk/doc/html/async2a.gif)
===================================================================
(Binary files differ)

Copied: DART/trunk/doc/images/async4.gif (from rev 6336, DART/trunk/doc/html/async4.gif)
===================================================================
(Binary files differ)

Copied: DART/trunk/doc/images/async4_wfiles.gif (from rev 6336, DART/trunk/doc/html/async4_wfiles.gif)
===================================================================
(Binary files differ)


More information about the Dart-dev mailing list