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

Kokkos OpenMP + XL 16 broken #45

Open
womeld opened this issue Jun 4, 2021 · 1 comment
Open

Kokkos OpenMP + XL 16 broken #45

womeld opened this issue Jun 4, 2021 · 1 comment

Comments

@womeld
Copy link
Contributor

womeld commented Jun 4, 2021

With a Fortran main, and OpenMP initialization in C++ (through Kokkos) errors of the following type occur (failing the FLCL unit tests):
80: terminate called after throwing an instance of 'std::runtime_error'
80: what(): Kokkos::Impl::HostThreadTeamData::organize_pool ERROR pool already exists
80: Traceback functionality not available

@womeld
Copy link
Contributor Author

womeld commented Jun 4, 2021

If I understand it correctly, XL is initializing OpenMP somehow automatically in the Fortran main, and then when Kokkos tries to do so (after being requested to by call kokkos_init()), the error is thrown.

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

1 participant