Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Jan 17, 2024
2 parents 5ffafae + c53bda4 commit f2b0342
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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_
1 change: 0 additions & 1 deletion packages/rol/example/PDE-OPT/thermal-fluids/input_ex04.xml
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

0 comments on commit f2b0342

Please sign in to comment.