Size: 506
Comment:
|
Size: 838
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
MAKE_TILESP is the same as [[MAKE_TILES]], but with the added benefit of setting up the .in files to be run in parallel. In other words, MAKETILESP allows [[bigmapL]] to run every multiple .in files made by MAKETILESP at the same time rather than one at a time. | MAKE_TILESP is the same as [[MAKE_TILES]], but with the added benefit of setting up the .in files to be run in parallel. In other words, MAKETILESP allows [[bigmapL]] to run every .in file made by MAKETILESP at the same time rather than one at a time. |
Line 8: | Line 8: |
* Same as in [[MAKE_TILESP]] | * Same as in [[MAKE_TILES]] |
Line 12: | Line 12: |
* < make_TILES## > files - {{{/usr/local/bin/bigmapL < F00001.INN > F00001.OOT}}} | * < MAKE_TILES##.b > files - {{{ /usr/local/bin/bigmapL < F00001.INN > F00001.OOT }}} == Screen Output == {{{ chmod +x MAKE_TILES01.b chmod +x MAKE_TILES02.b chmod +x MAKE_TILES03.b chmod +x MAKE_TILES04.b ./MAKE_TILES01.b & ./MAKE_TILES02.b & ./MAKE_TILES03.b & ./MAKE_TILES04.b & }}} == How to use Outputs == To make all the z-maps in parallel just copy and paste the screen output into the terminal. |
MAKE_TILESP
Description
MAKE_TILESP is the same as MAKE_TILES, but with the added benefit of setting up the .in files to be run in parallel. In other words, MAKETILESP allows bigmapL to run every .in file made by MAKETILESP at the same time rather than one at a time.
Input
Same as in MAKE_TILES
Output
< map_name >.INN files - the inputs for bigmapL
< MAKE_TILES##.b > files - /usr/local/bin/bigmapL < F00001.INN > F00001.OOT
Screen Output
chmod +x MAKE_TILES01.b chmod +x MAKE_TILES02.b chmod +x MAKE_TILES03.b chmod +x MAKE_TILES04.b ./MAKE_TILES01.b & ./MAKE_TILES02.b & ./MAKE_TILES03.b & ./MAKE_TILES04.b &
How to use Outputs
To make all the z-maps in parallel just copy and paste the screen output into the terminal.