Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yurivict opened this issue Jul 17, 2018 · 2 comments
Open
Assignees

Comments

@yurivict
Copy link

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.

@evaleev
Copy link
Member

evaleev commented Jul 19, 2018

@yurivict did you mean MPIMessageGrp, not ShmMessageGrp? could you please attach config.log? From what I recall (it's been awhile) ARMCI uses MPI for bootstrap so HAVE_MPI should have been defined.

@evaleev evaleev self-assigned this Jul 19, 2018
@yurivict
Copy link
Author

Yes, MPIMessageGrp, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants