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

Jenkins errors in Kokkos_SharedAlloc.cpp with debug build #1511

Closed
ndellingwood opened this issue Mar 30, 2018 · 1 comment
Closed

Jenkins errors in Kokkos_SharedAlloc.cpp with debug build #1511

ndellingwood opened this issue Mar 30, 2018 · 1 comment
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@ndellingwood
Copy link
Contributor

@ibaned The following errors in Kokkos_SharedAlloc.cpp occurred with Melvin Jenkins job, possibly related to PR #1483?

Debug build with intel/16.0.1
SHA: 2ee639e Merge pull request #1510 from ndellingwood/dualview-deprecated

11:10:18 /home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp(64): error: no instance of function template "Kokkos::atomic_exchange" matches the argument list
11:10:18             argument types are: (Kokkos::Impl::SharedAllocationRecord<void, void> **, std::nullptr_t)
11:10:18       while ( ( root_next = Kokkos::atomic_exchange( & root->m_next , nullptr ) ) == nullptr );
11:10:18                             ^
11:10:18 
11:10:18 /home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp(118): error: no instance of function template "Kokkos::atomic_exchange" matches the argument list
11:10:18             argument types are: (Kokkos::Impl::SharedAllocationRecord<void, void> **, std::nullptr_t)
11:10:18     while ( ( root_next = Kokkos::atomic_exchange( & arg_root->m_next , nullptr ) ) == nullptr );
11:10:18                           ^
11:10:18 
11:10:18 /home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp(173): error: no instance of function template "Kokkos::atomic_exchange" matches the argument list
11:10:18             argument types are: (Kokkos::Impl::SharedAllocationRecord<void, void> **, std::nullptr_t)
11:10:18       while ( ( m_next = Kokkos::atomic_exchange( & m_root->m_next , nullptr ) ) == nullptr );
11:10:18                          ^
11:10:18 
11:10:18 /home/jenkins/slave/workspace/kokkos_melvin_debug/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp(234): error: no instance of function template "Kokkos::atomic_exchange" matches the argument list
11:10:18             argument types are: (Kokkos::Impl::SharedAllocationRecord<void, void> **, std::nullptr_t)
11:10:18       while ( ( root_next = Kokkos::atomic_exchange( & arg_record->m_root->m_next , nullptr ) ) == nullptr );
@ndellingwood ndellingwood added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label Mar 30, 2018
@swbova swbova self-assigned this Mar 30, 2018
@ndellingwood
Copy link
Contributor Author

PR #1512 issued by @swbova to address the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

2 participants