| 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 | |