mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
use MPI_DATAYPE_NULL thx stefanozampini
This commit is contained in:
parent
42a01b5c21
commit
3864eb2e35
@ -22,7 +22,7 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
static MPI_Datatype type = MPI_DATATYPE_NULL;
|
static MPI_Datatype type = MPI_DATATYPE_NULL;
|
||||||
static MPI_Datatype htype = MPI_DATATYPE_NULL;
|
static MPI_Datatype htype = MPI_DATATYPE_NULL;
|
||||||
if (!type)
|
if (type == MPI_DATATYPE_NULL)
|
||||||
{
|
{
|
||||||
MeshPoint hp;
|
MeshPoint hp;
|
||||||
int blocklen[] = { 3, 1, 1 };
|
int blocklen[] = { 3, 1, 1 };
|
||||||
|
Loading…
Reference in New Issue
Block a user