We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b208de commit d8efe3fCopy full SHA for d8efe3f
BLACS/SRC/igamx2d_.c
@@ -277,7 +277,7 @@ F_VOID_FUNC igamx2d_(Int *ConTxt, F_CHAR scope, F_CHAR top, Int *m, Int *n,
277
ctxt->scp->comm);
278
if (ctxt->scp->Iam == dest)
279
{
280
- BI_ivmcopy(Mpval(m), Mpval(n), A, tlda, (int*)bp2->Buff);
+ BI_ivmcopy(Mpval(m), Mpval(n), A, tlda, (Int*)bp2->Buff);
281
if (Mpval(ldia) != -1)
282
BI_TransDist(ctxt, tscope, Mpval(m), Mpval(n), rA, cA, tldia,
283
(BI_DistType *) &bp2->Buff[idist],
@@ -288,7 +288,7 @@ F_VOID_FUNC igamx2d_(Int *ConTxt, F_CHAR scope, F_CHAR top, Int *m, Int *n,
288
289
ierr=MPI_Allreduce(bp->Buff, bp2->Buff, bp->N, bp->dtype, BlacComb,
290
291
292
293
294
0 commit comments