You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@maherou has asked me to write up some instructions for using GitHub Issues and waffle.io. I am going to do this on a Trilinos GitHub wiki page. I am going to use the IDEAS Jira instructions as a guide.
The text was updated successfully, but these errors were encountered:
It was not clear to me how much detail about deliverable tracking and customer-specific issue tracking was appropriate for this page. I have some thoughts to share with you on that issue if you want to pursue it. Please provide feedback on what I have (and don't have) in this page.
All tests pass
Tons of debugging output
Hack in Tpetra_CrsMatrix_def.hpp:
destMat->numImportPacketsPerLID_.modify_host()
because numImportPacketsPerLID_ is a Kokkos::DualView and hasn't been
properly marked as modified on host
Some tests are *extremely* slow, I suspect from the debugging output
99/279 Test #198: TpetraCore_MatrixMatrix_UnitTests_MPI_4 ..................................................... Passed 135.66 sec
105/279 Test #139: TpetraCore_ImportExport2_UnitTests_ISend_MPI_4 .............................................. Passed 191.11 sec
275/279 Test #138: TpetraCore_ImportExport2_UnitTests_Send_MPI_4 ............................................... Passed 112.59 sec
@maherou has asked me to write up some instructions for using GitHub Issues and waffle.io. I am going to do this on a Trilinos GitHub wiki page. I am going to use the IDEAS Jira instructions as a guide.
The text was updated successfully, but these errors were encountered: