30 | | * {{{tr}}} |
31 | | * {{{tra}}} |
32 | | * {{{pe}}} |
33 | | * {{{lnpe}}} |
34 | | * {{{trpe}}} |
| 30 | * {{{tr}}} \\ |
| 31 | In case of running jobs on remote hosts, transfer the file between the remote and local host via {{{scp}}}. \\\\Input files will be transferred from the user's folder on the local host to palmrun's temporary working directory on the remote host, before PALM is executed. This transfer is actually done before the batch job to the remote host is submitted. Files will be stored on the remote host in folder {{{$fast_io_catalog/SOURCES_FOR_RUN_$jobname}}}. As soon as the batch job executes, files are copied from the SOURCES_FOR_RUN-folder to the temporary working directory. \\\\Output files will be transferred from the temporary working directory on the remote host to the user's folder on the local host, after PALM has finished execution. |
| 32 | |
| 33 | * {{{tra}}} \\ |
| 34 | Can only be used for ASCII output files. Same as {{{tr}}}, but the local file from the remote host will be appended, if a respective file already exists in the user's folder on the local host. In such a case, no new file cycle will be created. |
| 35 | |
| 36 | * {{{pe}}} \\ |
| 37 | The filename is interpreted as a directory name, and it is assumed that the respective folder contains multiple files, one from each MPI process. Filenames are expected as {{{_######}}}, where {{{######}}} is the six-digit MPI-id number. If you are running PALM on 4 cores (4 MPI processes), files will be {{{_000000}}}, {{{_000001}}}, {{{_000002}}}, and {{{_000003}}}. {{{palmrun}}} will copy the complete folders. |
| 38 | |
| 39 | * {{{lnpe}}} \\ |
| 40 | Same as {{{pe}}}, but {{{palmrun}}} tries to move the files using {{{ln}}} instead of {{{cp}}}, which reduces the time to copy the file drastically, but only if both folders (the local temporary folder and the user's folder) reside on the same file system. This attribute is given for restart files in the default file configuration file, because they may have huge sizes. |
| 41 | |
| 42 | * {{{trpe}}} \\ |
| 43 | Same as {{{pe}}}, but the folders are transferred between the local and the remote host via {{{scp}}}. |