| 129 | == Check [[PPTRANSFER_RESOURCE]] section == #checkpptransferresource |
| 130 | |
| 131 | If there is both [[POSTPRC_RESOURCE]] and [[PPTRANSFER_RESOURCE]] present in the archer2.rc file they should be as follows: |
| 132 | {{{ |
| 133 | [[POSTPROC_RESOURCE]] |
| 134 | inherit = HPC_SERIAL |
| 135 | pre-script = """module restore /work/y07/shared/umshared/modulefiles/postproc/2020.12.11 |
| 136 | module list 2>&1 |
| 137 | ulimit -s unlimited |
| 138 | """ |
| 139 | |
| 140 | |
| 141 | [[PPTRANSFER_RESOURCE]] |
| 142 | inherit = POSTPROC_RESOURCE |
| 143 | [[[job]]] |
| 144 | batch system = background |
| 145 | }}} |
| 146 | |
| 147 | If there is no `[[POSTPROC_RESOURCE]]` section, check `[[PPTRANSFER_RESOURCE]]` looks like this: |
| 148 | |
| 149 | {{{ |
| 150 | [[PPTRANSFER_RESOURCE]] |
| 151 | inherit = HPC_SERIAL |
| 152 | pre-script = """module restore /work/y07/shared/umshared/modulefiles/postproc/2020.12.11 |
| 153 | module list 2>&1 |
| 154 | ulimit -s unlimited |
| 155 | """ |
| 156 | [[[job]]] |
| 157 | batch system = background |
| 158 | |
| 159 | }}} |
| 160 | |