Changes between Initial Version and Version 1 of Tutorial/HowToImageSampleTopo_grid_failed


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToImageSampleTopo_grid_failed

    v1 v1  
     1Go back --> [wiki:Tutorial Tutorials]
     2
     3Example of a ''topo_grid_failed.rb'' file
     4
     5 {{{
     6 # Topology name: topo_grid_failed
     7 #
     8 # The following command creates a Topology wih the nodes that have failed the
     9 # imaging process.
     10 # On these nodes, the 'frisbee' client did not manage to start the imaging process.
     11 # Check the nodehandler log file for the 'frisbee' client error message.
     12 # 
     13 defTopology('topo_grid_failed',[[4,15],[8,18],[12,19],[5,3],[9,18],[4,5],
     14 [15,14],[11,10],[9,7],[8,15],[16,8],[17,8],[14,12],[18,3],[18,19]])
     15 }}}