1Slurmdb(3) User Contributed Perl Documentation Slurmdb(3)
2
3
4
6 Slurmdb - Perl extension for slurmdb library
7
9 use Slurmdb;
10
12 A traditional Perl module that contains XSUBs of the Slurm Database
13 API.
14
15 EXPORT
16 None by default.
17
18 Exportable constants
20 https://slurm.schedmd.com/accounting.html
21
23 Don Lipari, <lt>lipari@llnl.gov<gt>
24
26 Copyright (C) 2010 Lawrence Livermore National Security.
27 Written by Don Lipari
28 CODE-OCEC-09-009. All rights reserved.
29
30 This file is part of Slurm, a resource management program. For
31 details, see <https://slurm.schedmd.com/>. Please also
32 read the included file: DISCLAIMER.
33
34 Slurm is free software; you can redistribute it and/or modify it
35 under the terms of the GNU General Public License as published by the
36 Free Software Foundation; either version 2 of the License, or (at
37 your option) any later version.
38
39 In addition, as a special exception, the copyright holders give
40 permission to link the code of portions of this program with the
41 OpenSSL library under certain conditions as described in each
42 individual source file, and distribute linked combinations including
43 the two. You must obey the GNU General Public License in all respects
44 for all of the code used other than OpenSSL. If you modify file(s)
45 with this exception, you may extend this exception to your version of
46 the file(s), but you are not obligated to do so. If you do not wish
47 to do so, delete this exception statement from your version. If you
48 delete this exception statement from all source files in the program,
49 then also delete it here.
50
51 Slurm is distributed in the hope that it will be useful, but WITHOUT
52 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
53 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
54 for more details.
55
56 You should have received a copy of the GNU General Public License
57 along with Slurm; if not, write to the Free Software Foundation,
58 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
59
60
61
62perl v5.32.1 2021-05-24 Slurmdb(3)