FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
hecmw_dlb_mem_util.c
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2019 FrontISTR Commons
3
* This software is released under the MIT License, see LICENSE.txt
4
*****************************************************************************/
5
6
#include "
hecmw_repart.h
"
7
void
HECMW_dlb_memory_exit
(
char
*var) {
8
fprintf(stderr,
9
"#### HEC-MW-VIS-E0001:There is no enough memory allocated for "
10
"variable %s\n"
,
11
var);
12
HECMW_Finalize
();
13
exit(0);
14
}
15
16
void
HECMW_dlb_print_exit
(
char
*var) {
17
fprintf(stderr,
"%s\n"
, var);
18
HECMW_Finalize
();
19
exit(0);
20
}
HECMW_dlb_memory_exit
void HECMW_dlb_memory_exit(char *var)
Definition:
hecmw_dlb_mem_util.c:7
HECMW_Finalize
#define HECMW_Finalize
Definition:
hecmw_dlb_comm_util.h:24
hecmw_repart.h
HECMW_dlb_print_exit
void HECMW_dlb_print_exit(char *var)
Definition:
hecmw_dlb_mem_util.c:16
hecmw1
src
operations
dynamic_load_balancing
hecmw_dlb_mem_util.c
Generated by
1.8.17