Open Source Heartbeat

Projects RADIUSS Home

bernhardkaindl pushed to spack/spack

py-olcf-velocity: new package (#47215)

  • Add package py-olcf-velocity

  • Removed trailing newline

  • Fixed packages description line length


Co-authored-by: Asa Rentschler rentschleraj@ornl.gov</small>

View Commit

spackbot created a new tag, develop-2024-10-27 at spack/spack

View Repository

tzanio reviewed a mfem/mfem pull request

Thank you for the fix, @dylan-copeland !…

View Review

tzanio commented on issue GLVis/glvis#318.

Discussion continued in https://github.com/mfem/mfem/pull/4539…

View Comment

JustinPrivitera pushed to visit-dav/visit

in the middle of adding tests

View Commit

markcmiller86 closed issue visit-dav/visit#19501.

Silo support for PeriodicDomList and PeriodicBndList

### Describe the bug …View Comment

tech-91 reviewed a spack/spack pull request

None

View Review

beatreichenbach opened a pull request to spack/spack

View Pull Request

vicentebolea opened a pull request to spack/spack

View Pull Request

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

@tech-91 can you review this PR?…

View Comment

helloworld922 reviewed a mfem/mfem pull request

It looks like for the CPU version run with the new algorithm the only part which is significantly slower is H1 R fwd Mult and MultT, by a factor of 2.8x. …

View Review

najlkin commented on issue mfem/mfem#4545.

It seems that GMRES does not converge, which indicates it is a pretty hard problem indeed and the simple approach of example 5 is not ideal. Two things to it:…

View Comment

jandrej commented on issue mfem/mfem#4483.

> For me, a much cleaner solution would be to make some virtual method of IterativeSolver, let us say CheckConvergence(), which would do the classical check of the norm, but the user could override it in a derived class from the solver to include some custom stopping criterion 👍 . …

View Comment

github-advanced-security[bot] commented on flux-framework/flux-core

View Comment

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

View Pull Request

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

## Codecov Report…

View Comment

drreynolds pushed to LLNL/sundials

Formatting

View Commit

gardner48 commented on LLNL/sundials

View Comment

gunney1 open issue LLNL/axom#1458.

Deep copying `View` should always use allocator id of parent

There are 2 ways to deep copy data into a sidre::View, and they should allocate array data the same way. …View Comment

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

This issue is specific to periodic meshes. …

View Comment

v-dobrev reviewed a mfem/mfem pull request

None

View Review

artv3 commented on mfem/mfem

View Comment

pazner commented on mfem/mfem

View Comment

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

Hi @mlstowell , …

View Comment

mlstowell commented on issue mfem/mfem#4545.

Hi, @mdavids-cfs, …

View Comment

NikhilPurbey commented on issue mfem/mfem#4536.

Hi @Raghavendra0117, …

View Comment

cyrush commented on issue mfem/mfem#4547.

@mlstowell can you provide the output file you saved from mesh explorer? Then I can test with newer VisIt and debug if necessary. …

View Comment

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

## Codecov Report…

View Comment

mergify[bot] pushed to flux-framework/flux-core

Merge pull request #6390 from grondo/journal-consumer-fixup

python: usability improvements for JournalConsumer class</small>

View Commit

kkier commented on issue flux-framework/flux-core#6391.

> Sorry I misunderstood! Just wanted to throw that sort of niche edge case in there. …

View Comment

wihobbs commented on issue flux-framework/flux-core#6391.

Sorry I misunderstood! Just wanted to throw that sort of niche edge case in there….

View Comment

chu11 commented on issue flux-framework/flux-core#6370.

as an aside, I looked into using “negative credits” to get the flux-exec stdin going faster. For the moment, decided not to add it. It would require some “did I send the first wave of data” flags, and didn’t think it super worth it….

View Comment

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

Thanks @wihobbs! I actually just pushed one more doc update here: A note/warning about calling start() multiple times. …

View Comment

Steven-Roberts pushed to LLNL/sundials

Moved duplicated SUNStepper overview to shared folder

View Commit

ltaylor16 pushed to LLNL/shroud

Merge pull request #385 from LLNL/move-to-meta

Add meta[“abstract”]</small>

View Commit

adayton1 commented on LLNL/Umpire

View Comment

adrienbernede pushed to LLNL/RAJA

From RSC: Set both ENABLE_SYCL and RAJA_ENABLE_SYCL

View Commit

daboehme pushed to LLNL/Caliper

Refactors topdown service to support multiple types of calculations and adds support for Sapphire Rapids (#576)

  • Reimplements the IntelTopdown service to support both Haswell/Broadwell calculations and Sapphire Rapids/Emerald Rapids calculations

  • Adds infrastructure to update builtin_option_specs based on features like architecture support

  • Adds conditional behavior to topdown service and builtin option specs based on architecture specified at configure time

  • Splits TopdownCalculator and subclasses into own files to simplify implementation

  • Adds a ‘disable_multiplexing’ configuration to the Papi service and use that configuration in the topdown service

  • Checks whether PAPI uses rdpmc on SPR in the topdown service

  • Reworks SPR topdown implementation to use rdpmc-style values instead of raw counter values

  • Updates option spec for SPR topdown and adds instruction comments for making new topdown calculators

  • Adds a CMake flag to let users tell us if PAPI is built to use rdpmc or not

  • Disables multiplexing in topdown-counters

  • Adds comments describing the expected behavior of the virtual methods in TopdownCalculator</small>

View Commit

ilumsden commented on issue LLNL/Caliper#576.

@daboehme I’ve worked that change into the PR. I did have to make one small change to that mechanism to handle architecture detection. I had to move where builtin_option_specs_list gets populated from global scope to the constructor of ConfigManagerImpl due to having to do string comparison (which is extremely difficult to do at compile time in C++11)….

View Comment

emily-howell pushed to Alpine-DAV/ascent

Merge branch ‘develop’ of github.com:Alpine-DAV/ascent into task/2024_10-error-not-forwarded-as-a-exception

View Commit

rfalgout pushed to hypre-space/hypre

Added some comments to sstruct_matmult.c

View Commit

mplegendre pushed to hpc/Spindle

Fix gcc warnings from unused return values

View Commit

milroy commented on issue flux-framework/flux-sched#1292.

> Would you agree @milroy? …

View Comment

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

It sounds like the complexity favors doing the unconditional full cancel, and the performance doesn’t really push away from that much either. Would you agree @milroy? If so, then lets do that. I have a feeling we should keep this in mind as we think through what we want to do when evolving the planner setup….

View Comment

mcfadden8 reviewed a LLNL/scr pull request

Ooof! Nice catch!!…

View Review

jameshcorbett opened a pull request to LLNL/scr

View Pull Request

bgunnar5 pushed to LLNL/merlin

Adding Several New Unit Tests (#490)

  • remove a merge conflict statement that was missed

  • add pytest coverage library and add sample_index coverage

  • run fix style and add module header

  • add tests for encryption modules

  • add unit tests for util_sampling

  • run fix-style and fix typo

  • create directory for context managers and fix issue with an encryption test

  • add a context manager for spinning up/down the redis server

  • fix issue with path in one test

  • rework CONFIG functionality for testing

  • refactor config fixture so it doesn’t depend on redis server to be started

  • split CONFIG fixtures into rabbit and redis configs, run fix-style

  • add unit tests for broker.py

  • add unit tests for the Config object

  • update CHANGELOG

  • make CONFIG fixtures more flexible for tests

  • add tests for results_backend.py

  • fix lint issues for most recent changes

  • fix filename issue in setup.cfg and move celeryadapter tests to integration suite

  • add ssl filepaths to mysql config object

  • add unit tests for configfile.py

  • add tests for the utils.py file in config/

  • create utilities file and constants file

  • move create_dir function to utils.py

  • add tests for merlin/examples/generator.py

  • run fix-style and update changelog

  • add a ‘pip freeze’ call in github workflow to view reqs versions

  • re-delete the old config test files

  • fix tests/bugs introduced by merging in develop

  • add a unit test file for the dumper module

  • begin work on server tests and modular fixtures

  • start work on tests for RedisConfig

  • add tests for RedisConfig object

  • add tests for RedisUsers class

  • change server fixtures to use redis config files

  • add tests for AppYaml class

  • final cleanup of server_utils

  • fix lint issues

  • parametrize setup examples tests

  • sort example output

  • ensure directory is changed back on no outdir test

  • sort the specs in examples output

  • fix lint issues

  • start writing tests for server config

  • add pytest coverage library and add sample_index coverage

  • run fix style and add module header

  • add tests for encryption modules

  • add unit tests for util_sampling

  • run fix-style and fix typo

  • create directory for context managers and fix issue with an encryption test

  • add a context manager for spinning up/down the redis server

  • fix issue with path in one test

  • rework CONFIG functionality for testing

  • refactor config fixture so it doesn’t depend on redis server to be started

  • split CONFIG fixtures into rabbit and redis configs, run fix-style

  • add unit tests for broker.py

  • add unit tests for the Config object

  • update CHANGELOG

  • make CONFIG fixtures more flexible for tests

  • add tests for results_backend.py

  • fix lint issues for most recent changes

  • fix filename issue in setup.cfg and move celeryadapter tests to integration suite

  • add ssl filepaths to mysql config object

  • add unit tests for configfile.py

  • add tests for the utils.py file in config/

  • create utilities file and constants file

  • move create_dir function to utils.py

  • add tests for merlin/examples/generator.py

  • run fix-style and update changelog

  • fix tests/bugs introduced by merging in develop

  • add a unit test file for the dumper module

  • begin work on server tests and modular fixtures

  • start work on tests for RedisConfig

  • add tests for RedisConfig object

  • add tests for RedisUsers class

  • change server fixtures to use redis config files

  • add tests for AppYaml class

  • final cleanup of server_utils

  • fix lint issues

  • parametrize setup examples tests

  • sort example output

  • ensure directory is changed back on no outdir test

  • sort the specs in examples output

  • fix lint issues

  • start writing tests for server config

  • bake in LC_ALL env variable setting for server cmds

  • add tests for parse_redis_output

  • fix issue with scope of fixture after rebase

  • run fix-style

  • split up create_server_config and write tests for it

  • add tests for config_merlin_server function

  • add tests for pull_server_config

  • add tests for pull_server_image

  • finish writing tests for server_config.py

  • add tests for server_commands.py

  • run fix-style

  • update README for testing directory

  • update the temp_output_directory to include python version

  • mock the open.write to try to fix github CI

  • ensure config dir is created

  • update CHANGELOG

  • add print of exception to OSError catch in pull_server_image

  • change name of config_file in test that’s failing

  • update CHANGELOG

  • add Ryan and Joe’s suggestions

  • update tests to use newly named functions

  • fix linter issue</small>

View Commit

rhornung67 created a new branch, bugfix/rhornung67/fix-rajaperf-package at LLNL/RAJA

View Repository

av-novikov pushed to GEOS-DEV/LvArray

Uncrustify formatting

View Commit

ondrejchrenko commented on issue hypre-space/hypre#1131.

Dear HYPRE developers, I would appreciate some additional feedback. …

View Comment

jcs15c pushed to LLNL/axom

Merge branch ‘feature/spainhour/nurbs_support’ of github.com:LLNL/axom into feature/spainhour/nurbs_support

View Commit

agcapps commented on LLNL/axom

View Comment

BradWhitlock open issue LLNL/axom#1457.

CLI11 warnings on BlueOS+CUDA.

These warnings were reported by the Ares team and they would like them to be corrected. It looks like they are building on BlueOS with CUDA enabled. …View Comment

bmhan12 created a new branch, feature/han12/toss_4_cray_devtools at LLNL/axom

View Repository

mvictoras opened a pull request to Alpine-DAV/ascent

View Pull Request

victorapm pushed to hypre-space/hypre

Tux regression fixes (#1165)

Tux regression fixes and astyle</small>

View Commit

wangmin239 commented on issue hypre-space/hypre#1127.

@victorapm Thanks your response, the root cause of the problem was found out. The AMG algorithm was misused by me….

View Comment

BradWhitlock pushed to LLNL/conduit

Merge pull request #1327 from LLNL/bugfix/whitlock/point_query_tags

Fixes for tags that affected PointQuery on some systems.</small>

View Commit

cyrush commented on issue LLNL/conduit#1329.

@mzf-guest this is great! …

View Comment

rhornung67 merged a pull request to LLNL/axom

View Pull Request

long58 reviewed a LLNL/RAJA pull request

None

View Review

artv3 reviewed a LLNL/RAJA pull request

None

View Review

robinson96 open issue LLNL/RAJA#1757.

rocprim scan calls through RAJA's API end up on a different stream than other kernel calls.

Describe the bugView Comment

tomstitt open issue LLNL/RAJA#1756.

Runtime memory policy for multireducers

Is your feature request related to a problem? Please describe.View Comment

adayton1 commented on issue LLNL/RAJA#1742.

We would need reference counting in events since multiple CHAI ManagedArrays would track the same event….

View Comment

cyrush pushed to Alpine-DAV/ascent

add ascent transform filter (#1403)

  • add ascent transform filter

  • docs improve toc tree for filters

  • add test file</small>

View Commit

koning reviewed a LLNL/merlin pull request

None

View Review

ryannova reviewed a LLNL/merlin pull request

None

View Review

lucpeterson reviewed a LLNL/merlin pull request

None

View Review

agcapps pushed to LLNL/conduit

Add output to complete docs

View Commit

white238 pushed to LLNL/blt

Merge pull request #708 from LLNL/bugfix/white238/nan_gtest

Add warning flag to silence warning promoted to error in IntelLLVM</small>

View Commit

kennyweiss reviewed a LLNL/blt pull request

None

View Review

rhornung67 reviewed a LLNL/blt pull request

None

View Review

adayton1 reviewed a LLNL/blt pull request

LGTM…

View Review

adrienbernede commented on issue LLNL/Caliper#593.

@daboehme any idea what could be causing this ? …

View Comment

kiendangtor commented on issue hypre-space/hypre#1155.

Thanks @victorapm …

View Comment

jameshcorbett reviewed a flux-framework/flux-sched pull request

LGTM I think, also confirmed it fixes the error in flux-coral2 that https://github.com/flux-framework/flux-coral2/pull/208 adds a check for (which is pretty much the same as the test added in this PR, so nothing too new)….

View Review

mzf-guest opened a pull request to LLNL/conduit

View Pull Request

justinlaughlin pushed to GLVis/glvis

trying to compile core palettes ahead of time (wip)

View Commit

TobyFlynn commented on issue Alpine-DAV/ascent#1389.

Thank you for looking at this! I’ve just tested the latest develop branch on Alps and I’m now seeing the following warning (but it does produce the PNG without crashing): …

View Comment

fiedorowicz1 pushed to LLNL/lbann

Further IO improvements (#2477)

View Commit

bvanessen created a new tag, 2024_10_17_v0.105_pre_release at LLNL/lbann

View Repository

JustinPrivitera commented on issue LLNL/conduit#1322.

Document all of it where Arlie has documented here: #1328…

View Comment

nicolemarsaglia reviewed a Alpine-DAV/ascent pull request

None

View Review

tbennun reviewed a LLNL/lbann pull request

None

View Review

adayton1 merged a pull request to LLNL/CARE

View Pull Request

lindstro pushed to LLNL/zfp

Correct CUDA version for Lassen tests

View Commit

Fr4nk1inCs commented on issue LLNL/zfp#243.

Thanks for the explaination….

View Comment

CamStan pushed to LLNL/scr

scr_run: fix missing import

Problem: scr_run is missing a print_usage import.

Fix it.</small>

View Commit

rchen20 pushed to LLNL/RAJA

Merge pull request #1752 from LLNL/bugfix/chen59/omptnewredfixes

Fixes for OpenMP Target</small>

View Commit

PhilipDeegan commented on issue LLNL/SAMRAI#93.

closed by #277…

View Comment

MrBurmark reviewed a LLNL/RAJA pull request

None

View Review

PhilipDeegan opened a pull request to LLNL/Caliper

View Pull Request

liu15 reviewed a LLNL/CARE pull request

None

View Review

dtaller reviewed a LLNL/CARE pull request

None

View Review

gberg617 reviewed a LLNL/CARE pull request

None

View Review

JonLangdon commented on issue GLVis/glvis#318.

@dylan-copeland Confirmed. The bug is resolved on the ncmesh-attr branch. Thank you!…

View Comment

dylan-copeland commented on issue GLVis/glvis#318.

@JonLangdon can you please let us know if branch ncmesh-attr works for you? This sets the element attributes in NCMesh. Since this is an MFEM bug, not glvis, you should only need to rebuild MFEM, not glvis. …

View Comment

corbett5 pushed to GEOS-DEV/LvArray

Fixed silly test bugs on Lassen.

View Commit

davidbeckingsale commented on LLNL/blt

View Comment