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

DTK failure with gcc1321 #233

Closed
balay opened this issue Oct 12, 2023 · 8 comments · Fixed by ORNL-CEES/DataTransferKit#606
Closed

DTK failure with gcc1321 #233

balay opened this issue Oct 12, 2023 · 8 comments · Fixed by ORNL-CEES/DataTransferKit#606
Assignees

Comments

@balay
Copy link
Member

balay commented Oct 12, 2023

xr_l_g132-xsdk-100-linux-gcc1321

https://gitlab.com/xsdk-project/spack-xsdk/-/jobs/5276299104

spack-build-out.txt

@balay
Copy link
Member Author

balay commented Oct 12, 2023

xr_l_i23-xsdk-100-linux-oneapi2023-2-0

https://gitlab.com/xsdk-project/spack-xsdk/-/jobs/5276299105

Log in the artifacts above

@masterleinad
Copy link
Member

The error looks like

/home/xsdk/builds/cYLkqamb/1/xsdk-project/spa
            ck-xsdk/spack-stage/spack-stage-datatransferkit-3.2-u2fqa65lja3k4mi
            xlp4ybcpfargo6szp/spack-src/packages/Utils/src/DTK_Types.h:19:
  >> 270    /usr/lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13/cstd
            int:56:9: error: no member named 'int_fast8_t' in the global namesp
            ace; did you mean '::DataTransferKit::int_fast8_t'?
     271      using ::int_fast8_t;
     272            ^~
     273    /usr/include/stdint.h:58:22: note: '::DataTransferKit::int_fast8_t'
             declared here
     274    typedef signed char             int_fast8_t;
     275                                    ^

which seems more like a toolchain issue (or possibly a missing include header).

@masterleinad
Copy link
Member

It looks very similar to the MFEM failures

 fem/../general/kdtree.hpp:317:12: error: no type named 'uint8_t' in
             namespace 'std'
     329          std::uint8_t dim;
     330          ~~~~~^

@balay
Copy link
Member Author

balay commented Oct 13, 2023

It looks very similar to the MFEM failures

The fix in MFEM now gets the builds working

#234

cc: @v-dobrev

@masterleinad
Copy link
Member

ORNL-CEES/DataTransferKit#606 hopefully fixes it.

@masterleinad
Copy link
Member

@balay Can you confirm that ORNL-CEES/DataTransferKit#606 fixed the issue? In that case, we would create a new release.

@balay
Copy link
Member Author

balay commented Oct 14, 2023

I've started a pipeline to test at https://gitlab.com/xsdk-project/spack-xsdk/-/pipelines/1036580048

[its using master branch]

@balay
Copy link
Member Author

balay commented Oct 14, 2023

So the builds are good now. Thanks!

https://gitlab.com/xsdk-project/spack-xsdk/-/jobs/5292585778

https://gitlab.com/xsdk-project/spack-xsdk/-/jobs/5292585775

Note: some builds have trilinos failures - i.e they skipped testing DTK..

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

Successfully merging a pull request may close this issue.

2 participants