Open Source Heartbeat

Projects RADIUSS Home

vsoch opened a pull request to spack/spack

View Pull Request

spackbot created a new tag, develop-2025-03-23 at spack/spack

View Repository

dylan-copeland pushed to mfem/mfem

Interface improvements and refactoring.

View Commit

nychiang pushed to LLNL/hiop

address Cosmin’s comments

View Commit

brugger1 pushed to visit-dav/visit

Update the last test suite pass on poodle.

View Commit

markcmiller86 pushed to visit-dav/visit

rm VPY macro; regen

View Commit

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 on AspFunction
  • setup no longer tries to call symbol()

Signed-off-by: Todd Gamblin tgamblin@llnl.gov</small>

View Commit

teaguesterling commented on spack/spack

View Comment

finkeljos opened a pull request to spack/spack

View Pull Request

spackbot-app[bot] commented on issue spack/spack#49655.

Hi @teaguesterling! I noticed that the following package(s) don’t yet have maintainers:…

View Comment

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. …

View Comment

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….

View Comment

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>

View Commit

jameshcorbett opened a pull request to flux-framework/flux-core

View Pull Request

codecov[bot] commented on issue flux-framework/flux-core#6716.

## Codecov Report…

View Comment

grondo commented on issue flux-framework/flux-core#6716.

Thanks! I’ll set MWP here….

View Comment

gardner48 pushed to LLNL/sundials

Merge branch ‘develop’ into feature/sunadjoint-core-modules

View Commit

Steven-Roberts pushed to LLNL/sundials

Update changelog

View Commit

balos1 reviewed a LLNL/sundials pull request

None

View Review

ajinkyaVD-SE commented on issue LLNL/sundials#674.

So I mean the libraries are now installed !…

View Comment

JustinPrivitera pushed to LLNL/conduit

simplifying the state getter causes a parallel hang

View Commit

BradWhitlock pushed to LLNL/axom

Hooking up code to clean mesh.

View Commit

adrienbernede pushed to LLNL/Umpire

Get ctest to junit conversion utitility from RSC

View Commit

cyrush pushed to Alpine-DAV/ascent

mpi defines to avoid cxx libs being used to implement mpi

View Commit

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?…

View Comment

biagas pushed to visit-dav/visit

Merge branch ‘develop’ into task/biagas/cmake_modernization_with_blt

View Commit

cyrush reviewed a visit-dav/visit pull request

Thanks for this fix, this should avoid a lot of unnecessary signals!…

View Review

jandrej pushed to mfem/mfem

example

View Commit

jeremylt pushed to mfem/mfem

revert ex40.cpp

View Commit

psocratis reviewed a mfem/mfem pull request

None

View Review

pazner reviewed a mfem/mfem pull request

None

View Review

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:…

View Comment

bfadness created a new branch, bfadness/bh at mfem/mfem

View Repository

rfalgout pushed to hypre-space/hypre

Removed a couple of unused fields from the StructMatrix structure

View Commit

victorapm created a new branch, fix-csr-filter at hypre-space/hypre

View Repository

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….

View Comment

cnpetra commented on LLNL/hiop

View Comment

cyrush commented on LLNL/conduit

View Comment

gberg617 pushed to LLNL/axom

Update clang-format on tioga to get past CI

This will be changed through uberenv in a separate PR.</small>

View Commit

nselliott created a new branch, release/v-4-4 at LLNL/SAMRAI

View Repository

artv3 commented on LLNL/RAJA

View Comment

adrienbernede opened a pull request to LLNL/RAJA

View Pull Request

MrBurmark open issue LLNL/RAJA#1809.

Header include order bug with hip+vectorization when compiling with hip inactive

Describe the bugView Comment

adrienbernede created a new branch, woptim/rsc-2025-03-0 at LLNL/Caliper

View Repository

adayton1 pushed to LLNL/CHAI

Add new files to build system

View Commit

adrienbernede opened a pull request to LLNL/CHAI

View Pull Request

nicolemarsaglia pushed to Alpine-DAV/ascent

add logic for if vtkm has mpi on

View Commit

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…

View Comment

vicentebolea opened a pull request to LLNL/zfp

View Pull Request

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>

View Commit

gunney1 pushed to LLNL/axom

Update clang-format on tioga to get past CI

This will be changed through uberenv in a separate PR.</small>

View Commit

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>

View Commit

daboehme commented on issue LLNL/RAJA#1773.

Hi @artv3, thanks for pushing this forward! Happy to have a Caliper plugin for RAJA. …

View Comment

liu15 reviewed a LLNL/CHAI pull request

None

View Review

rhornung67 reviewed a LLNL/CHAI pull request

None

View Review

adayton1 released v0.15.0.

## 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

dtaller reviewed a LLNL/CARE pull request

None

View Review

liu15 reviewed a LLNL/CARE pull request

None

View Review

robinson96 reviewed a LLNL/CARE pull request

I mean, OK. …

View Review

gberg617 commented on issue LLNL/CARE#314.

> @gberg617 is there anything I missed? …

View Comment

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>

View Commit

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….

View Review

bmhan12 pushed to LLNL/axom

toss 4 cray spack.yaml changes, relax axom recipe +devtools dependencies to allow for newer llvm (but clang-format will be disabled)

View Commit

white238 reviewed a LLNL/axom pull request

None

View Review

kab163 pushed to LLNL/Umpire

Merge branch ‘develop’ of github.com:LLNL/Umpire into task/UM-1020-asan-poisoning-for-hip

View Commit

wliuphd reviewed a LLNL/SAMRAI pull request

None

View Review

tbennun reviewed a LBANN/lbann pull request

None

View Review

benson31 merged a pull request to LBANN/lbann

View Pull Request

CusiniM reviewed a GEOS-DEV/LvArray pull request

None

View Review

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!…

View Review

davidbeckingsale pushed to LLNL/Umpire

Add deviceconst test on Tioga

View Commit

github-actions[bot] pushed to LLNL/Umpire

Apply style updates

View Commit

adayton1 reviewed a LLNL/Umpire pull request

None

View Review

barracuda156 commented on issue LLNL/Umpire#833.

Well, that was two years ago, the code has changed since then, perhaps, as well as compilers….

View Comment

rhornung67 pushed to LLNL/RAJA

Merge pull request #1805 from LLNL/main

Mergeback main to develop after v2025.03.0 release</small>

View Commit

rrsettgast closed a pull request to GEOS-DEV/LvArray

View Pull Request

mplegendre pushed to hpc/Spindle

Merge pull request #64 from grondo/flux-signals

flux: reset SIGINT and SIGTERM signal handlers after fork()</small>

View Commit

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!…

View Comment

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>

View Commit

jameshcorbett commented on flux-framework/flux-sched

View Comment

trws commented on flux-framework/flux-sched

View Comment

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. …

View Comment

lindstro pushed to LLNL/zfp

Merge pull request #264 from vicentebolea/extend-windows-builds

ci,windows: enable more opts</small>

View Commit

mcfadden8 commented on issue LLNL/scr#603.

This is likely related to #532 …

View Comment

haampie opened a pull request to LLNL/hiop

View Pull Request

adayton1 reviewed a LLNL/RAJA pull request

None

View Review

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….

View Comment

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….

View Comment

rchen20 reviewed a LLNL/RAJA pull request

PhysicsUtils is now working with this release candidate….

View Review

corbett5 commented on GEOS-DEV/LvArray

View Comment

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. …

View Comment

daboehme pushed to LLNL/Caliper

Keep input type when computing averages (#643)

View Commit

oseikuffuor1 reviewed a hypre-space/hypre pull request

Thanks @victorapm …

View Review

najlkin pushed to GLVis/glvis

Updated CHANGELOG.

View Commit

white238 pushed to LLNL/blt

Merge pull request #717 from LLNL/main

v0.7.0 Mergeback to develop</small>

View Commit

davidbeckingsale reviewed a LLNL/blt pull request

None

View Review

kennyweiss reviewed a LLNL/blt pull request

Thanks @white238 …

View Review

adayton1 commented on LLNL/blt

View Comment