markcmiller86 commented on issue visit-dav/visit#20160.
Any chance you can attach the associated session file. The #
in the format string is odd to me and probably defeating the logic I added to try first what is specified in the format
string before using anything embedded in the actual string itself….
chu11 opened a pull request to flux-framework/flux-core
codecov[bot] commented on issue flux-framework/flux-core#6532.
## Codecov Report…
BradWhitlock open issue LLNL/axom#1481.
axom::primal::clip() for polygons is unreliable.
I was trying to clip 2 polygons (a quad and a triangle) to determine their overlap and the clip() routine sometimes makes invalid polygons, which can lead to wrong results or a crash….View Comment
cyrush pushed to visit-dav/visit
post 3 4 2 release actoins for develop (#20162)
-
post 3.4.2 release actions (#20161)
-
update ver</small>
griffin28 pushed to visit-dav/visit
First complete pass - dynamic UI
Arpan3323 commented on issue visit-dav/visit#20157.
No problem, happy to help….
kwryankrattiger pushed to spack/spack
Fix import error in CI log aggregation script (#48245)
Fix CI log aggregation script failing due to an import error.</small>
alalazo pushed to spack/spack
Turn the compiler wrapper into a package
Remove the compiler wrappers from core Spack, and move the relevant code into the “compiler-wrapper” package.</small>
toopz open issue spack/spack#48250.
Installation issue: vcftools
### Steps to reproduce the issue…View Comment
dependabot[bot] commented on issue spack/spack#47173.
A newer version of mypy exists, but since this PR has been edited by someone other than Dependabot I haven’t updated it. You’ll get a PR for the updated version as normal once this PR is merged….
adamjstewart commented on issue spack/spack#47941.
Note that #48251 disables support for building newer scipy with the classic Intel compilers. We could also do something similar with numpy and instead wait for sites to convert to the new Intel compiler family….
climbfuji commented on issue spack/spack#48252.
@alalazo Would you mind taking a look at this? I’d like to hear your opinion on the solution adopted here versus the alternative solution (see item 3 in the above list). Thanks!…
mvandenburgh commented on issue spack/spack#48245.
Oh, I didn’t realize force pushing doesn’t cancel the auto merge if you don’t make any new changes. I’ll see if this one passes and bug someone to force merge if it doesn’t :crossed_fingers: …
JonoLF commented on issue spack/spack#37804.
https://github.com/pmodels/mpich/issues/6383 the fix to this issue in mpich suggested that the issue was libtool not being in system path …
christinamigliore pushed to mfem/mfem
Fixes density profiles in poloidal SOL.
v-dobrev open issue mfem/mfem#4636.
Support `BlockLowerTriangularPreconditioner` on GPU
BlockLowerTriangularPreconditioner
currently does not support running on GPU – there are device-host “moves” that are missing, see what is done in BlockOperator
and BlockDiagonalPreconditioner
….View Comment
tzanio commented on issue mfem/mfem#4578.
Please let me know when this is ready for re-merging in next
(currently the CI is failing)…
zeroth-dev commented on issue mfem/mfem#4627.
After some additional testing, I have a question. Is it possible to fit the value of the GridFunction at the boundary? So not the tangential component, but it’s total value. In this case, that would mean that A=0 at the outer boundary (but is not zero in the entire region). …
rfalgout commented on issue hypre-space/hypre#1181.
Okay, this is all good now. Autotest is fixed and tested as well. I’ve removed all mention of ‘cmbuild’ in the repo except for one occurence in cmake.bat
that we aren’t using and I have no way to test right now anyway. Thanks for all the nice work here! This is going to be awesome!…
garlick commented on issue flux-framework/flux-sched#1321.
Thanks @milroy ! …
milroy commented on issue flux-framework/flux-sched#1321.
@garlick I’ll work on the JGF and rv1 rank
intersection and send an update when it’s ready.
…
mergify[bot] pushed to flux-framework/flux-core
Merge pull request #6525 from grondo/shell-templates
shell: support more mustache tags</small>
grondo commented on issue flux-framework/flux-core#6525.
Hm, two builders failed in t0005-exec.t
:
…
gthomascollignon opened a pull request to LLNL/zfp
balos1 pushed to LLNL/sundials
remove old section and fix tabs
gardner48 commented on issue LLNL/sundials#632.
@blaos can you take a look at the error handling and SuperLU_DIST tests on Dane? …
JustinPrivitera pushed to LLNL/conduit
Silo/Overlink I/O Careful Handling of Names (#1337)
cyrush reviewed a LLNL/conduit pull request
Thanks for these change!…
rhornung67 commented on issue LLNL/blt#714.
Thank you @tdrwenski !…
doutriaux1 opened a pull request to LLNL/axom
Merge pull request #1759 from LLNL/artv3/dynamic-forall-reductions
Add support for the new reducer interface to dynamic forall</small>
mkre open issue LLNL/Caliper#631.
MPI function declaration parsing not working with empty argument list
Hi,…View Comment
vladimir-yu-fedorov open issue GLVis/glvis#324.
Incorrect visualization of submesh transferred to mesh
Hello, …View Comment
cyrush open issue Alpine-DAV/ascent#1438.
2d camera controls
make setting views easier for 2d cases…View Comment
mlohry open issue Alpine-DAV/ascent#1437.
Some pipeline feature requests
We have some legacy capability to extract specific topologically-2D sections that have been useful, and we’d like to be able to achieve the same via ascent. In particular it’d be great to have, copying the FUN3D manual, …View Comment
ShaniMW commented on issue mfem/mfem#4633.
Thank you, @v-dobrev and @pazner, for your insights. …
codecov[bot] commented on issue flux-framework/flux-sched#1321.
## Codecov Report…
rhornung67 pushed to LLNL/RAJA
Merge branch ‘develop’ into feature/bowen/add-clang-format-v2
adrienbernede pushed to LLNL/Caliper
Update Shared CI
adrienbernede pushed to LLNL/CARE
Update Shared CI
JustinPrivitera commented on issue Alpine-DAV/ascent#1435.
num_domains is wrong in different places in the ascent info node…
nicolemarsaglia commented on issue Alpine-DAV/ascent#1435.
Those are what I had written down as well. And an xml-lite reader, but I like the first two options for colors tables better. …
thartland open issue mfem/mfem#4634.
mkl cpardiso solver when root process does not own any rows
Context – I aim to project a matrix coming from an FE discretizations to dofs defined on a surface and then use a direct solver on it (e.g., CPardiso). It happens that the root process may not own any dofs on said surface and so may not own any rows of the projected matrix. This seems to be an issue for CPardiso or perhaps in how mfem interfaces to it. …View Comment
victor-decaria-nnl commented on issue mfem/mfem#2870.
@v-dobrev #3045 looks a bit involved. I can propose a workaround PR for the time being….
grondo commented on issue flux-framework/flux-sched#1321.
Is it possible that the flux-core docker images hadn’t yet updated?…
publixsubfan reviewed a LLNL/axom pull request
LGTM 👍 Thanks for tackling this!…
kab163 commented on issue LLNL/Umpire#795.
Updated cmake command: …
R0n12 open issue LLNL/zfp#247.
NVHPC compiler failure when building
Currently we are testing the installation on TACC Vista. However, the NVHPC compiler doesn’t seem to work well with compilation….View Comment
lindstro commented on issue LLNL/zfp#247.
The CMake find_package
issue has to do with the deprecation of FindCUDA
in CMake as of version 3.27 (see #232). Any chance you can use an earlier version of CMake? I have partially updated the staging
branch to use FindCUDAToolkit
, which hopefully will address this. I will push these changes in the next few days but would like to do more testing first….
cameronrutherford opened a pull request to LLNL/hiop
adrienbernede pushed to LLNL/CHAI
Remove clang 16 targets added by mistake on ruby and poodle
victorapm pushed to GEOS-DEV/LvArray
Remove fgpu-rdc
djagodzinski commented on issue LLNL/maestrowf#430.
Hello, has there been any progress on adding support for PBS? I’m interested in using Maestro with AWS, which uses PBS. Thanks!…
mplegendre pushed to hpc/Spindle
Fix issue with spindle paths leaking into application space through ORIGIN
jwhite242 pushed to LLNL/maestrowf
Update study configuration during execution (#445)
Add the ability to change some of a study’s configuration during execution, including:
- rlimit (restart limit)
- throttle
- sleep
Implementation works like cancel, taking paths to executing study workspaces. Configuration parameters can be updated either via an interactive prompt for each study workspace given, or using explicit/repeated keyword arguments for each configuration parameter.
Current Limitations:
- rlimit is a per step configuration, but it is only set globally in current implementation
- If a study is no longer running, updating rlimit will not yet resume the study to account for any increases
Adds termynal to the docs to improve readability of interactive cli commands and their outputs</small>
molohov commented on issue LLNL/maestrowf#424.
Any chance of moving this along? I would love to have DFS implemented for our use case….
adrienbernede pushed to LLNL/Umpire
Test using radiuss-spack-testing registry with per sys-type subdirectory
davidbeckingsale created a new branch, feature/mpi3-shmem at LLNL/Umpire
bmhan12 pushed to GEOS-DEV/LvArray
Bump gcc version for C++20 warnings
tzanio pushed to GLVis/glvis
fix some compiler issues
rrsettgast pushed to GEOS-DEV/LvArray
update LC path (#339)
This release fixes an issue building Caliper with libunwind support on ARM.View Comment
justinlaughlin commented on issue GLVis/glvis#289.
Should this be squashed before merging? There is a lot of commits….
fix reallocation for pinned memory. (#292)
- Pinned and unified memory fixes
Co-authored-by: Alan Dayton dayton8@llnl.gov</small>
robinson96 opened a pull request to LLNL/CHAI
BradWhitlock open issue LLNL/conduit#1336.
Improve sphinx documentation for fields.
The field documentation is not adequate for mixed-material fields….View Comment
samuelpmish open issue LLNL/blt#711.
Surprising behavior with FetchContent
If I have a simple CMake project …View Comment
github-actions[bot] pushed to LLNL/Umpire
Apply style updates
jessdagostini commented on issue LLNL/Caliper#629.
I put a topdown.all
trial to run yesterday night, before leaving lab. For my surprise, it is still running.
…
ilumsden commented on issue LLNL/Caliper#629.
Oh, I didn’t realize that about topdown-counters
. I can remove those….
wrtobin commented on issue GEOS-DEV/LvArray#338.
misclick…
cmcrook5 created a new branch, feature/crook5/math at GEOS-DEV/LvArray
MelReyCG pushed to GEOS-DEV/LvArray
uncrustify