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>
BradWhitlock pushed to visit-dav/visit
Fix export of mixed shapes that contain polygons. Fix reading them too.
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….
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….
mergify[bot] closed a pull request to flux-framework/flux-sched
codecov[bot] commented on issue flux-framework/flux-sched#1368.
## Codecov Report…
Refactors simplicial mesh within mesh_converter utility
Fleshes out the interface to add accessors/modifier functions rather than directly accessing the mesh data.</small>
kennyweiss reviewed a LLNL/axom pull request
Thanks @white238! …
SavannaSpayd commented on issue LLNL/RAJA#1811.
@rhornung67 Just checking in to see your thoughts on this…
griffin28 pushed to visit-dav/visit
Added HAVE_LIBANARI and RST file updates
psakievich pushed to spack/spack
Add include flags
opencarp-org-user opened a pull request to spack/spack
cmelone commented on issue spack/spack#49989.
try posting in #pull_requests on slack…
AlexanderRichert-NOAA commented on issue spack/spack#49889.
@Hang-Lei-NOAA @edwardhartnett please review…
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….
alalazo commented on issue spack/spack#50103.
Removing the bug type - let’s reserve that for core bugs, until we split the builtin
repo…
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.
helloworld922 pushed to mfem/mfem
started working on ParDerefineMatrixOp
justinlaughlin reviewed a mfem/mfem pull request
Looks good to me. Sorry for the late response; I seemed to have missed this one….
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….
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…
jameshcorbett commented on issue flux-framework/flux-sched#1363.
Mergify has gone insane!…
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….
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. …
grondo commented on issue flux-framework/flux-core#6771.
Thank you @trws! That advice is very helpful!…
vsoch commented on issue flux-framework/flux-core#6738.
I think we can simply just do:…
codecov[bot] commented on issue flux-framework/flux-core#6558.
## Codecov Report…
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
. …
cnpetra commented on issue LLNL/hiop#713.
closed by pr #722 …
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….
Arlie-Capps reviewed a LLNL/axom pull request
Thank you for the fix, @gunney1 ….
jopotyka commented on issue LLNL/Umpire#955.
[AMD Official Use Only - Third Party] …
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….
johnbowen42 pushed to LLNL/RAJA
Fix unit tests
cmcrook5 pushed to GEOS-DEV/LvArray
Merge branch ‘feature/crook5/math’ of github.com:GEOS-DEV/LvArray into feature/crook5/math
cyrush open issue Alpine-DAV/ascent#1503.
project_2d + extract keeps extra topology data
use case:…View Comment
Steven-Roberts opened a pull request to LLNL/sundials
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
kab163 pushed to LLNL/Umpire
merging format updates
A-RAKSHITHA opened a pull request to LLNL/SAMRAI
Copilot reviewed a GLVis/glvis pull request
## Pull Request Overview…
tzanio opened a pull request to GLVis/glvis
najlkin commented on issue GLVis/glvis#331.
How about #325 ? We could add at least loading of that data collections if not time navigation 🤔 …
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….
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>
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>
JustinPrivitera pushed to LLNL/conduit
empty domains in root only nameschemes test
cyrush commented on issue LLNL/conduit#1426.
Conduit’s adjset validator is also having an issue identifying….
jngrad opened a pull request to LLNL/Caliper
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>
emily-howell created a new branch, task/2025_4_15-1275-replay-parallel-multi-timestep-mode at Alpine-DAV/ascent
rgommers commented on issue LLNL/zfp#210.
> Is there a way to identify which commit the zfpy wheels are linked to?…
daboehme pushed to LLNL/Caliper
Remove threads arg from cali-query
victorapm opened a pull request to hypre-space/hypre
rountree commented on issue hpc/Spindle#70.
no segfault ➡ segfault happens at 6e49cbb
➡ ea13740
….
ltaylor16 pushed to LLNL/shroud
Merge pull request #428 from LLNL/attr-funcarg
Add attribute +funcarg</small>
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?…
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. …
GabrielNSD opened a pull request to hypre-space/hypre
vdilecce open issue hypre-space/hypre#1268.
Missing
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….
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!…
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…
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
…
github-actions[bot] pushed to LLNL/sundials
apply format updates
bgunnar5 pushed to LLNL/merlin
add link to article where I found this solution
jwillenbring open issue LLNL/SAMRAI#289.
Contribution documentation
I noticed a couple of small issues when viewing your contribution instructions. …View Comment
adrienbernede commented on issue LLNL/Caliper#647.
@daboehme CI is failing in this PR as well as on master. …
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>
adrienbernede pushed to LLNL/CHAI
Use ctest-to-junit from RADIUSS Spack Configs
adrienbernede pushed to LLNL/CARE
Use ctest-to-junit from RADIUSS Spack Configs