Dan Ibanez

Results 127 comments of Dan Ibanez

@wadeburgess confirmed that SEMS will ship GTest as a TPL module with their `V1.3` modules slated for mid-August.

@rppawlo @nmhamster the SEMS request process has room to request testbed installs, so if you can provide a list of relevant testbeds I can comment on them in the request....

Some testbeds to include: - [ ] vortex - [ ] ride - [ ] mutrino - [ ] stria

I agree that we should basically `static_assert(std::is_same::value, "anything else is crazy")` and eventually remove the template parameter. MPI uses `int`, and no alternative is anywhere on our radar. Top500 supercomputers...

We could just change the methods of `Teuchos::Comm` to accept a signed 64-bit integer as their count argument, and convert to whatever the underlying MPI supports as necessary internally.

I installed markdown-pdf by first installing NPM via the Mac OS package on their website, and then simply running ```bash npm install markdown-pdf ``` I also get a similar error:...

Hi all, We're using NetCDF with the CMake config file, one difference is the name is `netCDF` not `NetCDF` so `find_package(netCDF CONFIG)` works for us. We have a few nitpicks...

@WardF I believe the canonical advice in CMake is that `netCDFConfig.cmake` should call something like ```cmake find_dependency(HDF5) ``` if NetCDF is built with HDF5 support. I'm happy to create a...

@rppawlo At a higher level, I believe Kokkos ought to provide a memory pool to facilitate this (totally different form Kokkos' current interpretation of what a memory pool is). To...

Maybe try constructing an unmanaged view with a bogus pointer? I think you just pass in a pointer instead of the `view_alloc` thing.