Changes between Initial Version and Version 1 of net.sf.basedb.opengrid


Ignore:
Timestamp:
Aug 25, 2016, 9:25:24 AM (8 years ago)
Author:
Nicklas Nordborg
Comment:

Added wiki page for the Open Grid Scheduler service extension

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.opengrid

    v1 v1  
     1= Open Grid Scheduler service extension =
     2
     3This package is an extension package to BASE that adds support
     4for interacting with Open Grid Scheduler clusters. Other extensions
     5may use this service for submitting and monitoring jobs on an OGS
     6cluster.
     7
     8
     9== Documentation ==
     10
     11 * BASE 3.10 or higher is required.
     12 * Installation instructions - TODO
     13 * How to use - TODO
     14
     15
     16== License ==
     17
     18 * [http://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License version 3].
     19
     20
     21== Download ==
     22
     23|| '''Version''' || '''Revision''' || '''Date'''    || '''Binary (tar.gz)''' || '''BASE Version''' || '''Special notes''' || ||
     24|| 1.0           || -           || - ||  || 3.10 or later || - || [query:"groupdesc=1&group=type&milestone=Open Grid Scheduler service v1.0&order=priority" changelog] ||
     25
     26'''Source code''' can be downloaded from the subversion repository. Use the following command to get source code for the 1.0 version (not yet released):
     27
     28 `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.opengrid/tags/1.0 opengrid-1.0`
     29
     30
     31The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command:
     32
     33 `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.opengrid/trunk opengrid-dev`
     34
     35
     36
     37== Contribute ==
     38
     39After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a ''team spirit'', you will likely be awarded that permission.
     40
     41
     42== Todo ==
     43[[TicketQuery(status!=closed&component=net.sf.basedb.opengrid)]]