-
Notifications
You must be signed in to change notification settings - Fork 3
/
RELEASE_NOTES
48 lines (39 loc) · 1.46 KB
/
RELEASE_NOTES
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
37
38
39
40
41
42
43
44
45
46
47
48
NOTES FOR PHP-SLURM VERSION 1.0
===============================
This is PHP extensions goal is to provide just enough functionality to
a web developer read data from the slurm controller daemon to create a
*status* or *monitoring* application which can be viewed by the end
user. All the code has been written by 'Vermeulen Peter' with
contributions from TCHPC staff.
Provided in this release is a first attempt at providing a PHP
extension and a php library, a sample site is provided and may require
tweaking. Included is also a simple example of using the php library
to generate rrdtool graphs.
This release also includes a RPM spec file which can be used to deploy
the php extension and the sample site, it has been tested on
ScientificLinux 5.5 and it should work with the any compatible clones
of the upstream OS release.
Installation Requirements
=========================
* SLURM 2.2.0 or newer
* PHP 5.1.6 or newer
* APACHE (optional, but recommended)
Added the following API's
=========================
slurm_hostlist_to_array()
slurm_array_to_hostlist()
slurm_ping()
slurm_slurmd_status()
slurm_version()
slurm_print_partition_names()
slurm_get_specific_partition_info()
slurm_get_partition_node_names()
slurm_get_node_names()
slurm_get_node_elements()
slurm_get_node_element_by_name()
slurm_get_node_state_by_name()
slurm_get_node_states()
slurm_get_control_configuration_keys()
slurm_get_control_configuration_values()
slurm_load_partition_jobs()
slurm_load_job_information()