Differences between revisions 4 and 5
Revision 4 as of 2016-01-25 10:48:04
Size: 676
Comment:
Revision 5 as of 2016-01-27 08:48:09
Size: 666
Editor: JohnWeirich
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.

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

Output

  • < map_name >.INN files - the inputs for bigmapL

  • < MAKE_TILES##.b > files -  /usr/local/bin/bigmapL < F00001.INN > F00001.OOT 

How to use Outputs

To make all the z-maps in parallel do the following:

  •  nohup bash < MAKE_TILES##.b > &  for all the < MAKE_TILES##.b files

MAKE_TILESP (last edited 2016-07-24 10:06:07 by BMittan)