Differences between revisions 1 and 2
Revision 1 as of 2016-01-19 10:09:06
Size: 721
Editor: DianeLambert
Comment:
Revision 2 as of 2016-01-19 10:24:29
Size: 1164
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [[INIT_LITHOS]] - make_scriptP reads the USRMX (maximum number of core processors) value.
Line 19: Line 20:
 * .INN file - [[lithosP]] seed file for each maplet.  * .INN files - [[lithosP]] seed file for each maplet.
 * rem_script.b - script for removal of temporary files (working directory clean-up).
Line 21: Line 23:
 *  * .OOT files - standard output from [[lithosP]] for each landmark.


== User Warnings ==
 * The user must ensure that the correct number of core processors is set for USRMX, a variable contained in [[INIT_LITHOS]], refer to relevant guide for further details.

make_scriptP

(Compiled by DL)

Purpose: Generates the run script and .INN files required to iterate maplets using lithosP.

Requires

  • make_script.in - text file containing ...
  • make_scriptP.seed - test file containing the lithosP option commands for iterating each maplet.

  • INIT_LITHOS - make_scriptP reads the USRMX (maximum number of core processors) value.

NB: lithosP requires a number of directories and files - refer to relevant guide.

Output

make_scriptP outputs:

  • run.sh - controlling run script for batch maplet iteration using parallel processing;
    • run script for each core processor:
      • run_script01.b
      • run_script02.b
      • etc ...
  • .INN files - lithosP seed file for each maplet.

  • rem_script.b - script for removal of temporary files (working directory clean-up).

run_scriptnn.b outputs:

  • .OOT files - standard output from lithosP for each landmark.

User Warnings

  • The user must ensure that the correct number of core processors is set for USRMX, a variable contained in INIT_LITHOS, refer to relevant guide for further details.

make_scriptP (last edited 2018-05-05 20:34:44 by BMittan)