OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
blacs_abort_.c File Reference
#include "
Bdef.h
"
Go to the source code of this file.
Functions
F_VOID_FUNC
blacs_abort_
(
Int
*ConTxt,
Int
*ErrNo)
Function Documentation
◆
blacs_abort_()
F_VOID_FUNC
blacs_abort_
(
Int
*
ConTxt
,
Int
*
ErrNo
)
Definition at line
6
of file
blacs_abort_.c
.
8
{
9
void
Cblacs_gridinfo
(
Int
,
Int
*,
Int
*,
Int
*,
Int
*);
10
void
BI_BlacsAbort
(
Int
ErrNo);
11
Int
nprow, npcol, myrow, mycol;
12
extern
Int
BI_Iam
;
13
14
Cblacs_gridinfo
(
Mpval
(ConTxt), &nprow, &npcol, &myrow, &mycol);
15
fprintf(stderr,
16
"{%d,%d}, pnum=%d, Contxt=%d, killed other procs, exiting with error #%d.\n\n"
,
17
myrow, mycol,
BI_Iam
,
Mpval
(ConTxt),
Mpval
(ErrNo));
18
19
BI_BlacsAbort
(
Mpval
(ErrNo));
20
}
BI_BlacsAbort
void BI_BlacsAbort(Int ErrNo)
Definition
BI_BlacsAbort.c:3
BI_Iam
Int BI_Iam
Definition
BI_GlobalVars.c:7
Int
#define Int
Definition
Bconfig.h:22
Mpval
#define Mpval(para)
Definition
Bdef.h:261
Cblacs_gridinfo
void Cblacs_gridinfo()
engine
extlib
scalapack-2.2.0
BLACS
SRC
blacs_abort_.c
Generated by
1.15.0