61{
62 void BI_ArgCheck(
Int,
Int,
char *,
char,
char,
char,
Int,
Int,
Int,
Int,
77
78 char ttop, tscope, tuplo, tdiag;
80 MPI_Datatype IntTyp, MatTyp;
85
86
87
97#if (BlacsDebugLvl > 0)
100#endif
101
102
103
104
105#ifdef DefBSTop
106 if (ttop == ' ') ttop = DefBSTop;
107#endif
109 else tlda =
Mpval(lda);
110
111 switch(tscope)
112 {
113 case 'r':
115 break;
116 case 'c':
118 break;
119 case 'a':
121 break;
122 default:
124 tscope);
125 }
126
127 MPI_Type_match_size(MPI_TYPECLASS_INTEGER,
sizeof(
Int), &IntTyp);
130
131
132
133 if (ttop == ' ')
134 {
138 return;
139 }
140
141
142
143
144#ifdef MpiBuffGood
149#endif
150
151
152
153
154#ifndef MpiBuffGood
157#endif
158
159
160
161
162 switch(ttop)
163 {
164 case 'h':
167 break;
168 case '1':
169 case '2':
170 case '3':
171 case '4':
172 case '5':
173 case '6':
174 case '7':
175 case '8':
176 case '9':
178 break;
179 case 't':
181 break;
182 case 'i':
184 break;
185 case 'd':
187 break;
188 case 's':
190 break;
191 case 'f':
193 break;
194 case 'm':
196 break;
197 default :
199 ttop);
200 }
201
204 {
206 }
208}
void BI_ArgCheck(Int ConTxt, Int RoutType, char *routine, char scope, char uplo, char diag, Int m, Int n, Int lda, Int nprocs, Int *prows, Int *pcols)
void BI_Asend(BLACSCONTEXT *ctxt, Int dest, Int msgid, BLACBUFF *bp)
Int BI_BuffIsFree(BLACBUFF *bp, Int Wait)
BLACBUFF * BI_GetBuff(Int length)
MPI_Datatype BI_GetMpiTrType(BLACSCONTEXT *ctxt, char uplo, char diag, Int m, Int n, Int lda, MPI_Datatype Dtype, Int *N)
Int BI_HypBS(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send)
void BI_IdringBS(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send, Int step)
void BI_MpathBS(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send, Int npaths)
BLACBUFF * BI_Pack(BLACSCONTEXT *ctxt, BVOID *A, BLACBUFF *bp, MPI_Datatype Dtype)
void BI_SringBS(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send)
void BI_Ssend(BLACSCONTEXT *ctxt, Int dest, Int msgid, BLACBUFF *bp)
void BI_TreeBS(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send, Int nbranches)
void BI_UpdateBuffs(BLACBUFF *Newbp)
void BI_BlacsErr(Int ConTxt, Int line, char *file, char *form,...)
#define BI_MPI_TYPE_FREE(t)
#define MGetConTxt(Context, ctxtptr)
void(* SDRVPTR)(BLACSCONTEXT *, Int, Int, BLACBUFF *)