SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ blacs_freebuff_()

F_VOID_FUNC blacs_freebuff_ ( Int ConTxt,
Int Wait 
)

Definition at line 6 of file blacs_free_.c.

8{
12
13 if (Mpval(Wait)) /* wait for all buffers to be done */
14 {
15 while (BI_ActiveQ != NULL) BI_UpdateBuffs(NULL);
16 }
17 else BI_UpdateBuffs(NULL);
18
19 if (BI_ReadyB)
20 {
21 free(BI_ReadyB);
22 BI_ReadyB = NULL;
23 }
24}
Int BI_BuffIsFree(BLACBUFF *bp, Int Wait)
BLACBUFF * BI_ReadyB
BLACBUFF * BI_ActiveQ
void BI_UpdateBuffs(BLACBUFF *Newbp)
#define Int
Definition Bconfig.h:22
#define Mpval(para)
Definition Bdef.h:261
Here is the call graph for this function: