Changes between Version 70 and Version 71 of DRM4G/Tutorial
- Timestamp:
- Jun 28, 2016 9:42:37 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v70 v71 153 153 = How to configure a TORQUE/PBS resource = 154 154 155 Before starting, configure a public/private key pair for your ssh connection: 156 157 1. Generate a public/private key pair without password : 158 {{{ 159 #!sh 160 [user@mycomputer~]$ ssh-keygen -t rsa -b 2048 -f $HOME/.ssh/meteo_rsa -N "" 161 }}} 162 1. Copy the new public key to the TORQUE/PBS resource : 163 {{{ 164 #!sh 165 [user@mycomputer~]$ ssh-copy-id -i $HOME/.ssh/meteo_rsa.pub user@ui.macc.unican.es 166 }}} 167 155 168 [[NoteBox(note, DRM4G uses the following environmental variable `EDITOR` to select which editor is going to be used for configuring resources. By default the editor is `vi`)]] 156 169 157 158 170 In order to configure a TORQUE/PBS cluster accessed through ssh protocol, you can follow the next steps: 159 171 160 1. Generate a public/private key pair without password :161 {{{162 #!sh163 [user@mycomputer~]$ ssh-keygen -t rsa -b 2048 -f $HOME/.ssh/meteo_rsa -N ""164 }}}165 1. Copy the new public key to the TORQUE/PBS resource :166 {{{167 #!sh168 [user@mycomputer~]$ ssh-copy-id -i $HOME/.ssh/meteo_rsa.pub user@ui.macc.unican.es169 }}}170 172 1. Configure the `meteo` resource : 171 173 {{{