-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
37 lines (29 loc) · 838 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
APEL client and server source code
==================================
Project overview
----------------
The APEL project provides grid accounting for EGI. It is written in
python and MySQL. It has the following
components:
apel-parsers
------------
These extract data from the following batch systems:
* SGE/OGE
* LSF 5.x, 6.x, 7.x, 8.x
* PBS
and place in the client database.
apel-client
-----------
This processes the data and sends it to the APEL server using SSM.
apel-server
-----------
This processes data from all sites and sends it on to the accounting
portal using SSM.
apel-lib
--------
This contains all the library python code for apel-parsers, apel-client
and apel-server
apel-ssm
--------
This is a messaging system, which has its own github repository at
https://github.com/willrogers/ssm