Changes between Version 11 and Version 12 of DRM4G/Tutorial
- Timestamp:
- Jun 26, 2016 4:06:50 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v11 v12 142 142 }}} 143 143 144 = = How to configure a TORQUE/PBS resource ==144 = How to configure a TORQUE/PBS resource = 145 145 146 146 In order to configure a TORQUE/PBS cluster accessed through ssh protocol, you should follow the next steps: … … 154 154 communicator = ssh 155 155 username = user 156 frontend = mar.meteo.unican.es156 frontend = ui.macc.unican.es 157 157 private_key = ~/.ssh/id_rsa 158 158 lrms = pbs 159 queue = short160 max_jobs_running = 2161 max_jobs_in_queue = 6159 queue = qrid 160 max_jobs_running = 1 161 max_jobs_in_queue = 2 162 162 }}} 163 163 1. List and check if resource has been created successfully :