Changes between Version 32 and Version 33 of doc/app/palmrun


Ignore:
Timestamp:
Aug 28, 2018 9:40:38 AM (7 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/palmrun

    v32 v33  
    1313There are two groups of options, one that you can specify yourself, and another group for {{{palmrun}}} internal usage, that you normally should not touch. The second internal group is used and set by {{{palmrun}}} itself for automatically generated {{{palmrun}}} calls used within batch jobs and for the automatic start of restart jobs.
    1414
     15The following gives complete lists of {{{palmrun}}} user and internal options. A {{{---}}} in the second column means that the respective option has no argument.
     16
    1517=== {{{palmrun}}} user options
     18
     19||='''option''' =||='''default value''' =||='''meaning''' =||
     20|-----------
     21||-a   ||" "  ||activation string list  ||
     22||-A   ||" "  ||project account number  ||
     23||-b   ||---  ||create a batch job  ||
     24||-B   ||---  ||Do not delete the temporary working directory  ||
     25||-C   ||---  ||Tells that it is a {{{palmrun}}} call for a restart job that has been automatically created. This is an internal option but it can be used for manually generated restart runs, if the user likes to re-use the contents of the {{{SOURCES_FOR_RUN...}}} folder.  ||
     26||-d   ||test  ||Name of the run  ||
     27||-F   ||---  ||Create a batch job file only, and do not submit it.  ||
     28||-h   ||default ||configuration identifier  ||
     29||-k   ||false ||If set true, input files that have the {{{ln}}} attribute and that have been generated by a previous run within a job chain will be automatically deleted at the end of the run.  ||
     30||-m   ||" "  ||memory in MByte to be requested in batch jobs per MPI task  ||
     31||-M   ||" "  ||Makefile to compile the PALM code and utility programs. By default, the name of the makefile is {{{Makefile}}}, and it is expected to be in the folder that is given by variable {{{source_path}}} in the configuration file.  ||
     32||-O   ||1    ||OpenMP threads to be started per MPI task. Environment variable {{{OMP_NUM_THREADS}}} will be set to this value  ||
     33||-q   ||none ||name of the job queue to which batch jobs will be submitted  ||
     34
     35
    1636
    1737
    1838=== {{{palmrun}}} internal options
     39
     40||='''option''' =||='''default value''' =||='''meaning''' =||
     41|-----------
     42||-C   ||---  ||Tells that it is a {{{palmrun}}} call for a restart job that has been automatically created  ||
     43||-G   ||" "  ||Global revision number of the PALM code in {{{trunk/SOURCES}}}  ||
     44||-j   ||---  ||Tells that {{{palmrun}}} is running within a batch job  ||
     45||     ||     ||Five digit random number that gives a run-id and that is used as part of the batch job name as well as the temporary working directory and other files
     46
     47
    1948
    2049\\\\\\