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

Graph coloring build warnings #3

Closed
mhoemmen opened this issue Feb 22, 2017 · 4 comments
Closed

Graph coloring build warnings #3

mhoemmen opened this issue Feb 22, 2017 · 4 comments
Assignees

Comments

@mhoemmen
Copy link
Contributor

Reported by Stefan Domino.

nalu/src/LinearSolver.C
In file included from nalu/src/LinearSolver.C:9:
In file included from nalu/include/LinearSolver.h:25:
In file included from TPLs_src/Trilinos_flat_headers/include/Ifpack2_Factory.hpp:1:
In file included from TPLs_src/Trilinos_flat_headers/include/Ifpack2_Factory_decl.hpp:48:
In file included from TPLs_src/Trilinos_flat_headers/include/Ifpack2_Details_Factory.hpp:2:
In file included from TPLs_src/Trilinos_flat_headers/include/Ifpack2_Details_Factory_def.hpp:46:
In file included from TPLs_src/Trilinos_flat_headers/include/Ifpack2_Details_OneLevelFactory.hpp:2:
In file included from TPLs_src/Trilinos_flat_headers/include/Ifpack2_Details_OneLevelFactory_def.hpp:51:
In file included from TPLs_src/Trilinos_flat_headers/include/Ifpack2_Relaxation.hpp:2:
In file included from TPLs_src/Trilinos_flat_headers/include/Ifpack2_Relaxation_def.hpp:54:
In file included from TPLs_src/Trilinos_flat_headers/include/KokkosKernels_GaussSeidel.hpp:47:
In file included from TPLs_src/Trilinos_flat_headers/include/KokkosKernels_GaussSeidel_impl.hpp:44:
In file included from TPLs_src/Trilinos_flat_headers/include/KokkosKernels_GraphColor.hpp:47:
TPLs_src/Trilinos_flat_headers/include/KokkosKernels_GraphColor_impl.hpp:1296:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
      while ((forbidden[c]==i)) c++;
              ~~~~~~~~~~~~^~~
TPLs_src/Trilinos_flat_headers/include/KokkosKernels_GraphColor_impl.hpp:1020:13: note: in instantiation of member function 'KokkosKernels::Experimental::Graph::Impl::GraphColor_VB<<f>KokkosKernels::Experimental::Graph::GraphColoringHandle<<f>Kokkos::View<<f>const unsigned long *, Kokkos::LayoutLeft, Kokkos::Device<<f>Kokkos::Serial, Kokkos::HostSpace> >, Kokkos::View<<f>int *, Kokkos::LayoutLeft, Kokkos::Device<<f>Kokkos::Serial, Kokkos::HostSpace>, Kokkos::MemoryTraits<<f>0> >, Kokkos::View<<f>int *, Kokkos::LayoutLeft, Kokkos::Device<<f>Kokkos::Serial, Kokkos::HostSpace> >, Kokkos::Serial, Kokkos::Device<<f>Kokkos::Serial, Kokkos::HostSpace>, Kokkos::Device<<f>Kokkos::Serial, Kokkos::HostSpace> >, Kokkos::View<<f>const unsigned long *, Kokkos::LayoutLeft, Kokkos::Device<<f>Kokkos::Serial, Kokkos::HostSpace>, Kokkos::MemoryTraits<<f>0> >, Kokkos::View<<f>const int *, Kokkos::LayoutLeft, Kokkos::Device<<f>Kokkos::Serial, Kokkos::HostSpace>, Kokkos::MemoryTraits<<f>0> > >::resolveConflicts' requested here
      this->resolveConflicts(
            ^
@mndevec
Copy link
Contributor

mndevec commented Feb 22, 2017

I am pushing the fix to trilinos.

@crtrott
Copy link
Member

crtrott commented Feb 22, 2017

Push the fix also to kokkos-kernels/develop

@srajama1
Copy link
Contributor

srajama1 commented May 4, 2017

Is this in kokkos-kernels/develop ? Then we can close it.

@mndevec
Copy link
Contributor

mndevec commented May 4, 2017

This is fixed in the master as well. I am closing the issue.

@mndevec mndevec closed this as completed May 4, 2017
ndellingwood pushed a commit that referenced this issue Apr 24, 2020
cmake/kokkoskernels_tpls.cmake: Fix blas/lapack link order.
e10harvey pushed a commit that referenced this issue Dec 9, 2021
Merge from Evan's batched gemm scaling beyond 32
ndellingwood added a commit that referenced this issue Apr 26, 2022
.github/workflows: Switch kokkos branch to match PRs target branch
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

4 participants