Changes between Version 37 and Version 38 of DRM4G/ResourceConfiguration
- Timestamp:
- Feb 7, 2017 1:04:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/ResourceConfiguration
v37 v38 144 144 }}} 145 145 146 146 147 TORQUE/PBS cluster, accessed through ssh protocol: 147 148 … … 158 159 max_jobs_in_queue = 6, 20, 40 159 160 }}} 161 162 160 163 SGE cluster, accessed through ssh protocol: 164 161 165 {{{ 162 166 [blizzard] … … 173 177 }}} 174 178 179 175 180 ESR virtual organization, accessed through a grid user interface: 176 181 … … 187 192 }}} 188 193 189 {{{#!comment 190 #for this maybe another section will be better, since we'll have to explain how to set up the cloud_json and how it works 191 }}} 194 195 IBERGRID virtual organization, accessed through a grid user interface: 196 197 {{{ 198 [esrVO] 199 enable = true 200 communicator = ssh 201 username = user 202 frontend = ui.meteo.unican.es 203 lrms = cream 204 vo = iber.vo.ibergrid.eu 205 bdii = topbdii.egi.cesga.es:2170 206 myproxy_server = myproxy.egi.cesga.es 207 }}} 208 209 192 210 rOCCI virtual organization: 193 211 … … 211 229 volume = 0 212 230 }}} 231 232 {{{#!comment 233 #for this maybe another section will be better, since we'll have to explain how to set up the cloud_json and how it works 234 }}}