Changes between Version 21 and Version 22 of doc/app/palmrun


Ignore:
Timestamp:
Apr 30, 2018 10:50:01 AM (7 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/palmrun

    v21 v22  
    197197   palmrun -d neutral -h default -X4 -a "d3#"
    198198}}}
     199If the run has finished successfully, results can be found in folders {{{JOBS/neutral/MONITORING}}} and {{{JOBS/neutral/OUTPUT}}}.
     200
     201== How to run PALM in batch mode
     202
     203{{{palmrun}}} supports two different ways to run PALM in batch mode. It creates a batch job (a file containing directives for a queuing-system plus commands to run PALM) which is either be submitted to your local computer or to a remote computer. Running PALM in batch mode requires you to manually modify and extend your configuration file {{{.palm.config....}}}, and that a batch system (e.g. PBS or ...) is installed on the respective computer.
     204
     205=== Running PALM in batch on a local computer
     206
     207The local computer is the one where the commands that you enter in a terminal sessions are executed. This might be your local PC/workstation, or a login-node of a cluster-system / computer center where you are logged in via ssh. Regardless of the computer, it is assumed that PALM has been successfully installed on that machine, either using the automatic installer or via manual installation.
     208
     209As first step add information to your configuration file. You may edit an existing file (.e.g. {{{.palm.config.default}}}) or create a new one (e.g. by copying the default file to e.g. {{{.palm.config.batch}}} and then editing the new file. It is not necessarily required to create a new file, since you can use the same configuration file for running interactive jobs and batch jobs as well. Let's assume here that you have created a new file {{.palm.config.batch}}}. Edit this file and add ...
     210
     211
     212
    199213
    200214\\\\\\