vsoch opened a pull request to spack/spack
spackbot created a new tag, develop-2025-03-23 at spack/spack
dylan-copeland pushed to mfem/mfem
Interface improvements and refactoring.
brugger1 pushed to visit-dav/visit
Update the last test suite pass on poodle.
markcmiller86 pushed to visit-dav/visit
rm VPY macro; regen
tgamblin pushed to spack/spack
concretizer: don’t use clingo.Symbol for setup
Since we moved from creating clingo symbols directly to constructing a pure string
representation of the program, we don’t need to make AspFunctions
into symbols before
turning them into strings. We can just write strings like clingo would.
This cuts about 25% off the setup time by avoiding an unnecessary round trip.
- create strings directly from
AspFunctions
- remove unused
symbol()
method onAspFunction
- setup no longer tries to call
symbol()
Signed-off-by: Todd Gamblin tgamblin@llnl.gov</small>
finkeljos opened a pull request to spack/spack
spackbot-app[bot] commented on issue spack/spack#49655.
Hi @teaguesterling! I noticed that the following package(s) don’t yet have maintainers:…
eugeneswalker commented on issue spack/spack#49643.
> It looks like the pipeline is failing because DTK relies on ./packages/tpetra/core/compat/KokkosCompat_ClassicNodeAPI_Wrapper.hpp
which was removed in trilinos@16.1
. Since this PR fixes an issue that previously caused 16.0 to be concretized even with 16.1 added, this is the first time that we see any downstream issue from promoting Trilinos from 16.0 to 16.1.
…
github-actions[bot] commented on issue mfem/mfem#4018.
:warning: This issue has been automatically marked as stale because it has not had any activity in the last month. If no activity occurs in the next week, it will be automatically closed. Thank you for your contributions….
mergify[bot] pushed to flux-framework/flux-core
Merge pull request #6716 from grondo/shell-atfork
shell: clear signal mask and handlers in shell for plugins that call fork(2)
</small>
jameshcorbett opened a pull request to flux-framework/flux-core
codecov[bot] commented on issue flux-framework/flux-core#6716.
## Codecov Report…
grondo commented on issue flux-framework/flux-core#6716.
Thanks! I’ll set MWP here….
gardner48 pushed to LLNL/sundials
Merge branch ‘develop’ into feature/sunadjoint-core-modules
Steven-Roberts pushed to LLNL/sundials
Update changelog
ajinkyaVD-SE commented on issue LLNL/sundials#674.
So I mean the libraries are now installed !…
JustinPrivitera pushed to LLNL/conduit
simplifying the state getter causes a parallel hang
BradWhitlock pushed to LLNL/axom
Hooking up code to clean mesh.
adrienbernede pushed to LLNL/Umpire
Get ctest to junit conversion utitility from RSC
cyrush pushed to Alpine-DAV/ascent
mpi defines to avoid cxx libs being used to implement mpi
JustinPrivitera commented on issue Alpine-DAV/ascent#1490.
I can’t speak authoritatively on what the issue might be in Ascent, but in VisIt we added mixed element topology support to the Blueprint reader in our latest release, 3.4.2. Which version of VisIt were you using when you saw the error?…
biagas pushed to visit-dav/visit
Merge branch ‘develop’ into task/biagas/cmake_modernization_with_blt
cyrush reviewed a visit-dav/visit pull request
Thanks for this fix, this should avoid a lot of unnecessary signals!…
v-dobrev commented on issue mfem/mfem#4747.
For visualization and probably for other purposes, it is better to compute the flux in a vector L2 space. Here’s a code snippet that does this:…
rfalgout pushed to hypre-space/hypre
Removed a couple of unused fields from the StructMatrix structure
victorapm created a new branch, fix-csr-filter at hypre-space/hypre
chu11 commented on issue flux-framework/flux-core#6715.
yeah, when i discovered it I realized “oh crap, we could improve performance by NOT canceling watchers” …. to some loose extent the work to solve #6695 and #6709 made two iterations over watchers into 1 iteration. Since the update watcher for R in the job-shell was only doing 1 iteration to begin with, the addition of the cancel actually was a net loss….
Update clang-format on tioga to get past CI
This will be changed through uberenv in a separate PR.</small>
nselliott created a new branch, release/v-4-4 at LLNL/SAMRAI
adrienbernede opened a pull request to LLNL/RAJA
MrBurmark open issue LLNL/RAJA#1809.
Header include order bug with hip+vectorization when compiling with hip inactive
Describe the bug…View Comment
adrienbernede created a new branch, woptim/rsc-2025-03-0 at LLNL/Caliper
adrienbernede opened a pull request to LLNL/CHAI
nicolemarsaglia pushed to Alpine-DAV/ascent
add logic for if vtkm has mpi on
mlohry open issue Alpine-DAV/ascent#1490.
mixed element braid example fails to render due to shape map entries
Using the example mesh conduit::blueprint::mesh::examples::braid("mixed", 16, 16, 16, mesh);
…View Comment
codecov[bot] commented on issue flux-framework/flux-sched#1285.
## Codecov Report…
vicentebolea opened a pull request to LLNL/zfp
Arlie-Capps pushed to LLNL/conduit
Use std::function for memory handler callbacks (#1366)
Change Conduit’s memcpy, memset, alloc, and free handlers from function pointers to std::function. This will allow these handlers to have local state, increasing the flexibility and power to allow on-the-fly creation of new handlers. The change is backwards-compatible because you can assign a function pointer to a std::function.
Co-authored-by: Cyrus Harrison cyrush@llnl.gov</small>
Update clang-format on tioga to get past CI
This will be changed through uberenv in a separate PR.</small>
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>
daboehme commented on issue LLNL/RAJA#1773.
Hi @artv3, thanks for pushing this forward! Happy to have a Caliper plugin for RAJA. …
## Release date 2025-03-20
Added
- Added CARE_DEEP_COPY_RAW_PTR configuration option.
- Added ATOMIC_SUB, ATOMIC_LOAD, ATOMIC_STORE, ATOMIC_EXCHANGE, and ATOMIC_CAS macros.
Removed
- Removed Accessor template parameter from host_device_ptr.
- Removed NoOpAccessor and RaceConditionAccessor. It is recommended to use ThreadSanitizer (TSAN) instead to locate race conditions.
- Removed CARE_ENABLE_RACE_DETECTION configuration option.
- Removed implicit conversions between raw pointers and host_device_ptrs/host_ptrs and the corresponding CARE_ENABLE_IMPLICIT_CONVERSIONS configuration option.
Changed
- Renamed host_device_ptr::getPointer to host_device_ptr::data.
Fixed
- Replaced calls to chai::ManagedArray::getPointer (previously deprecated and now removed) with calls to chai::ManagedArray::data.
Updated
- Updated to BLT v0.7.0
- Updated to Umpire v2025.03.0
- Updated to RAJA v2025.03.0
- Updated to CHAI v2025.03.0
Full Changelog: https://github.com/LLNL/CARE/compare/v0.14.1…v0.15.0</small>View Comment
robinson96 reviewed a LLNL/CARE pull request
I mean, OK. …
gberg617 commented on issue LLNL/CARE#314.
> @gberg617 is there anything I missed? …
emily-howell pushed to Alpine-DAV/ascent
Task/2025 3 18 1413 camera zoom of 0 causes hang (#1487)
-
Checking that zoom is greater than zero
-
Fixing test error
-
Better Ascent Info
-
moving zoom check to a more logical location
-
Renaming generated file in error test case. Should fix pipeline errors</small>
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)
kab163 pushed to LLNL/Umpire
Merge branch ‘develop’ of github.com:LLNL/Umpire into task/UM-1020-asan-poisoning-for-hip
benson31 merged a pull request to LBANN/lbann
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!…
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>
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>
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 …
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….
rchen20 reviewed a LLNL/RAJA pull request
PhysicsUtils is now working with this release candidate….
milroy commented on issue flux-framework/flux-sched#1359.
Thanks for the reviews @jameshcorbett and @trws ! I can’t figure out how to coerce non-idempotent behavior (prior to the fix here) via flux resource drain <rank>
so the current testing should be sufficient.
…
daboehme pushed to LLNL/Caliper
Keep input type when computing averages (#643)
oseikuffuor1 reviewed a hypre-space/hypre pull request
Thanks @victorapm …
najlkin pushed to GLVis/glvis
Updated CHANGELOG.
kennyweiss reviewed a LLNL/blt pull request
Thanks @white238 …