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

HTR link failure on lassen #1844

Open
seemamirch opened this issue Mar 6, 2025 · 1 comment
Open

HTR link failure on lassen #1844

seemamirch opened this issue Mar 6, 2025 · 1 comment
Assignees

Comments

@seemamirch
Copy link
Contributor

output from CI runs

test (metricTest.test.unitTest) ... /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::directory_iterator::operator++()' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::directory_iterator::operator*() const'
/usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::path::has_root_directory() const' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::path::_M_split_cmpts()'
/usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::status(std::filesystem::path const&)' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::directory_iterator::directory_iterator(std::filesystem::path const&, std::filesystem::directory_options, std::error_code*)'
/usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to `std::filesystem::path::has_filename() const'
collect2: error: ld returned 1 exit status

  1. -lstdc++fs is explicitly needed on lassen
  2. Failed with multiple gcc compilers
@lightsighter
Copy link
Contributor

Assigning @eddy16112 since it seems like Realm has added the dependence for std::filesystem in realm/hardware_topology.cc.

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

3 participants