Luca Bertagna

Results 462 comments of Luca Bertagna

It still looks odd that the default constructor should be used instead of reduction_identity. I find it hard to believe that there are some user-defined types out there for which...

> @bartgol I want to rerun these tests since we are about to merge and they haven't been run in a while, but I'm not given the option anymore when...

I thought we were linking all libraries via full system path, so there shouldn't be any need for adding path to the link line. Are you dating you get immediate...

Ok. Adding to export_albany.in is fine then.

If you are collaboratively working with someone else, it's even better to use `git push --force-with-lease [...]`. From the docs: >--force-with-lease alone, without specifying the details, will protect all remote...

I don't think we should make Phalanx look at what Tpetra uses, b/c PHX has no dependence on Tpetra. Probably the cleanest solution would be to add a `-DPhalanx_ENABLE_SHARED_SPACE=ON` cmake...

I think that setting the Device would not solve the problem. The issue is the _memory space_ that PHX uses. Without using the deprecated `Kokkos_ENABLE_CUDA_UVM`, the mem space of the...

Ah, you're right. I confused Kokkos::Device with the exec space. Makes sense then.

Why are we turning off weaver? Does blake feature V100 as well? I thought it didn't... Since Summit's life got extended by a year, I think it's best to keep...

> @jewatkins CUDA >= 11.4.4 works (with GCC 10.4.0 in this testing, newer/other versions are fine) in [my testing](https://github.com/SCOREC/omega_h/issues/66). @cwsmith can we remove (or tune better) the check on the...