SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
pz3dcomm.c File Reference
#include "superlu_zdefs.h"
Include dependency graph for pz3dcomm.c:

Macros

#define MPI_INT_ALLOC(a, b)   (MPI_Alloc_mem( (b)*sizeof(int_t), MPI_INFO_NULL, &(a) ))
 
#define MPI_DATATYPE_ALLOC(a, b)   (MPI_Alloc_mem((b)*sizeof(doublecomplex), MPI_INFO_NULL, &(a)))
 

Detailed Description

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

Macro Definition Documentation

◆ MPI_DATATYPE_ALLOC

#define MPI_DATATYPE_ALLOC (   a,
 
)    (MPI_Alloc_mem((b)*sizeof(doublecomplex), MPI_INFO_NULL, &(a)))

◆ MPI_INT_ALLOC

#define MPI_INT_ALLOC (   a,
 
)    (MPI_Alloc_mem( (b)*sizeof(int_t), MPI_INFO_NULL, &(a) ))