Changes between Version 109 and Version 110 of InstallingUsingRPMS

Show
Ignore:
Timestamp:
01/12/12 10:40:59 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v109 v110  
    252252}}} 
    253253=  DRMAA library = 
    254 DRMAA library must be compiled from SRC RPM:  
    255 {{{ 
    256 #!div style="font-size: 90%" 
    257 {{{#!default 
    258 wget http://fury.man.poznan.pl/qcg-packages/sl/SRPMS/pbs-drmaa-1.0.8-2.src.rpm 
    259 rpmbuild  --rebuild pbs-drmaa-1.0.8-2.src.rpm 
    260 cd /usr/src/redhat/RPMS/x86_64/ 
    261 rpm -i pbs-drmaa-1.0.8-2.x86_64.rpm  
    262 }}} 
    263 }}} 
    264 however if you are using it for the first time then you should try to compile it with enabled logging: 
    265 {{{ 
    266 #!div style="font-size: 90%" 
    267 {{{#!default 
    268 wget http://fury.man.poznan.pl/qcg-packages/sl/SRPMS/pbs-drmaa-1.0.8-2.src.rpm 
    269 rpmbuild  --define 'configure_options --enable-debug' --rebuild pbs-drmaa-1.0.8-2.src.rpm 
    270 cd /usr/src/redhat/RPMS/x86_64/ 
    271 rpm -i pbs-drmaa-1.0.8-2.x86_64.rpm 
    272 }}} 
    273 }}} 
     254Install via YUM repository:  
     255{{{ 
     256#!div style="font-size: 90%" 
     257{{{#!default 
     258yum install pbs-drmaa #Torque 
     259yum install pbspro-drmaa #PBS Proffesional 
     260}}} 
     261}}} 
     262 
    274263After installation  you need '''either''': 
    275264* configure the DRMAA library to use Torque logs ('''RECOMMENDED'''). Sample configuration file of the DRMAA library (`/opt/plgrid/qcg/etc/pbs_drmaa.conf`):