Open Source Heartbeat

Projects RADIUSS Home

becker33 pushed to spack/spack

remove vestigial import

View Commit

climbfuji reviewed a spack/spack pull request

Looks ok to me…

View Review

tgamblin commented on spack/spack

View Comment

micaeljtoliveira opened a pull request to spack/spack

View Pull Request

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

@rem1776 can you review this PR?…

View Comment

dylan-copeland pushed to mfem/mfem

Remove unused variables.

View Commit

tzanio pushed to mfem/mfem

Update config/config.hpp

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

View Commit

grondo open issue flux-framework/flux-sched#1182.

fluxion loses track of down nodes

We’ve seen a couple instances now where Fluxion loses track of one or more down nodes and allocates a down node to a job, which promptly fails, allocates the down node to the next job, which fails, etc. …View Comment

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

A better question is what is the configured match policy?…

View Comment

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

great, thanks! setting MWP…

View Comment

Steven-Roberts commented on LLNL/sundials

View Comment

biagas pushed to visit-dav/visit

Update the last test suite pass on pascal.

View Commit

brugger1 pushed to visit-dav/visit

Update the last test suite pass on pascal.

View Commit

AlexanderRichert-NOAA reviewed a spack/spack pull request

Successfully built on a few systems, including one using cray wrappers….

View Review

scheibelp commented on spack/spack

View Comment

jamessmillie opened a pull request to spack/spack

View Pull Request

dependabot[bot] opened a pull request to spack/spack

View Pull Request

alexrichert commented on issue spack/spack#43733.

@haampie – All I took out was the mkdirp itself. Does the rest of setup_dependent_package() still do something?…

View Comment

jonas-eschle commented on issue spack/spack#43696.

> Confirmed the homepage BUT fetching is failing so cannot confirm the sha256. …

View Comment

marchdf commented on issue spack/spack#43728.

I think the tar balls work: https://github.com/Exawind/amr-wind/releases. They are listed there. So I added the url and now you can: …

View Comment

najlkin pushed to mfem/mfem

Removed the sign change from Ct in block assembly.

View Commit

tomstitt commented on mfem/mfem

View Comment

v-dobrev commented on issue mfem/mfem#4172.

> @v-dobrev, how do you prefer to resolve the makefile conflict (due to https://github.com/mfem/mfem/pull/4214/files#diff-0c53bce8f74b4f469712caf7ce78af7f020c9700387c4739732f8acf09517fd9R173-R184 and 18cf9d7)? …

View Comment

pshriwise commented on issue mfem/mfem#3980.

Hi @owenmylotte! Thanks for the notice. I haven’t had much time to get this work, so a starting point like this is very welcome. Thank you for the invitation to your repository. I’ll be sure to have a look soon….

View Comment

pazner commented on issue mfem/mfem#3904.

Thank you for this great contribution @arotem3!!…

View Comment

owenmylotte commented on issue mfem/mfem#3980.

@pshriwise Apologies that this slipped under my radar. I’ve implemented a ray tracing routine using mfem for arbitrary convex polyhedra. It is not very mature yet (probably won’t abstract cleanly out of my code, and does not yet make use of the mfem device interface) but I can add you to the repository to see if it may be useful as a starting point. The most relevant functions live in the ‘traversal’ object, and the most recent version is on the ‘c5g7’ branch….

View Comment

mergify[bot] closed issue flux-framework/flux-sched#1150.

python/t10001-resourcegraph.py fails if correct `flux` module not in `PYTHONPATH`

The environment is not set up correctly for python/t10001-resourcegraph.py when the default PYTHONPATH doesn’t include the flux module: …View Comment

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

Dang, no dice with mergify. I’ll rework this….

View Comment

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

> LGTM! You might want to note in the commit message the source of the subflux script. (Just in case some future person wonders) …

View Comment

garlick commented on issue flux-framework/flux-sched#1176.

Sorry I should have gotten that from what you had said earlier. Yeah, there will be an N:1 mapping of ranks to hosts when …

View Comment

grondo reviewed a flux-framework/flux-core pull request

Great! LGTM….

View Review

mergify[bot] merged a pull request to flux-framework/flux-core

View Pull Request

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

View Pull Request

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

## Codecov Report…

View Comment

balos1 pushed to LLNL/sundials

add plotting files

View Commit

drreynolds opened a pull request to LLNL/sundials

View Pull Request

fiedorowicz1 pushed to LLNL/lbann

Fix to PeriodicPadding to match pytorch circular padding (#2435)

  • Fix to PeriodicPadding to match pytorch circular padding

  • Minor changes to docstring and kwargs

As batch size is implicit, remove from docstring. Remove unused “name” kwarg in function.

  • Fix test by comparing against pytorch F.pad with mode=”circular”

  • Skip test if pytorch isn’t available


Co-authored-by: Pier Fiedorowicz fiedorowicz1@llnl.gov</small>

View Commit

bvanessen reviewed a LLNL/lbann pull request

View Review

JustinPrivitera pushed to LLNL/conduit

limit meshes

View Commit

rhornung67 open issue LLNL/axom#1324.

Find polygon by intersecting tet with a plane

@adayton1 requested a method to find the polygon resulting from the intersection of a tetrahedron with a plane. This would enable EL3D to use Axom to underpin their 2D ProE shaping. Typically, ALE3D intersects a tet with the plane z = 0, obtaining a 2D polygon (dropping the z coordinate), then computes the volume of intersection of that polygon with nearby quadrilaterals….View Comment

chapman39 commented on issue LLNL/axom#1323.

I believe Serac is using a static build of adiak, so that would make sense….

View Comment

kennyweiss commented on issue LLNL/axom#1323.

A bit more context: …

View Comment

MrBurmark pushed to LLNL/RAJA

Use the higher accuracy reducer in cuda and hip reducers

View Commit

adrienbernede pushed to LLNL/RAJA

Fix: impossible to get 2 nodes on poodle

View Commit

rhornung67 commented on issue LLNL/RAJA#1630.

I believe that the compiler sees essentially the same source code whether written as a C-style for-loop or using a RAJA kernel exec method with a seq_exec policy. https://github.com/LLNL/RAJA/blob/develop/include/RAJA/policy/sequential/forall.hpp#L65 …

View Comment

adayton1 pushed to LLNL/CHAI

Update release date

View Commit

liu15 reviewed a LLNL/CARE pull request

View Review

adayton1 reviewed a LLNL/CARE pull request

LGTM…

View Review

robinson96 opened a pull request to LLNL/CARE

View Pull Request

cyrush pushed to Alpine-DAV/ascent

update to blt 0.6.2

View Commit

kmorel commented on issue Alpine-DAV/ascent#1270.

I would argue that the introduction of a new filter is more than just a patch release. We should just create a 2.2 release even if there is not a huge amount of new features….

View Comment

cyrush open issue visit-dav/visit#19462.

visit 3.4.1 crashes for xwin32 user connecting to LC

### Describe the bug …View Comment

benjaminjeliot open issue visit-dav/visit#19460.

VISIT_PLUGIN_DIR generated by xml2cmake is ignored

### Describe the bug …View Comment

gardner48 pushed to LLNL/sundials

single ticks in markdown

View Commit

adrienbernede pushed to LLNL/Umpire

Apply changes required by LC (token handling)

View Commit

artv3 pushed to LLNL/RAJA

swap ordering of index as sycl uses a c-style convection

View Commit

long58 reviewed a LLNL/RAJA pull request

View Review

johnbowen42 reviewed a LLNL/RAJA pull request

View Review

rchen20 reviewed a LLNL/RAJA pull request

View Review

yencal open issue LLNL/RAJA#1630.

Question about `seq_exec` compiler optimizations

Greetings, could someone please explain what sort of compiler optimization happens behind the scenes when one uses seq_exec? …View Comment

adrienbernede pushed to LLNL/Caliper

Apply changes required by LC (token handling)

View Commit

adrienbernede pushed to LLNL/CHAI

Apply changes required by LC (token handling)

View Commit

adrienbernede pushed to LLNL/CARE

Apply changes required by LC (token handling)

View Commit

nicolemarsaglia commented on Alpine-DAV/ascent

View Comment

vicentebolea commented on issue Alpine-DAV/ascent#1270.

> I’m not sure when we are planning to release the next version. Things slowed down quite a bit after ECP ended. I’m sure we could start the process if you could use a new release. @vicentebolea should be able to provide more details. …

View Comment

sambo57u commented on issue visit-dav/visit#19457.

What does it take to build it, say on Fedora 39 with NVIDIA drivers installed? I have a number of systems….

View Comment

markcmiller86 commented on issue visit-dav/visit#19412.

> I am constantly hitting this issue…. …

View Comment

lucpeterson reviewed a LLNL/merlin pull request

View Review

bgunnar5 created a new tag, 1.12.1 at LLNL/merlin

View Repository

ndryden reviewed a LLNL/lbann pull request

View Review

cyrush open issue LLNL/conduit#1271.

is conduit robust to drive letters like `E:/blah` on windows?

See: https://github.com/visit-dav/visit/discussions/19445…View Comment

white238 opened a pull request to LLNL/axom

View Pull Request

davidbeckingsale released v2024.02.1.

# Bug Fixes

  • Make usage of fmt header-only by default </small>View Comment

kab163 reviewed a LLNL/Umpire pull request

View Review

nselliott pushed to LLNL/SAMRAI

Merge pull request #267 from LLNL/feature/nselliott/hip-malloc

Add ENABLE_SAMRAI_DEVICE_ALLOC CMake option</small>

View Commit

adrienbernede created a new branch, woptim/shared-alloc-mpi-tests at LLNL/SAMRAI

View Repository

ammarwa opened a pull request to LLNL/Caliper

View Pull Request

rhornung67 reviewed a LLNL/CHAI pull request

Thanks @adayton1 …

View Review

davidbeckingsale reviewed a LLNL/CHAI pull request

View Review

lacrymose open issue hypre-space/hypre#1092.

ij.c fails when compiling with cuda 12.2

Hello! I complied ij.c and ran it with arguments “-solver 3 -restritype 2 -difconv -c 1.2 1.2 1e-3 -a 1000 1000 1000 -atype 3 -AIR 1 -device_id 0”. The following errors occur. Could you help me, please? …View Comment

jvwilliams23 opened a pull request to LLNL/lbann

View Pull Request

slabasan commented on issue LLNL/hatchet#123.

Try running with CALI_LOG_VERBOSITY=1 CALI_CONFIG=hatchet-sample-profile ./app and see if you are getting any errors. If you do hatchet-region-profile and run cali-query on it, is the behavior the same?…

View Comment

PhilipDeegan commented on issue LLNL/hatchet#123.

Hi @slabasan …

View Comment

adayton1 pushed to LLNL/axom

Add distance operator

View Commit

cielling commented on issue LLNL/Caliper#536.

Hi @daboehme, I wanted to check in to see when you/the Caliper team will have time to look into the append option? Thanks!…

View Comment

agcapps commented on issue LLNL/axom#1321.

Does anyone know of any other IndexType occurrences in slam or elsewhere that might need de-wrinkling?…

View Comment

ulrikeyang pushed to hypre-space/hypre

Fixed a variety of casting issues.

View Commit

daboehme pushed to LLNL/Caliper

Add trace.kokkos option for event-trace recipe

View Commit

PhilipDeegan commented on issue LLNL/Caliper#403.

thanks @daboehme !…

View Comment

lindstro commented on issue LLNL/zfp#201.

@da-wad @tasansal I want to make sure this does not fall off our radar. If either of you could help out, I would greatly appreciate it….

View Comment

bgunnar5 reviewed a LLNL/maestrowf pull request

View Review

victorapm pushed to hypre-space/hypre

Run astyle

View Commit

tbennun opened a pull request to LLNL/lbann

View Pull Request

mdavis36 pushed to LLNL/CHAI

MSPtr counter takes on ownership of the pointer record creation and lifetime.

View Commit

rfalgout reviewed a hypre-space/hypre pull request

Looks good. Thanks! …

View Review

oseikuffuor1 closed a pull request to hypre-space/hypre

View Pull Request

KleitonSchneider open issue hypre-space/hypre#1090.

Best configuration to BoomerAMG on CPUs

I am researching about simulations on petroleum reservoirs and I using Galerkin FE method, that results in linear systems. I am trying to use Hypre to solve the resulting linear systems, thats coming from unstructured meshes. The PDE system have nonlinear elliptic, hyperbolic and parabolic equations. I am looking for documents and papers about the suitable choices of parameters to BoomerAMG on CPUs, as linear solver or preconditioner. …View Comment

ltaylor16 merged a pull request to LLNL/shroud

View Pull Request

mcfadden8 pushed to LLNL/scr

Merge pull request #589 from jameshcorbett/flux-jobscripts

Add example Flux jobscripts</small>

View Commit

jameshcorbett commented on issue LLNL/scr#589.

Ok it took a lot of trial and error (some nodes just wouldn’t die on command) but I finally got a solid test of this and it seems to work! Ready for review now @mcfadden8 …

View Comment