Differences between revisions 1 and 2
Revision 1 as of 2014-03-18 08:52:35
Size: 1254
Editor: EricPalmer
Comment:
Revision 2 as of 2014-03-25 16:17:16
Size: 2000
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * make_script.in
 * make_scriptP.seed
Line 18: Line 21:
= Log =
Line 19: Line 23:
{{{
/usr/loca/bin/make_scriptP
 chmod +x run_script01.b
 chmod +x run_script02.b
 chmod +x run_script03.b
 chmod +x run_script04.b
 chmod +x run_script05.b
 chmod +x run_script06.b
 chmod +x run_script07.b
 chmod +x run_script08.b

 cd SHAPEFILES
 chmod +w SHAPE.TXT
 cp SHAPE.TXT TSHP01.TXT
 cp SHAPE.TXT TSHP02.TXT
 cp SHAPE.TXT TSHP03.TXT
 cp SHAPE.TXT TSHP04.TXT
 cp SHAPE.TXT TSHP05.TXT
 cp SHAPE.TXT TSHP06.TXT
 cp SHAPE.TXT TSHP07.TXT
 cp SHAPE.TXT TSHP08.TXT
 chmod -w SHAPE.TXT
 cd ..

 ./run_script01.b &
 ./run_script02.b &
 ./run_script03.b &
 ./run_script04.b &
 ./run_script05.b &
 ./run_script06.b &
 ./run_script07.b &
 ./run_script08.b &

}}}

["Test Files"]

Overview

Builds a whole list of <maplet.INN> files and an associated run_file<#>.b

Output will be exact (diff)

Input

You need a make_script.in that has all the maplets you want to do this routine to (usually based on USED_MAPS.TXT, from bigmap). You also need a seed, make_scriptP.seed

  • make_script.in
  • make_scriptP.seed

/usr/loca/bin/make_scriptP

Log

/usr/loca/bin/make_scriptP
 chmod +x run_script01.b
 chmod +x run_script02.b
 chmod +x run_script03.b
 chmod +x run_script04.b
 chmod +x run_script05.b
 chmod +x run_script06.b
 chmod +x run_script07.b
 chmod +x run_script08.b

 cd SHAPEFILES
 chmod +w SHAPE.TXT
 cp SHAPE.TXT TSHP01.TXT
 cp SHAPE.TXT TSHP02.TXT
 cp SHAPE.TXT TSHP03.TXT
 cp SHAPE.TXT TSHP04.TXT
 cp SHAPE.TXT TSHP05.TXT
 cp SHAPE.TXT TSHP06.TXT
 cp SHAPE.TXT TSHP07.TXT
 cp SHAPE.TXT TSHP08.TXT
 chmod -w SHAPE.TXT
 cd ..

 ./run_script01.b &
 ./run_script02.b &
 ./run_script03.b &
 ./run_script04.b &
 ./run_script05.b &
 ./run_script06.b &
 ./run_script07.b &
 ./run_script08.b &

Output

rem_script.b (used to clean everything up later) run_script<01>.b (run this at command line) <maplet>.INN (long list of input files that are used)

/Users/epalm#/osiris/working$ cat tmp_file.sh 

 chmod +x run_script01.b
 chmod +x run_script02.b
 chmod +x run_script03.b
 chmod +x run_script04.b
 chmod +x run_script05.b
 chmod +x run_script06.b
 chmod +x run_script07.b
 chmod +x run_script08.b

 cd SHAPEFILES
 chmod +w SHAPE.TXT
 cp SHAPE.TXT TSHP01.TXT
 cp SHAPE.TXT TSHP02.TXT
 cp SHAPE.TXT TSHP03.TXT
 cp SHAPE.TXT TSHP04.TXT
 cp SHAPE.TXT TSHP05.TXT
 cp SHAPE.TXT TSHP06.TXT
 cp SHAPE.TXT TSHP07.TXT
 cp SHAPE.TXT TSHP08.TXT
 chmod -w SHAPE.TXT
 cd ..

 ./run_script01.b &
 ./run_script02.b &
 ./run_script03.b &
 ./run_script04.b &
 ./run_script05.b &
 ./run_script06.b &
 ./run_script07.b &
 ./run_script08.b &

do_make_scriptP (last edited 2015-05-06 11:15:25 by localhost)