Changes between Version 5 and Version 6 of TorqueInstallation


Ignore:
Timestamp:
01/18/11 09:14:20 (13 years ago)
Author:
anonymous
Comment:

Add EPEL and Fedora packages.

Legend:

Unmodified
Added
Removed
Modified
  • TorqueInstallation

    v5 v6  
    2626emerge -av sys-cluster/pbs-python
    2727}}}
     28* Fedora or EPEL for RHEL/CentOS/SL
     29Enable the [http://fedoraproject.org/wiki/EPEL/FAQ#howtouse EPEL repositories] on RHEL/CentOS/SL
     30{{{
     31yum install python-pbs
     32}}}
     33on EPEL 5 a python 2.6 module is also available.
     34{{{
     35yum install python26-pbs
     36}}}
    2837 
    2938== Test the package ==