Open Source Heartbeat

Projects RADIUSS Home

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

View Comment

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

View Comment

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

View Comment

cyrush commented on issue visit-dav/visit#19340.

Current behavior:…

View Comment

adrienbernede pushed to spack/spack

Revert “TO REVERT: Trigger CI”

This reverts commit 02f76a8ca636df7e5a7cfc16367e8704a43773a5.</small>

View Commit

wspear reviewed a spack/spack pull request

None

View Review

hainest reviewed a spack/spack pull request

None

View Review

climbfuji reviewed a spack/spack pull request

Verified checksums…

View Review

johnwparent commented on spack/spack

View Comment

psakievich commented on spack/spack

View Comment

eugeneswalker commented on spack/spack

View Comment

wdconinc commented on spack/spack

View Comment

stephenswat commented on spack/spack

View Comment

mathomp4 opened a pull request to spack/spack

View Pull Request

RobertMaaskant opened a pull request to spack/spack

View Pull Request

jedwards4b opened a pull request to spack/spack

View Pull Request

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 …

View Comment

tdrwenski commented on issue spack/spack#49033.

@white238 and @becker33, as we discussed, this PR now has the following logic for checking for mpiexec: …

View Comment

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

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

View Comment

teaguesterling commented on issue spack/spack#49455.

I can give this a shot over the weekend as well….

View Comment

pazner pushed to mfem/mfem

Merge branch ‘fix-4732’ into next (PR #4737)

View Commit

justinlaughlin pushed to mfem/mfem

Updating example / mesh_gen

View Commit

cjvogl reviewed a mfem/mfem pull request

None

View Review

v-dobrev reviewed a mfem/mfem pull request

None

View Review

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

View Comment

grondo commented on flux-framework/flux-core

View Comment

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

View Pull Request

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

## Codecov Report…

View Comment

gardner48 reviewed a LLNL/sundials pull request

None

View Review

drreynolds reviewed a LLNL/sundials pull request

None

View Review

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

View Comment

nychiang pushed to LLNL/hiop

minor fix

View Commit

JustinPrivitera pushed to LLNL/conduit

works, now just need to get it to compile

View Commit

cyrush reviewed a LLNL/conduit pull request

Looks good, thanks for working through this change….

View Review

Arlie-Capps created a new branch, feature/capps2/allocExample at LLNL/conduit

View Repository

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

adayton1 pushed to LLNL/CHAI

Restore terminal text color (#307)

View Commit

liu15 reviewed a LLNL/CHAI pull request

None

View Review

mdavis36 opened a pull request to LLNL/CHAI

View Pull Request

liu15 reviewed a LLNL/CARE pull request

None

View Review

robinson96 reviewed a LLNL/CARE pull request

I mean, OK. …

View Review

adayton1 created a new branch, v0.15.0-RC at LLNL/CARE

View Repository

nicolemarsaglia pushed to Alpine-DAV/ascent

let’s put this here for now

View Commit

emily-howell pushed to Alpine-DAV/ascent

Renaming generated file in error test case. Should fix pipeline errors

View Commit

cyrush reviewed a Alpine-DAV/ascent pull request

Looks good, thanks!…

View Review

rzhangbq pushed to mfem/mfem

fix header location

View Commit

helloworld922 pushed to mfem/mfem

update changelog

View Commit

kmittal2 pushed to mfem/mfem

add jid for saving

View Commit

tomstitt pushed to mfem/mfem

Update config/defaults.mk

Co-authored-by: Veselin Dobrev v-dobrev@users.noreply.github.com</small>

View Commit

camierjs pushed to mfem/mfem

Merge branch ‘master’ of https://github.com/mfem/mfem into gslib-findpts-device

View Commit

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

View Comment

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

View Comment

mdavids-cfs commented on issue mfem/mfem#4545.

Hi @najlkin ,…

View Comment

rfalgout pushed to hypre-space/hypre

Updated regression tests for symmetric matrices in TEST_structmat

View Commit

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

View Review

cnpetra reviewed a LLNL/hiop pull request

None

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

gunney1 pushed to LLNL/axom

Minor documentation fixes.

View Commit

gberg617 pushed to LLNL/axom

Update src/axom/lumberjack/docs/sphinx/lumberjack_class.rst

Co-authored-by: Chris White white238@llnl.gov</small>

View Commit

white238 reviewed a LLNL/axom pull request

None

View Review

BradWhitlock created a new branch, feature/whitlock/mir_elvira3d at LLNL/axom

View Repository

kab163 pushed to LLNL/Umpire

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

View Commit

nselliott pushed to LLNL/SAMRAI

Merge branch ‘develop’ into feature/nselliott/raja-update

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

victorapm pushed to hypre-space/hypre

Minor

View Commit

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

Steven-Roberts pushed to LLNL/sundials

Merge branch ‘feature/min-err’ of github.com:LLNL/sundials into feature/min-err

View Commit

gwaegner pushed to LLNL/axom

Update src/axom/lumberjack/tests/lumberjack_NonCollectiveRootCommunicator.hpp

attempting to fix sporadic failures on Azure.

Co-authored-by: Brian Han han12@llnl.gov</small>

View Commit

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

View Comment

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

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

View Comment

rhornung67 reviewed a LLNL/CHAI pull request

None

View Review

dtaller reviewed a LLNL/CHAI pull request

None

View Review

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

codecov[bot] commented on issue flux-framework/flux-sched#1333.

## Codecov Report…

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

vicentebolea closed a pull request to LLNL/zfp

View Pull Request

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