| 13 | |---------------- |
| 14 | {{{#!td style="vertical-align:top;width: 50px" |
| 15 | 24/09/14 |
| 16 | }}} |
| 17 | {{{#!td style="vertical-align:top;width: 50px" |
| 18 | BM |
| 19 | }}} |
| 20 | {{{#!td style="vertical-align:top;width: 75px" |
| 21 | r1468 |
| 22 | }}} |
| 23 | {{{#!td style="vertical-align:top" |
| 24 | 3.10 |
| 25 | }}} |
| 26 | {{{#!td style="vertical-align:top" |
| 27 | N,C,B |
| 28 | }}} |
| 29 | {{{#!td style="vertical-align:top" |
| 30 | '''New:''' |
| 31 | * The user can now set two different flag files during the execution of batch jobs ({{{DO_STOP_NOW}}} and {{{DO_RESTART_NOW}}}). {{{DO_STOP_NOW}}} forces the model to terminate properly (this can include the preparation of binary output for restart runs!), whereas {{{DO_RESTART_NOW}}} forces the model to terminate and immediately submits a restart run. The flag files must be created in the temporary directory of the job (e.g. {{{/tmp/user/jobid/}}}). This can be achieved (here to terminate the run) by: |
| 32 | {{{ |
| 33 | touch DO_STOP_NOW |
| 34 | }}} |
| 35 | |
| 36 | * A progress file ({{{PROGRESS}}} is now available in the temporary directory of the job. In contains the job name as well as the progress of the running job with respect to the next restart (first value), and to the {{{end_time}}} of the simulation. The file can be used for following the progress of the job and will later be used by a watchdog tool for PALM. |
| 37 | |
| 38 | '''Changed:''' |
| 39 | * PALM has been adjusted to allow (restart) runs with up to 6-digit processor cores (formely only 4-digit (< 9,999) cores were possible). |
| 40 | * Adjustments to use lcxe6 as a remote host (transfer of files). |
| 41 | * Identifier (character) string length for user-defined variables has been increased from 6-10 to 20. |
| 42 | |
| 43 | '''Bugfix:''' |
| 44 | * Transfer of data and initialization of automatic restart runs was not possible at IMUK due to problems with the shell environment. |
| 45 | * Typo removed in shell scripts (addres->address) |
| 46 | |
| 47 | }}} |