source: trunk/project/project.yaml @ 1

Revision 1, 1.8 KB checked in by mmamonski, 13 years ago (diff)

Torque/PBS DRMAA initial commit

Line 
1full_name: FedStage DRMAA for PBS Pro
2short_name: pbs_drmaa
3version: "1.0.1"
4copyright: Copyright (C) 2006-2009  FedStage Systems
5license: GNU General Public License v. 3
6license_note: |
7  This program is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program.  If not, see <http://www.gnu.org/licenses/>.
19author: Łukasz Cieśnik
20author_email: Łukasz Cieśnik <lukasz.ciesnik@fedstage.com>
21maintainer: FedStage Systems
22maintainer_email: FedStage DRMAA for PBS users <drmaa-pbspro-users@lists.fedstage.com>
23organization: FedStage Systems
24url: http://www.fedstage.com/wiki/FedStage_DRMAA_for_PBS_Pro
25# download_url: http://example.com/downloads/lalamido
26contact_address: drmaa-pbspro-users@lists.fedstage.com
27description: DRMAA implementation for PBS Pro
28# long_description: |
29#   multi-line description
30keywords:
31  - DRMAA
32  - Distributed Resource Management Application API
33  - PBS Pro
34  - PBS
35  - Torque
36  - OpenPBS
37  - FedStage Systems
38classifiers:
39  - "Development Status :: 3 - Alpha"
40  - "Intended Audience :: Developers"
41  - "License :: OSI Approved :: GNU General Public License (GPL)"
42  - "Operating System :: POSIX"
43  - "Programming Language :: C"
44  - "Topic :: System :: Distributed Computing"
45
46ac_config_srcdir: pbs_drmaa/drmaa.c
47subproject_dirs:
48  - drmaa_utils
49
Note: See TracBrowser for help on using the repository browser.