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

unable to find bedrock/Exception.hpp #20

Closed
carns opened this issue Jul 11, 2024 · 1 comment
Closed

unable to find bedrock/Exception.hpp #20

carns opened this issue Jul 11, 2024 · 1 comment
Assignees

Comments

@carns
Copy link
Member

carns commented Jul 11, 2024

I'm hitting this build error when trying to compile mochi-quintain, and I don't see the corresponding .hpp file in the bedrock repo:

  CXX      src/bedrock-c-wrapper.lo
In file included from /home/carns/working/src/spack/opt/spack/linux-ubuntu24.04-skylake/gcc-13.2.0/mochi-bedrock-0.13.0-iuqq6tqy3von5ac2wy34nlrcbs7kmntl/include/bedrock/Client.hpp:9,
                 from ../src/bedrock-c-wrapper.cpp:2:
/home/carns/working/src/spack/opt/spack/linux-ubuntu24.04-skylake/gcc-13.2.0/mochi-bedrock-0.13.0-iuqq6tqy3von5ac2wy34nlrcbs7kmntl/include/bedrock/ServiceHandle.hpp:10:10: fatal error: bedrock/Exception.hpp: No such file or directory
   10 | #include <bedrock/Exception.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

The code that I'm trying to build is in this branch of mochi-quintain (requires +ssg in mochi-bedrock; it has not been updated to use flock) in case some adjustment needs to be made there to the wrappers for the query function:

https://github.com/mochi-hpc/mochi-quintain/tree/carns/dev-bedrock-service-query

@mdorier
Copy link
Contributor

mdorier commented Jul 12, 2024

Fixed

@mdorier mdorier closed this as completed Jul 12, 2024
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