bathmatt

Results 15 comments of bathmatt

Yes, I use trilinos. Most are in that lib. Tons of these in tpetra, muelu ifpack ``` 871.121941 0x2aaaf6aef500 8 Host Allocate DualView::modified_flags 871.121956 0x2aaaf6aef640 8 Host Allocate DualView::modified_flags 871.121970...

And the bulk of what's left is ``` Host DeAllocate MV::normImpl lcl ```

Realized that dealloc is the wrong thing to look at since it is at the end of the run, looking at allocation. ``` [mbetten@serrano-login3 Bdot]$ tail -100000 ./TestResults.CTS1_MemEvent/BDot.Pressure=0.01.mpi_ranks_per_socket=1.nnodes=8.np=288.refine=0.0.use_np=256/ser7-255931.mem_events |grep \...

I know what is causing this and it is a bug in the compiler. There is a bug filed with the nvcc team. It does not (or should not) happen...

Reproducer ``` template class c { public: using ab = c; }; class ac; class ad; typedef ac ai; enum f { g }; template class h { public: h(f...

@csiefer2 et al, I just approved the fix in the compiler that should hit in 12.5 Sorry we couldn't fix it sooner.

I am going to suggest @lubbersnick @bnebgen-LANL or one of the HippyNN team look at this and approve.

OK, I'll look on Thursday,

sorry, I fixed the typo, it was a cut error. removed too much code, put it back

Maybe modify the printf to state that the following code will fail. You have Care must be taken to ensure that the coordinates result in a memory offset that is...