#include "../pblas.h"
#include "../PBpblas.h"
#include "../PBtools.h"
#include "../PBblacs.h"
#include "../PBblas.h"
Go to the source code of this file.
◆ PB_NoAbort
| #define PB_NoAbort pb_noabort_ |
◆ PB_Cabort()
| void PB_Cabort |
( |
Int | ICTXT, |
|
|
char * | ROUT, |
|
|
Int | INFO ) |
Definition at line 63 of file PB_Cabort.c.
73{
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110 Int mycol, myrow, npcol, nprow;
111
112
113
114#ifdef TestingPblas
115#ifdef __STDC__
117#else
119#endif
120#endif
121
122
123
124
126#ifdef TestingPblas
127
128
129
130
132#endif
133 if( INFO < 0 )
134 {
135
136
137
140 "Parameter number %d had an illegal value", -INFO );
141 else
143 "Parameter number %d, entry number %d had an illegal value",
145 }
146 else
147 {
148
149
150
152 "Positive error code %d returned by %s!!!", INFO );
153 }
155
156
157
158}