Changes between Version 92 and Version 93 of Archer2
- Timestamp:
- 14/01/21 11:44:21 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archer2
v92 v93 455 455 == Gotchas == 456 456 457 The ssh agent on PUMA/pumatest will need to be restarted from time to time. You will need to add your ~/.ssh/id_rsa_archerum key for job submission. We recommend that you attempt to login to ARCHER to address a possible issue with the `know_hosts` file thus:457 * The ssh agent on PUMA/pumatest will need to be restarted from time to time. You will need to add your ~/.ssh/id_rsa_archerum key for job submission. We recommend that you attempt to login to ARCHER to address a possible issue with the `know_hosts` file thus: 458 458 {{{ 459 459 grenville@pumatest.nerc.ac.uk:/home/grenville/roses/u-bc964/site$ ssh grenvill@login.archer2.ac.uk … … 463 463 }}} 464 464 465 Deletion of the offending key should prevent problems with UM jobs - in the case above deletion of the entry at line 53. 465 Deletion of the offending key should prevent problems with UM jobs - in the case above deletion of the entry at line 53. 466 467 468 * Coupled jobs that run with `NEMO_LAND_SUPPRESS=true` may break the slurm node calculation - check that `NEMO_IPROC` and `NEMO_JPROC` are consistent with `NEMO_NPROC` when running in this configuration. 466 469 467 470