Open Source Heartbeat

Projects RADIUSS Home

biagas pushed to visit-dav/visit

Update View2DAttributes, View3DAttributes,DabaseCorrelation for python (#20368)

Added all custom code to their .code files with comments specifying the customizations for ease when comparisons after future regeneration.

Updated GeneratePython to allow for .code file specialized _Notify, _dir, _methods, as well as SLOT.

Regenerated the Py files for these.

There were a lot of changes due to the fact that they have been on the ‘do not regenerate list’ for quite awhile.</small>

View Commit

BradWhitlock pushed to visit-dav/visit

Fix export of mixed shapes that contain polygons. Fix reading them too.

View Commit

markcmiller86 reviewed a visit-dav/visit pull request

Looks good! Thanks for fixing 💪🏻. If there are more cases of the as_number initialization logic (and the slew of PyNumberMethods), we could opt to simplify that substantially using the same approach I did for the py object type slots….

View Review

bslazarov pushed to mfem/mfem

kjijj

View Commit

mlstowell pushed to mfem/mfem

Adding R2D classes to the test_calcdivshape unit test

View Commit

luanmingyi open issue mfem/mfem#4815.

High-order pyramid grid VTK output node index error

When using the void Mesh::PrintVTK(std::ostream &os, int ref, int field_data) function to output a pyramid grid as a VTK file, the refine function in RefinedGeometry *GeometryRefiner::Refine(Geometry::Type Geom, int Times, int ETimes) is employed. However, for the several tetrahedrons obtained by refining the pyramid grid, one of the node indices is -1. When outputting to VTK, this should be specially handled by duplicating it with another node. The current implementation results in the final output containing four elements with a node index of -1. For detailed code, refer to the following link….View Comment

github-actions[bot] commented on issue mfem/mfem#4740.

: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] closed a pull request to flux-framework/flux-sched

View Pull Request

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

## Codecov Report…

View Comment

white238 pushed to LLNL/axom

Refactors simplicial mesh within mesh_converter utility

Fleshes out the interface to add accessors/modifier functions rather than directly accessing the mesh data.</small>

View Commit

kennyweiss reviewed a LLNL/axom pull request

Thanks @white238! …

View Review

SavannaSpayd commented on issue LLNL/RAJA#1811.

@rhornung67 Just checking in to see your thoughts on this…

View Comment

griffin28 pushed to visit-dav/visit

Added HAVE_LIBANARI and RST file updates

View Commit

psakievich pushed to spack/spack

Add include flags

View Commit

Hang-Lei-NOAA reviewed a spack/spack pull request

None

View Review

scottwittenburg commented on spack/spack

View Comment

kwryankrattiger commented on spack/spack

View Comment

opencarp-org-user opened a pull request to spack/spack

View Pull Request

cmelone commented on issue spack/spack#49989.

try posting in #pull_requests on slack…

View Comment

AlexanderRichert-NOAA commented on issue spack/spack#49889.

@Hang-Lei-NOAA @edwardhartnett please review…

View Comment

adamjstewart commented on issue spack/spack#50105.

It’s possible that some of the CMakePackage hacks for rpath need to be added to PyTorch too, which uses PythonPackage….

View Comment

alalazo commented on issue spack/spack#50103.

Removing the bug type - let’s reserve that for core bugs, until we split the builtin repo…

View Comment

v-dobrev pushed to mfem/mfem

Initial version of the ceed-solver-bps benchmark in miniapps/benchmarks

View Commit

kmittal2 pushed to mfem/mfem

minor

View Commit

najlkin pushed to mfem/mfem

Added a check of number of iterations to regression tests.

View Commit

acfisher pushed to mfem/mfem

Fixed a few locations that broke with the change in the names of Mesh variables. I don’t know why the compiler didn’t recompile those files and catch these before I pushed.

View Commit

helloworld922 pushed to mfem/mfem

started working on ParDerefineMatrixOp

View Commit

jandrej pushed to mfem/mfem

switch to PA in implicit mult

View Commit

justinlaughlin reviewed a mfem/mfem pull request

Looks good to me. Sorry for the late response; I seemed to have missed this one….

View Review

pazner opened a pull request to mfem/mfem

View Pull Request

trws commented on issue flux-framework/flux-sched#1363.

I just went and checked and it said everything is up to date, so someone did….

View Comment

cmoussa1 commented on issue flux-framework/flux-sched#1363.

Did we ever accept the new Mergify permissions for the flux-framework organization? I got an email about it a little while ago. Not sure if that has anything to do with why Mergify is acting up…

View Comment

jameshcorbett commented on issue flux-framework/flux-sched#1363.

Mergify has gone insane!…

View Comment

wihobbs commented on flux-framework/flux-core

View Comment

trws commented on issue flux-framework/flux-core#6771.

I generally agree, but it will give people a bit of a surprise if they expect to use their existing bootstrap or a site-specific cache or something. The best option is not 100% obvious unfortunately….

View Comment

garlick commented on issue flux-framework/flux-core#6771.

Although I think technically this is user error on my part, I think it wouldn’t hurt to add those env vars to the suggested runes in the docs. It’s just good hygiene. …

View Comment

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

Thank you @trws! That advice is very helpful!…

View Comment

vsoch commented on issue flux-framework/flux-core#6738.

I think we can simply just do:…

View Comment

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

## Codecov Report…

View Comment

zulugithub open issue LLNL/sundials#692.

Programm statically linked but still needs dll to run

I’m new to cmake and to sundials. I’m following the instructions for projects that use CMake in the documentation (https://sundials.readthedocs.io/en/v7.3.0/sundials/Install_link.html#cmake-projects) but changed the last line to target_link_libraries(myexec PUBLIC SUNDIALS::core_static SUNDIALS::cvode_static) and added #define SUNDIALS_STATIC_DEFINE to my test file (cvRocket_dns.c). The resulting .exe fails to run with a missing sundials_core.dll error. Changing the SUNDIALSTargets.cmake in INSTALL_DIR from …View Comment

balos1 commented on issue LLNL/sundials#692.

Hi @zulugithub. This appears to be a bug. SUNDIALS::core_static should not depend on SUNDIALS::core_shared. …

View Comment

nychiang reviewed a LLNL/hiop pull request

None

View Review

cnpetra commented on issue LLNL/hiop#713.

closed by pr #722 …

View Comment

thartland commented on issue LLNL/hiop#724.

@nychiang – I believe I have addressed all of the changes that you requested. Let me know if there is anything left for me to update….

View Comment

ebchin pushed to LLNL/axom

change int64 default to true

View Commit

gunney1 pushed to LLNL/axom

Bigger tolerance for multicycle timer test on Apple.

Needed to pass CI tests.</small>

View Commit

nselliott reviewed a LLNL/axom pull request

None

View Review

Arlie-Capps reviewed a LLNL/axom pull request

Thank you for the fix, @gunney1 ….

View Review

BradWhitlock commented on LLNL/axom

View Comment

jopotyka commented on issue LLNL/Umpire#955.

[AMD Official Use Only - Third Party] …

View Comment

davidbeckingsale commented on issue LLNL/Umpire#955.

We have a SizeLimiter strategy that would fulfill request 1. We will add this to the Fortran API….

View Comment

johnbowen42 pushed to LLNL/RAJA

Fix unit tests

View Commit

artv3 pushed to LLNL/RAJA

use UNUSED_ARG macro

View Commit

rhornung67 reviewed a LLNL/RAJA pull request

None

View Review

cmcrook5 pushed to GEOS-DEV/LvArray

Merge branch ‘feature/crook5/math’ of github.com:GEOS-DEV/LvArray into feature/crook5/math

View Commit

JustinPrivitera commented on Alpine-DAV/ascent

View Comment

cyrush open issue Alpine-DAV/ascent#1503.

project_2d + extract keeps extra topology data

use case:…View Comment

JustinPrivitera commented on visit-dav/visit

View Comment

Steven-Roberts opened a pull request to LLNL/sundials

View Pull Request

luciansmith closed issue LLNL/sundials#689.

How to upgrade to 7: what's the new error handling mechanism?

I’m updating some old code to use the latest sundials, and would appreciate some guidance. Two things I figured out, I think: I now need a ‘SunContext’ object, which I am now saving as a member variable, and setting with…View Comment

github-actions[bot] pushed to LLNL/Umpire

Apply style updates

View Commit

kab163 pushed to LLNL/Umpire

merging format updates

View Commit

Copilot commented on LLNL/Umpire

View Comment

A-RAKSHITHA opened a pull request to LLNL/SAMRAI

View Pull Request

Copilot reviewed a GLVis/glvis pull request

## Pull Request Overview…

View Review

tzanio opened a pull request to GLVis/glvis

View Pull Request

najlkin commented on issue GLVis/glvis#331.

How about #325 ? We could add at least loading of that data collections if not time navigation 🤔 …

View Comment

BenWibking commented on issue Alpine-DAV/ascent#1501.

Adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the app CMake config arguments appears to fix things for now….

View Comment

mplegendre pushed to hpc/Spindle

Merge pull request #77 from mplegendre/bugfix/noexe_err_message

Fix for printing proper error messages when running non-existant binaries under spindle</small>

View Commit

gardner48 pushed to LLNL/sundials

Bugfix: Fix spacing in some IDA(S) error messages (#690)

Add space after error message time in IDA(S)</small>

View Commit

JustinPrivitera pushed to LLNL/conduit

empty domains in root only nameschemes test

View Commit

cyrush commented on issue LLNL/conduit#1426.

Conduit’s adjset validator is also having an issue identifying….

View Comment

adayton1 reviewed a LLNL/RAJA pull request

None

View Review

YohannDudouit commented on LLNL/RAJA

View Comment

jngrad opened a pull request to LLNL/Caliper

View Pull Request

adayton1 pushed to LLNL/CARE

Update packages (#319)

  • Update RSC

  • Optimize submodule usage in GitLab.

  • Use radiuss-spack-configs version of ctest-to-junit conversion utility to avoid having to fetch BLT as a submodule.

  • Point at specific commit in Spack before compiler as nodes feature.

  • Update Spack mirror oci options syntax

  • Set BLT variable to allow mpi tests to overlap parent allocation (do not run tests on another node).</small>

View Commit

liu15 reviewed a LLNL/CARE pull request

None

View Review

emily-howell created a new branch, task/2025_4_15-1275-replay-parallel-multi-timestep-mode at Alpine-DAV/ascent

View Repository

rgommers commented on issue LLNL/zfp#210.

> Is there a way to identify which commit the zfpy wheels are linked to?…

View Comment

daboehme pushed to LLNL/Caliper

Remove threads arg from cali-query

View Commit

rfalgout reviewed a hypre-space/hypre pull request

None

View Review

victorapm opened a pull request to hypre-space/hypre

View Pull Request

rountree commented on issue hpc/Spindle#70.

no segfault ➡ segfault happens at 6e49cbbea13740….

View Comment

ltaylor16 pushed to LLNL/shroud

Merge pull request #428 from LLNL/attr-funcarg

Add attribute +funcarg</small>

View Commit

tmarrinan commented on issue LLNL/conduit#1423.

If I confirm that the underlying data is interleaved, can I just do n["x"].as_float64_ptr()? Would that be guaranteed to point to the start of the full interleaved array?…

View Comment

liu15 commented on issue LLNL/CHAI#167.

> @adayton1 I think your PR #195 is similar to this, and I prefer the fine-grained approach here. …

View Comment

GabrielNSD opened a pull request to hypre-space/hypre

View Pull Request

vdilecce open issue hypre-space/hypre#1268.

Missing </p>In HYPRE 2.33, the following files must `#include ` in order to have macros `true` and `false` defined:...</small>View Comment

ictmay commented on issue hypre-space/hypre#1265.

@victorapm @tomstitt @liruipeng Thank you all for your help with everything. I have finally figured out what is happening and this can now be closed. Ultimately the issue was mostly on my end. I’ll write up the result below….

View Comment

v-dobrev commented on issue hypre-space/hypre#1267.

I tried the build that was failing in #1266 and it works fine in this branch. Thanks!…

View Comment

liruipeng commented on issue hypre-space/hypre#1265.

> @ictmay The SetRAP2 call defaults to zero internally. It doesn’t seem to be necessary for GPUs anymore, i.e., either 0 or 1 work fine (we will need to update the documentation). However, it’s important to have hypre_BoomerAMGSetModuleRAP2 set to 1, which is also the default internally (hypre) for GPUs in case you don’t call it already in your code. cc @liruipeng

View Comment

tomstitt commented on issue hypre-space/hypre#1265.

> Thanks @ictmay I believe any version less than 2.32 will run fine for you since it doesn’t use hipMemcpyAsync

View Comment

github-actions[bot] pushed to LLNL/sundials

apply format updates

View Commit

bgunnar5 pushed to LLNL/merlin

add link to article where I found this solution

View Commit

jwillenbring open issue LLNL/SAMRAI#289.

Contribution documentation

I noticed a couple of small issues when viewing your contribution instructions. …View Comment

michaelmckinsey1 commented on LLNL/hatchet

View Comment

adrienbernede commented on issue LLNL/Caliper#647.

@daboehme CI is failing in this PR as well as on master. …

View Comment

adayton1 pushed to LLNL/CHAI

Update packages (#312)

  • Update RSC

  • Optimize submodule usage in GitLab.

  • Use radiuss-spack-configs version of ctest-to-junit conversion utility to avoid having to fetch BLT as a submodule

  • Point at specific commit in Spack before compiler as nodes feature.

  • Update Spack mirror oci options syntax

  • Set BLT variable to allow mpi tests to overlap parent allocation (do not run tests on another node).</small>

View Commit

adrienbernede pushed to LLNL/CHAI

Use ctest-to-junit from RADIUSS Spack Configs

View Commit

adrienbernede pushed to LLNL/CARE

Use ctest-to-junit from RADIUSS Spack Configs

View Commit