Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2014-03-18 08:52:35
Size: 1254
Editor: EricPalmer
Comment:
Revision 7 as of 2015-05-06 11:15:25
Size: 1966
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
["Test Files"] [[Test_Files]]
Line 5: Line 5:
Builds a whole list of <maplet.INN> files and an associated run_file<#>.b 5.3 Builds a whole list of <maplet.INN> files and an associated run_file<#>.b
Line 7: Line 7:
Output will be exact (diff) = Overview =
Line 9: Line 9:

Threshold?
Line 14: Line 16:
 * make_script.in
 * make_scriptP.seed


Get things ready
Line 15: Line 22:
/usr/loca/bin/make_scriptP rm LMRKLIST1.TXT
sh rem_script.b
rm -f TESTFILES*/*
/usr/local/bin/make_lmkrlistX
cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP
cp ../support/Piterate2ShSt.seed make_sciprtP.seed
cp USED_MAPS.TXT LIST.TXT
/usr/local/bin/duplicates
}}}

run them
{{{
/usr/local/bin/make_scriptP > tmp_file.sh
sh tmp_file.sh
}}}

= Output =

tmp_file.sh -
{{{
./run_script01.b &
./run_script01.b &
./run_script01.b &
...
Line 19: Line 49:
= Log =
Line 20: Line 51:

= 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)
Line 27: Line 52:
/Users/epalm#/osiris/working$ cat tmp_file.sh
/usr/loca/bin/make_scriptP
Line 59: Line 83:
Line 60: Line 85:


= Output =

rem_script.b (used to clean everything up later)
run_script<01>.b (run this at command line)

DJ1490.INN
{{{
rm -f DQ0002.OOT
/usr/local/bin/LITHOSP < DQ0002.INN > DQ0002.OOT
cp LMRK_DISPLAY01.pgm TESTFILES1/DQ0002.pgm
...
}}}

<maplet>.INN (long list of input files that are used)
{{{
01
i
DJ1490
H*
x
.025
...
}}}

rem_script.b
{{{
rm -f *.INN
rm -f *.OOT
rm -f run_script*
}}}

Test_Files

Overview

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

Overview

Threshold?

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

Get things ready

rm LMRKLIST1.TXT 
sh rem_script.b
rm -f TESTFILES*/*
/usr/local/bin/make_lmkrlistX
cp MAPFILES/REFMAP.MAP MAPFILES/XXXXXX.MAP
cp ../support/Piterate2ShSt.seed make_sciprtP.seed
cp USED_MAPS.TXT LIST.TXT
/usr/local/bin/duplicates

run them

/usr/local/bin/make_scriptP > tmp_file.sh
sh tmp_file.sh

Output

tmp_file.sh -

./run_script01.b &
./run_script01.b &
./run_script01.b &
...

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)

DJ1490.INN

rm -f DQ0002.OOT
/usr/local/bin/LITHOSP < DQ0002.INN > DQ0002.OOT
cp LMRK_DISPLAY01.pgm TESTFILES1/DQ0002.pgm
...

<maplet>.INN (long list of input files that are used)

01
i
DJ1490
H*
x
.025
...

rem_script.b

rm -f *.INN
rm -f *.OOT
rm -f run_script*

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