github-actions[bot] commented on issue spack/spack#48622.
This issue has been automatically marked as stale because it has not had …
alecbcs commented on issue spack/spack#44962.
@richardbeare it’s been a bit over a year since you first posted this, but I just ran into the same thing. What I think might have happened for you (and happened for me) was that I skimmed the section and missed,…
haampie commented on issue spack/spack#51015.
I guess you type d<tab>
;p …
biddisco commented on issue spack/spack#51022.
This fixes my git concretization problem as discussed on slack. Thanks…
adamjstewart commented on issue spack/spack#50947.
Closed by #50989, would need a big rebase anyway, easier to start from scratch…
lindsayad commented on issue mfem/mfem#4943.
> Hypre should be initialized before calling Device::Configure
if you want to use hypre with MFEM…
ocaisa commented on issue flux-framework/flux-core#6908.
I think there is a hint for at least one of the tests in the some of the logs:…
garlick commented on issue flux-framework/flux-core#6798.
There is a fix for that test failure over in the pr for syslog support….
codecov[bot] commented on issue flux-framework/flux-core#6880.
## Codecov Report…
nrbertin commented on issue visit-dav/visit#20493.
Here are two ParaDiS files containing different configurations: (please change the extension back from .txt to .data)…
JustinPrivitera commented on issue visit-dav/visit#20493.
Can you provide a reproducer so we can take a look?…
marchdf commented on issue hypre-space/hypre#1304.
Thank you for those suggestions. I will give them a shot. Closing since this appears to not be a hypre issue….
victorapm commented on issue hypre-space/hypre#1295.
Closing as the issue has been resolved…
codecov[bot] commented on issue flux-framework/flux-sched#1340.
## Codecov Report…
grondo commented on issue flux-framework/flux-core#6908.
@ocaisa, can you try again now that #6915 is merged. There’s some new debug in those tests that may help determine why those tests are failing for you….
brugger1 commented on issue visit-dav/visit#20474.
This was resolved with #20472….
adrienbernede commented on issue LLNL/Umpire#970.
@davidbeckingsale ready for merge. (Test should pass)…
adrienbernede commented on issue LLNL/CHAI#317.
@adayton1 Ready for merge. Test should pass….
rhornung67 commented on issue LLNL/axom#1614.
@kennyweiss how does performance compare with sparsehash using @publixsubfan SIMD approach?…
nychiang commented on issue LLNL/hiop#736.
@thartland In other words, additional issues may come up when we add pipeline tests for parallel Python tasks….
JustinPrivitera commented on issue Alpine-DAV/ascent#1464.
no it’s still present….
codecov-commenter commented on issue LLNL/hatchet#168.
## Codecov Report…
zekemorton commented on issue flux-framework/flux-sched#1296.
@milroy thank you for the suggested changes, I think they help a lot! I went ahead and applied them and pushed the changes here …
mkre commented on issue LLNL/hatchet#162.
@slabasan sure, here you go: sample_profile.cali.txt…
juntyr commented on issue LLNL/zfp#270.
> Ah, this indeed is necessary as the integral promotion does not extend the right-hand-side operand of &
with one-bits, as needed to keep all the MSBs in the 64-bit left-hand-side operand. We have a C++ zfp::internal::round_up()
utility function for this, and it might make sense to write one for C also so we don’t have to play all these casting games….