Skip to content

2.3.1 build fails when HAVE_MPI is undefined, but HAVE_ARMCI is defined #55

@yurivict

Description

@yurivict

It can't find ShmMessageGrp in the lines

#if defined(HAVE_ARMCI)
  else if (msg->class_desc() == ::class_desc<MPIMessageGrp>()) {
      default_memorygrp = new ARMCIMemoryGrp(msg);
      return default_memorygrp.pointer();
    }
#endif

because mpi is included only when HAVE_MPI is defined.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions