Differences between revisions 1 and 2
Revision 1 as of 2018-01-29 17:27:25
Size: 1691
Editor: JohnWeirich
Comment:
Revision 2 as of 2018-02-01 15:38:02
Size: 1697
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 74: Line 74:
mkdir ../log/step1-5
mv run_script*.b *INN *OOT output run.sh eval* ../log/step1-5
mkdir ../jrwlog/step1-5
mv run_script*.b *INN *OOT output run.sh eval* ../jrwlog/step1-5

Block 5 - Iterate V2

Description

This block iterates a set of landmarks specified by the user, using the lithosP.

Assumptions

  • You have invoked a Bourne-Again Shell (bash)
  • You have completed the processing steps in Block 1 - Setup Directory

Procedure

Make sure make_scriptP.seed is correct.

3. Set-up batch iteration files

Scenario - Full list of landmarks

# Set-up batch iteration files
## SCENARIO 1: Iterate all landmarks lised in LMRKLIST.TXT
cp LMRKLIST.TXT LIST.TXT
duplicates 
## END OF SCENARIO 1

Scenario - Recently Tiled

## SCENARIO 2: Iterate landmarks that were just created by tiling 
cp LMRKLIST1.TXT LIST.TXT
duplicates 
## END OF SCENARIO 2

Scenario - List of landmarks from a region (BIGMAP)

## SCENARIO 3: Iterate landmarks which overlap a region-of-interest defined via a bigmap .in file
bigmap < lsupport/<bigmap>.in
cp USED_MAPS.TXT LIST.TXT 
duplicates
## END OF SCENARIO 3

Finish Setup

MAKE_LMRKLISTX 
make_scriptP | tee run.sh

4. Invoke batch iteration

# Invoke batch iteration
sh run.sh

5. Monitor progress

# Monitor progress
ls -l *.INN *.OOT
find_nofitP

6. Check results

# Check results
find_nofitP | tee output
mkdir ../jrwlog/step1-5
mv run_script*.b *INN *OOT output run.sh eval* ../jrwlog/step1-5

8. Clean directory

# Clean directory
sh rem_script.b
rm TESTFILES/*
rm TESTFILES1/*


(Compiled by JRW)

CategoryHowTos

Block 5 - Iterate v2 (last edited 2019-10-15 16:25:04 by JohnWeirich)