Changes between Version 56 and Version 57 of InstallationGuide

Show
Ignore:
Timestamp:
11/28/13 13:50:04 (10 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v56 v57  
    278278  path to the reservation module. Change this to `reservation_pbs.py`. 
    279279== SLURM == 
     280* at first replace: 
     281{{{ 
     282                         <sm:Module xsi:type="pbs_jsdl_filter"/> 
     283}}} 
     284with: 
     285{{{ 
     286                        <sm:Module xsi:type="slurm_jsdl_filter"/> 
     287}}} 
     288 
     289* also if you want to offer advance reservation interface you need to: 
    280290   `Module[type="reservation_python"]/@path` :: 
    281291  path to the reservation module. Change this to `reservation_slurm.py`. 
    282292 
    283 and replace: 
    284 {{{ 
    285                          <sm:Module xsi:type="pbs_jsdl_filter"/> 
    286 }}} 
    287 with: 
    288 {{{ 
    289                         <sm:Module xsi:type="slurm_jsdl_filter"/> 
    290 }}} 
    291293 
    292294= Configuring QCG-Accounting =