Changes between Version 11 and Version 12 of Old/Tutorials/HowToImage
- Timestamp:
- Nov 19, 2007, 10:36:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/HowToImage
v11 v12 18 18 19 19 {{{ 20 imageNodes4 [1..20,1..20] baseline-7.11.ndz 21 # will write the disk image with the name 'baseline-7.11.ndz' on the entire set of 20x20 nodes on the 'grid' 20 imageNodes4 all baseline-7.11.ndz 21 # will write the disk image with the name 'baseline-7.11.ndz' on all the nodes on the 'grid' 22 23 imageNodes4 [1..10,1..5] baseline-7.11.ndz 24 # same as above, but only on the nodes that have their coordinates x=[1..10] and y=[1..5] 22 25 23 26 imageNodes4 [[3,1],[5,6]] baseline-7.11.ndz