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-Kernels,Amesos2,ROL: Fix tiny issues #12669

Merged
merged 4 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/amesos2/test/solvers/MUMPS_test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
<ParameterList name="run3">
<Parameter name="Scalar" type="string" value="float"/>
<Parameter name="LocalOrdinal" type="string" value="int"/>
<Parameter name="GlobalOrdinal" type="strig" value="int"/>
<Parameter name="GlobalOrdinal" type="string" value="int"/>
<!-- The Node parameter is not yet supported -->
</ParameterList>
</ParameterList>

</ParameterList> <!-- end MUMPS -->
Expand Down
4 changes: 2 additions & 2 deletions packages/kokkos-kernels/lapack/tpls/KokkosLapack_magma.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ struct MagmaSingleton {
};

} // namespace Impl
} // namespace KokkosBlas
} // namespace KokkosLapack
#endif // KOKKOSKERNELS_ENABLE_TPL_MAGMA
#endif // KOKKOSLAPACK_MAGMA_HPP_
#endif // KOKKOSLAPACK_MAGMA_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
</ParameterList>
</ParameterList>
</ParameterList>
</ParameterList>


<!-- =========== SIMOPT SOLVER PARAMETER SUBLIST =========== -->
Expand Down