JustinPrivitera open issue visit-dav/visit#20319.
Add `--bonus` list of tpls
We have --required
, --optional
. But together they do not have all of the tpls. I propose we add another list --bonus
that includes everything else….View Comment
brugger1 commented on issue visit-dav/visit#20255.
I think you will need to build without swr to truely get the newer instructions out of VisIt. I don’t think it’s critical since I don’t think we use it by default. I vaguely recall you need to set an environment variable to enable it. Furthermore, swr support was removed from Mesa back in December 2021, so we will need to remove it at some point if we move to a newer Mesa….
biagas commented on issue visit-dav/visit#20255.
No, I haven’t looked into changing anything with how Mesa is built specifically. I don’t know enough about the options and whether or not changing them will affect VisIt’s behavior….
markcmiller86 commented on issue visit-dav/visit#20255.
Ugh! Well, I dunno if generic is sufficient. I hope it is. It sounds like it might be. Did you try disabling swr render functionality and using swrast in Mesa instead? No worries if not. It was just something ChatGPT proposed….
cyrush commented on issue visit-dav/visit#19340.
Current behavior:…
adrienbernede pushed to spack/spack
Revert “TO REVERT: Trigger CI”
This reverts commit 02f76a8ca636df7e5a7cfc16367e8704a43773a5.</small>
climbfuji reviewed a spack/spack pull request
Verified checksums…
mathomp4 opened a pull request to spack/spack
RobertMaaskant opened a pull request to spack/spack
jedwards4b opened a pull request to spack/spack
caschb open issue spack/spack#49608.
Deprecated package: lbzip2
I was trying to install the lbzip2
package and I got the following error: …View Comment
afzpatel commented on issue spack/spack#49611.
https://github.com/openxla/xla/commit/d92499b96bc22b7e5706195c88a3de903c5acba2 …
tdrwenski commented on issue spack/spack#49033.
@white238 and @becker33, as we discussed, this PR now has the following logic for checking for mpiexec: …
spackbot-app[bot] commented on issue spack/spack#49609.
Hi @RobertMaaskant! I noticed that the following package(s) don’t yet have maintainers:…
teaguesterling commented on issue spack/spack#49455.
I can give this a shot over the weekend as well….
justinlaughlin pushed to mfem/mfem
Updating example / mesh_gen
acfisher commented on issue mfem/mfem#4689.
> > @hughcars After discussing it with the team we decided to make those owned tables non pointer objects and keep the interface by returning the pointers as usual. …
chu11 opened a pull request to flux-framework/flux-core
codecov[bot] commented on issue flux-framework/flux-core#6714.
## Codecov Report…
ajinkyaVD-SE open issue LLNL/sundials#674.
SUNDIALS installation
Hello !…View Comment
balos1 commented on issue LLNL/sundials#674.
Did you run make
after running cmake
? The cmake
command does not build sundials, it just generates everything needed for you desired build system (make, ninja, visual studio etc.). You still must run make
or other appropriate command to compile the library and create the libraries. …
JustinPrivitera pushed to LLNL/conduit
works, now just need to get it to compile
cyrush reviewed a LLNL/conduit pull request
Looks good, thanks for working through this change….
Arlie-Capps created a new branch, feature/capps2/allocExample at LLNL/conduit
kennyweiss pushed to LLNL/axom
Update clang-format on tioga to get past CI
This will be changed through uberenv in a separate PR.</small>
robinson96 reviewed a LLNL/CARE pull request
I mean, OK. …
nicolemarsaglia pushed to Alpine-DAV/ascent
let’s put this here for now
emily-howell pushed to Alpine-DAV/ascent
Renaming generated file in error test case. Should fix pipeline errors
cyrush reviewed a Alpine-DAV/ascent pull request
Looks good, thanks!…
helloworld922 pushed to mfem/mfem
update changelog
Update config/defaults.mk
Co-authored-by: Veselin Dobrev v-dobrev@users.noreply.github.com</small>
najlkin commented on issue mfem/mfem#4545.
Looking forward to it. Regarding IterativeSolverController
, it is very easy. The solver calls MonitorSolution()
, which gets the intermediate solution and the only thing to implement is evaluation of the norm. If it is lower than your desired threshold, just indicate convergence by setting converged = true
. The solver checks that and ends the calculation. That is it 😉 ….
hughcars commented on issue mfem/mfem#4689.
> @hughcars After discussing it with the team we decided to make those owned tables non pointer objects and keep the interface by returning the pointers as usual. …
mdavids-cfs commented on issue mfem/mfem#4545.
Hi @najlkin ,…
rfalgout pushed to hypre-space/hypre
Updated regression tests for symmetric matrices in TEST_structmat
mergify[bot] closed issue flux-framework/flux-core#6695.
kvs-watch: loop in watch_cancel_all() does not scale well
Per some profiling done following up #6690 and #6694 work, if kvs-watch is being used by a lot of jobs (i.e. lots of namespaces), the loop in watch_cancel_all()
does not scale well after every call to cancel a watcher. i.e. the loop is regularly iterating on every namespace that it is watching and every request within each of those namespaces. This leads to a slowdown in processing and eventually the ENODATA that is sent to the original watcher….View Comment
thartland reviewed a LLNL/hiop pull request
I think the issue we discussed earlier has been resolved. Go ahead and test. Let me know when this is ready for review….
toss 4 cray spack.yaml changes, relax axom recipe +devtools dependencies to allow for newer llvm (but clang-format will be disabled)
Update src/axom/lumberjack/docs/sphinx/lumberjack_class.rst
Co-authored-by: Chris White white238@llnl.gov</small>
BradWhitlock created a new branch, feature/whitlock/mir_elvira3d at LLNL/axom
kab163 pushed to LLNL/Umpire
Merge branch ‘develop’ of github.com:LLNL/Umpire into task/UM-1020-asan-poisoning-for-hip
nselliott pushed to LLNL/SAMRAI
Merge branch ‘develop’ into feature/nselliott/raja-update
benson31 merged a pull request to LBANN/lbann
victorapm pushed to hypre-space/hypre
Minor
waynemitchell reviewed a hypre-space/hypre pull request
I went ahead and ran the full regression suite on Aurora, and everything looks good. Thanks, Victor!…
Steven-Roberts pushed to LLNL/sundials
Merge branch ‘feature/min-err’ of github.com:LLNL/sundials into feature/min-err
Update src/axom/lumberjack/tests/lumberjack_NonCollectiveRootCommunicator.hpp
attempting to fix sporadic failures on Azure.
Co-authored-by: Brian Han han12@llnl.gov</small>
rhornung67 commented on issue LLNL/axom#1218.
> That’s 2D Elvira running in a serial test program on 1 node, which I assume would grab one GPU….
davidbeckingsale pushed to LLNL/Umpire
Add deviceconst test on Tioga
github-actions[bot] pushed to LLNL/Umpire
Apply style updates
barracuda156 commented on issue LLNL/Umpire#833.
Well, that was two years ago, the code has changed since then, perhaps, as well as compilers….
rhornung67 pushed to LLNL/RAJA
Merge pull request #1805 from LLNL/main
Mergeback main to develop after v2025.03.0 release</small>
artv3 commented on issue LLNL/RAJA#1773.
@LLNL/raja-core , this will be an RAJA launch API breaking change. Launch will now use expt::KernelName instead of taking the const char * directly. …
rrsettgast closed a pull request to GEOS-DEV/LvArray
mplegendre pushed to hpc/Spindle
Merge pull request #64 from grondo/flux-signals
flux: reset SIGINT and SIGTERM signal handlers after fork()</small>
rountree open issue hpc/Spindle#63.
Test flux 0.73.0 (when it appears) for fixes of two rare invocation issues
Version 0.71.0 of Flux does not parse spindle options correct in two cases. This case causes a segfault:…View Comment
grondo commented on issue hpc/Spindle#64.
Thanks @mplegendre!…
mergify[bot] pushed to flux-framework/flux-sched
Merge pull request #1333 from jameshcorbett/find-by-name
evaluators: find by name and by property</small>
codecov[bot] commented on issue flux-framework/flux-sched#1333.
## Codecov Report…
zekemorton commented on issue flux-framework/flux-sched#1296.
After feedback from @milroy and @trws, I reworked the structure of this code. Instead of adding a new resource type, or_slot
I added a new traverser that changes the way that slots behave. Now, if you load the flexible traverser, slot
will have the same behavior as or_slot
as described above.
…
Merge pull request #264 from vicentebolea/extend-windows-builds
ci,windows: enable more opts</small>
mcfadden8 commented on issue LLNL/scr#603.
This is likely related to #532 …
vicentebolea closed a pull request to LLNL/zfp
jczhang07 commented on issue hypre-space/hypre#1222.
@waynemitchell I have an MR at https://gitlab.com/petsc/petsc/-/merge_requests/8201. You need to use the petsc branch jczhang/2025-03-14/add-hypre-sycl
….
ilumsden commented on issue LLNL/hatchet#152.
@slabasan I’m removing this from the upcoming release. The enhancements added by this PR complicate the process of building queries from the string dialect because I need to know whether or not the DataFrame has a multi-index. Given the other work I have to do, trying to get this done in time for the release is likely not feasible….