Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
09/07/06 09:37:08 (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
     1[[ShowPath]]
     2[[PageOutline]]
    13= Welcome to pbs_python pages  =
    24
    3 The ''pbs_python'' package is a wrappper class for the [http://www.clusterresources.com/pages/products/torque-resource-manager.php Torque C library]. With this package you now can write utilities/extensions in Python instead of C. T
     5The ''pbs_python'' package is a wrappper class for the [http://www.clusterresources.com/pages/products/torque-resource-manager.php Torque C library]. With this package you now can write utilities/extensions in Python instead of C. We developed this package because we want to replace ''xpbsmon'' by an ascii version named ''pbsmon''. 
     6
     7I have configured this system for the following tasks:
     8 * Submit problems via [report:1 ticket system] or via email to mailto:pbs_python@subtrac.sara.nl pbs_python emailing list]
     9 * Can checkout the sources via subversion:
     10   * svn co https://subtrac.sara.nl/svn/oss/pbs_python/tags, for the ''stable'' sources
     11   * svn co https://subtrac.sara.nl/svn/oss/pbs_python/trunk for the latest source
     12 * Everybody can add or change documentation.
     13
     14We can describe how to install and make use of this package
     15 * [wiki:TorqueInstallation Installation]
     16 * [wiki:TorqueUsage Usage]
    417
    518
    6 he generation of the wrapper code is taken care by [http://www.swig.org swig]. Only the generated source is include
     19
     20
     21The generation of the wrapper code is taken care by [http://www.swig.org swig]. Only the generated source is include i
    722
    823