Changes between Initial Version and Version 1 of Tutorial/HowToImageSampleTopo_grid_timedout


Ignore:
Timestamp:
Jul 2, 2007, 1:35:06 AM (17 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToImageSampleTopo_grid_timedout

    v1 v1  
     1Go back --> [wiki:Tutorial Tutorials]
     2
     3Example of a ''topo_grid_timedout.rb'' file
     4
     5 {{{
     6 # Topology name: topo_grid_timedout
     7 #
     8 # The following command creates a Topology wih the nodes that have timed-out
     9 # the  imaging process.
     10 # These nodes did not finish imaging before the timeout limit of 800.
     11 # These nodes most probably have some issues (disk problems ?).
     12 #
     13 defTopology('topo_grid_timedout', [[1,10],[16,13],[12,3],[1,2],[20,2],[9,6]])
     14 }}}