Changes between Version 6 and Version 7 of Docs/Mobilis
- Timestamp:
- 23/03/15 12:39:39 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Mobilis
v6 v7 105 105 }}} 106 106 107 == Setup ssh tunnel in PUMA == 108 1) ssh -L21452:mobilis1:22 <username>@ssh.noc.soton.ac.uk 109 This should take you directly onto the NOC Machine with no prompt for password/passphrase 110 This window needs to remain open for the job to submit successfully. 111 112 2) Test this out by running on PUMA 113 ssh -p21452 <username>@localhost 114 If all is well you should get logged into mobilis. 115 116 3) In your .profile on PUMA add the line 117 export MOBILIS_PORT=21452 118 107 119 == Setup new job in UMUI == 108 120 1. Copy the job xkjai to a new experiment. 109 121 2. Navigate to -> Model Selection -> User Information and Submit Method -> General details Set User-id to be your NOC id. 110 122 3. Navigate to -> Model Selection -> FCM Configuration -> FCM Extract directories and Output levels Set Target machine root extract directory (UM_ROUTDIR) to /hpcdata/working/<username>/um 111