Dynamic Load Balance 3.6.1+32-59d1
dlb_errors.h
Go to the documentation of this file.
1/*********************************************************************************/
2/* Copyright 2009-2024 Barcelona Supercomputing Center */
3/* */
4/* This file is part of the DLB library. */
5/* */
6/* DLB is free software: you can redistribute it and/or modify */
7/* it under the terms of the GNU Lesser General Public License as published by */
8/* the Free Software Foundation, either version 3 of the License, or */
9/* (at your option) any later version. */
10/* */
11/* DLB is distributed in the hope that it will be useful, */
12/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
13/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
14/* GNU Lesser General Public License for more details. */
15/* */
16/* You should have received a copy of the GNU Lesser General Public License */
17/* along with DLB. If not, see <https://www.gnu.org/licenses/>. */
18/*********************************************************************************/
19
20#ifndef DLB_ERRORS_H
21#define DLB_ERRORS_H
22
23// Error codes
67};
68
69#endif /* DLB_ERRORS_H */
DLBErrorCodes
Definition: dlb_errors.h:24
@ _DLB_ERROR_LOWER_BOUND
Definition: dlb_errors.h:66
@ DLB_ERR_NOMEM
Definition: dlb_errors.h:59
@ DLB_ERR_PDIRTY
Definition: dlb_errors.h:45
@ DLB_ERR_PERM
Definition: dlb_errors.h:47
@ DLB_ERR_NOPROC
Definition: dlb_errors.h:43
@ DLB_NOTED
Definition: dlb_errors.h:29
@ DLB_ERR_TIMEOUT
Definition: dlb_errors.h:49
@ DLB_ERR_NOPOL
Definition: dlb_errors.h:61
@ DLB_ERR_NOINIT
Definition: dlb_errors.h:35
@ DLB_ERR_NOCBK
Definition: dlb_errors.h:51
@ DLB_ERR_NOSHMEM
Definition: dlb_errors.h:41
@ DLB_NOUPDT
Definition: dlb_errors.h:27
@ DLB_ERR_NOLEWI
Definition: dlb_errors.h:65
@ DLB_ERR_NOTALP
Definition: dlb_errors.h:63
@ DLB_ERR_DISBLD
Definition: dlb_errors.h:39
@ DLB_ERR_NOCOMP
Definition: dlb_errors.h:55
@ DLB_ERR_INIT
Definition: dlb_errors.h:37
@ _DLB_ERROR_UPPER_BOUND
Definition: dlb_errors.h:25
@ DLB_ERR_NOENT
Definition: dlb_errors.h:53
@ DLB_ERR_REQST
Definition: dlb_errors.h:57
@ DLB_ERR_UNKNOWN
Definition: dlb_errors.h:33
@ DLB_SUCCESS
Definition: dlb_errors.h:31