97 | | {{{palmbuild}}} is never called by {{{palmrun}}} within a batch job, or by automatic calls of {{{palmrun}}} to generate restart jobs. Reasons are to avoid compilation within batch jobs (which may be very inefficient if the job runs on many cores), and because automatic restart runs should and can re-use the binaries that have been created by the initial run and are saved in the respective SOURCES_FOR_RUN folder. |
| 91 | {{{palmbuild}}} is never called by {{{palmrun}}} within a batch job, or by automatic calls of {{{palmrun}}} to generate restart jobs. Reasons are to avoid compilation within batch jobs (which may be very inefficient if the job runs on many cores), and because automatic restart runs should and can re-use the binaries that have been created by the initial run and are saved in the respective SOURCES_FOR_RUN folder. \\\\ |
| 92 | |
| 93 | |
| 94 | == {{{palmbuild}}} user options == |
| 95 | ||='''option''' =||='''default value''' =||='''meaning''' =|| |
| 96 | |----------- |
| 97 | ||-c ||default ||Configuration identifier. Tells {{{palmbuild}}} which configuration file is to be used. || |
| 98 | ||-v ||--- ||Run in silent mode. Switches off most messages and prompts. || |
| 99 | |
| 100 | |
| 101 | == {{{palmbuild}}} internal options == |
| 102 | ||='''option''' =||='''default value''' =||='''meaning''' =|| |
| 103 | |----------- |
| 104 | ||-r ||--- ||Run identifier, as specified with {{{palmrun}}} option {{{-r}}}. || |
| 105 | ||-V ||--- ||Do not compile sources for the SOURCES_FOR_RUN folder. || |
| 106 | |