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

blueos reducer reset test failure with gcc #1139

Open
rhornung67 opened this issue Oct 20, 2021 · 5 comments
Open

blueos reducer reset test failure with gcc #1139

rhornung67 opened this issue Oct 20, 2021 · 5 comments

Comments

@rhornung67
Copy link
Member

rhornung67 commented Oct 20, 2021

The RAJA unit test 'test-reducer-reset-seq.exe' fails reliably when the code is built with gcc and nvcc (note: only sequential version). The same test passes with other host compilers. Any thoughts on this?

@rchen20
Copy link
Member

rchen20 commented Oct 20, 2021

There is usually a missing compiler flag for this problem: #1073 (comment). Although @trws's reaction in that thread indicates that there may be a more serious problem with something being inlined out, in order for the test to work.

@rhornung67
Copy link
Member Author

Thanks @rchen20 I forgot about that. I'll try adding that compiler option.

@trws
Copy link
Member

trws commented Oct 20, 2021 via email

@rhornung67
Copy link
Member Author

I would have to rerun. This may have come up in CI discussion before (I can't recall) and the compiler flag @rchen20 referred to may have been added in the appropriate location. I'll do some more exploration with that option and report back.

@rchen20
Copy link
Member

rchen20 commented Oct 20, 2021

I'll need to check, but I think in certain places the Gitlab CI files are missing that flag (which I thought I had fixed a while ago).

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

No branches or pull requests

4 participants