3 #if (INTFACE == C_CALL)
4 void Cfree_blacs_system_handle(
int ISysCtxt)
9 #if (INTFACE == C_CALL)
21 "Trying to free non-existent system context handle %d", ISysCtxt);
23 else if (ISysCtxt == 0)
return;
25 "Trying to free non-existent system context handle %d", ISysCtxt);
38 tSysCtxt = (MPI_Comm *) malloc(j *
sizeof(MPI_Comm));