K Devine

Results 10 comments of K Devine

@lucbv What is the target date for porting the fix to Trilinos? Once it is ported, we can merge my reproducer https://github.com/trilinos/Trilinos/pull/9819 . Thanks.

Note: PR #9441 was accepted, but some of its changes should be reverted once this redesign is complete. Specifically, the original intent of the Kokkos-based methods in adapters was that...

@csiefer2 @brian-kelley This PR is a first step toward #9289. I made the change to see whether having offset type = int would speed up the small matrices for Xyce....

@trilinos/tpetra @cgcgcg We would like to know how this performs before it is merged to develop. Is that feasible?

I see this problem with OS 11.6 and Xquartz 2.8.1

I backed down to Xquartz 2.7.11 and saw the same problem. Oddly, an xterm launched from the Terminal utility worked fine. I compared the environments in xterm windows launched from...

As I recall, neither Zoltan nor Zoltan2 require 32-bit ordinals in ParMETIS. Doesn't Trilinos' automated testing use 64-bit builds of ParMETIS, thus providing a counter-example? If Zoltan is built with...

I'm curious: why does code exist using Comm with V != int? Teuchos::Comm with MPI works only with int, right? Deprecating is a good idea. Finding someone with cycles to...