Issue Comment Events

Projects RADIUSS Home

brugger1 commented on issue visit-dav/visit#20255.

I think you will need to build without swr to truely get the newer instructions out of VisIt. I don’t think it’s critical since I don’t think we use it by default. I vaguely recall you need to set an environment variable to enable it. Furthermore, swr support was removed from Mesa back in December 2021, so we will need to remove it at some point if we move to a newer Mesa….

View Comment

biagas commented on issue visit-dav/visit#20255.

No, I haven’t looked into changing anything with how Mesa is built specifically. I don’t know enough about the options and whether or not changing them will affect VisIt’s behavior….

View Comment

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

Ugh! Well, I dunno if generic is sufficient. I hope it is. It sounds like it might be. Did you try disabling swr render functionality and using swrast in Mesa instead? No worries if not. It was just something ChatGPT proposed….

View Comment

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

Current behavior:…

View Comment

afzpatel commented on issue spack/spack#49611.

https://github.com/openxla/xla/commit/d92499b96bc22b7e5706195c88a3de903c5acba2 …

View Comment

tdrwenski commented on issue spack/spack#49033.

@white238 and @becker33, as we discussed, this PR now has the following logic for checking for mpiexec: …

View Comment

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

Hi @RobertMaaskant! I noticed that the following package(s) don’t yet have maintainers:…

View Comment

teaguesterling commented on issue spack/spack#49455.

I can give this a shot over the weekend as well….

View Comment

acfisher commented on issue mfem/mfem#4689.

> > @hughcars After discussing it with the team we decided to make those owned tables non pointer objects and keep the interface by returning the pointers as usual. …

View Comment

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

## Codecov Report…

View Comment

balos1 commented on issue LLNL/sundials#674.

Did you run make after running cmake? The cmake command does not build sundials, it just generates everything needed for you desired build system (make, ninja, visual studio etc.). You still must run make or other appropriate command to compile the library and create the libraries. …

View Comment

najlkin commented on issue mfem/mfem#4545.

Looking forward to it. Regarding IterativeSolverController, it is very easy. The solver calls MonitorSolution(), which gets the intermediate solution and the only thing to implement is evaluation of the norm. If it is lower than your desired threshold, just indicate convergence by setting converged = true. The solver checks that and ends the calculation. That is it 😉 ….

View Comment

hughcars commented on issue mfem/mfem#4689.

> @hughcars After discussing it with the team we decided to make those owned tables non pointer objects and keep the interface by returning the pointers as usual. …

View Comment

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

Hi @najlkin ,…

View Comment

rhornung67 commented on issue LLNL/axom#1218.

> That’s 2D Elvira running in a serial test program on 1 node, which I assume would grab one GPU….

View Comment

barracuda156 commented on issue LLNL/Umpire#833.

Well, that was two years ago, the code has changed since then, perhaps, as well as compilers….

View Comment

artv3 commented on issue LLNL/RAJA#1773.

@LLNL/raja-core , this will be an RAJA launch API breaking change. Launch will now use expt::KernelName instead of taking the const char * directly. …

View Comment

grondo commented on issue hpc/Spindle#64.

Thanks @mplegendre!…

View Comment

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

## Codecov Report…

View Comment

zekemorton commented on issue flux-framework/flux-sched#1296.

After feedback from @milroy and @trws, I reworked the structure of this code. Instead of adding a new resource type, or_slot I added a new traverser that changes the way that slots behave. Now, if you load the flexible traverser, slot will have the same behavior as or_slot as described above. …

View Comment

mcfadden8 commented on issue LLNL/scr#603.

This is likely related to #532 …

View Comment

jczhang07 commented on issue hypre-space/hypre#1222.

@waynemitchell I have an MR at https://gitlab.com/petsc/petsc/-/merge_requests/8201. You need to use the petsc branch jczhang/2025-03-14/add-hypre-sycl….

View Comment

ilumsden commented on issue LLNL/hatchet#152.

@slabasan I’m removing this from the upcoming release. The enhancements added by this PR complicate the process of building queries from the string dialect because I need to know whether or not the DataFrame has a multi-index. Given the other work I have to do, trying to get this done in time for the release is likely not feasible….

View Comment

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

Thanks for the reviews @jameshcorbett and @trws ! I can’t figure out how to coerce non-idempotent behavior (prior to the fix here) via flux resource drain <rank> so the current testing should be sufficient. …

View Comment

gzagaris commented on issue LLNL/blt#700.

> #702…

View Comment

axla-io commented on issue GLVis/glvis#328.

Thank you @tzanio ! This works like a charm!…

View Comment

tzanio commented on issue GLVis/glvis#328.

Hi @axla-io,…

View Comment

mlstowell commented on issue GLVis/glvis#327.

> > Another issue I’m seeing is that sometimes the GLVis window is empty. I believe this sometimes happens when the z-coordinates are uninitialized and the scaling of the image is not computed correctly. I was looking at setting the z-coordinate in StreamState::Extrude2D3VMeshAndSolution but I’m not sure if that’s the best solution. …

View Comment

murray55 commented on issue LLNL/maestrowf#452.

Hey Charles, Thanks for adding this issue! I think a lot of folks could benefit from this. I have several users (myself included) who are interested in breaking out pieces of their workflows into separate specifications, with one primary “driver” spec that links them all together. This would also allow users to own and maintain their specific models while allowing for a simpler handoffs of multi-step workflows….

View Comment

bgunnar5 commented on issue LLNL/merlin#494.

Updated docs for this PR can be found here: https://merlin–494.org.readthedocs.build/en/494/. The new monitor stuff (including a flow chart) is at: https://merlin–494.org.readthedocs.build/en/494/user_guide/monitoring/monitor_for_allocation/. Additionally, documentation on the new merlin database command can be found here: https://merlin–494.org.readthedocs.build/en/494/user_guide/monitoring/database/. …

View Comment

ryanadtran commented on issue LLNL/merlin#494.

I will go build your branch locally and test it….

View Comment

dependabot[bot] commented on issue LLNL/merlin-spellbook#45.

OK, I won’t notify you again about this release, but will get in touch when a new version is available. If you’d rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version….

View Comment