Changes between Version 15 and Version 16 of doc/app/examples/turbinf
- Timestamp:
- Nov 21, 2018 5:27:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/examples/turbinf
v15 v16 41 41 * When starting the main run, [wiki:doc/app/palmrun palmrun] must be told to provide the binary data of the restart run. For this, first the list of input-files in ''.palm.iofiles'' must be modified. In line 42 42 {{{ 43 BININ in:loc:flpe d3 f $base_data/$fname/RESTART _d3d43 BININ in:loc:flpe d3r $base_data/$run_identifier/RESTART _d3d 44 44 }}} 45 45 an additional flag, e.g. ''cycfill'' has to be added in the third column: 46 46 {{{ 47 BININ in:loc:flpe d3 f:cycfill $base_data/$fname/RESTART _d3d47 BININ in:loc:flpe d3r:cycfill $base_data/$run_identifier/RESTART _d3d 48 48 }}} 49 49 This flag has to be added to the run control list of the palmrun command (option {{{-a}}}, see job control with [wiki:doc/app/palmrun palmrun]) when starting the main run as well.