Issue Comment Events

Projects RADIUSS Home

bfadness commented on issue mfem/mfem#2909.

I made a picture to describe the code that fills velmat in the comment above. Suppose dim = 2 and ndof2 < ndof1. Then velmat looks like …

View Comment

jwhite242 commented on issue LLNL/maestrowf#424.

> actually, just had another thought that might fit nicer, expanding it and making the value more of a ‘oneOf’ type, so either value or expression, making it more clear that there’s two types and avoiding having to do greedy parsing on things to figure it out on our end …

View Comment

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

@cyrush or @markcmiller86 Can you try this out on Mac make sure I didn’t mess things up for that platform?…

View Comment

rbberger commented on issue spack/spack#43410.

If there is no easy way around it, I’ll keep the versions pointing at master for now and move the git.<commit> parts into its own MR….

View Comment

lucbv commented on issue spack/spack#43346.

@sethrj @psakievich …

View Comment

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

## Codecov Report…

View Comment

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

Great thanks!…

View Comment

jpb3698 commented on issue flux-framework/flux-core#5836.

Got it, thank you!…

View Comment

adayton1 commented on issue LLNL/CHAI#254.

> Noooooo ! (lol) I forgot to mark it as [WIP]: typically, when updating RADIUSS Spack Configs (RSC), as long as I am referencing a commit in a RADIUSS Spack Configs PR (not main), it for testing. Then I merge in RSC, and update the related PRs in the projects. …

View Comment

cyrush commented on issue Alpine-DAV/ascent#1263.

@mvictoras thanks for this report. …

View Comment

rchen20 commented on issue LLNL/RAJA#1485.

Apart from the Intel compiler inaccuracies, there is definitely something wrong with test-tensor-matrix-*-ColMajor-ET_Subtract. When built with clang/14.0.6-magic, it looks like the tail of the vectorized computation is not being properly computed, and possibly is optimized out by the compiler in -O3 (works properly with -O0, like with Intel). I’m looking further in to the cause….

View Comment

rfalgout commented on issue hypre-space/hypre#1085.

Hi Al. Do you have a way to turn up the print level so we can get more details on this particular solve? Both of these variables are supposed to stay positive, but they might drift away from that for a variety of reasons. Some of the questions I have include: Are you using a preconditioner? If so, what are the preconditioner settings (e.g., smoother settings for AMG, etc.)? Was this a serial or parallel run? GPU or CPU? … …

View Comment

grondo commented on issue flux-framework/flux-sched#1039.

Not an issue anymore after flux-framework/flux-core#5796 is merged….

View Comment

cwschilly commented on issue LLNL/Caliper#545.

@daboehme No, it’s with no options selected: export CALI_CONFIG=runtime-report. …

View Comment

mlohry commented on issue Alpine-DAV/ascent#1261.

Another example, this time using the two pyramid connectivity example from the blueprint docs

View Comment

LiMuxing666 commented on issue hypre-space/hypre#539.

It seems I’ve figured out my issue. I’m using AMS_PCG. After careful observation, I noticed that during the iterative solving process, there are data stored in ams_data. However, it’s quite evident that I don’t want to destroy the entire ams_data. After some analysis, I realized that the matrix is the part I wish to retain. Then, I need to destroy other data within the AMSsolver, but the most crucial aspect is the BoomerAmg_data within ams_data…

View Comment

liruipeng commented on issue hypre-space/hypre#1051.

You can also turn on CUDA_LAUNCH_BLOCKING to get the correct results of the examples….

View Comment

zhoushanshanshan commented on issue hypre-space/hypre#761.

copy the files in libimageto the lib in platforms directory …

View Comment

jvwilliams23 commented on issue LLNL/lbann#2429.

Like below? …

View Comment

VictorEijkhout commented on issue hypre-space/hypre#1039.

Could I have an answer to this? I can not figure out from the install .cmake files what variables are defined….

View Comment

bgunnar5 commented on issue LLNL/merlin#469.

@lucpeterson I’m looking into the bug you mentioned now but I’m unable to reproduce. When I run a study with merlin v1.11.1 and then try to check the status with merlin v1.12.0 it just shows empty progress bars: …

View Comment

FreddieWitherden commented on issue Alpine-DAV/ascent#1259.

Going through: …

View Comment

chapman39 commented on issue LLNL/hiop#684.

I do not have permission to merge this PR, but it is finished….

View Comment

davidbeckingsale commented on issue LLNL/Umpire#877.

@adrienbernede it should be addressed by this patch: https://github.com/LLNL/radiuss-spack-configs/blob/main/packages/fmt/fmt-no-variable-initialize_10.0.0.patch but doesn’t look like it’s getting applied for IBM Clang 14.0.5: https://github.com/LLNL/radiuss-spack-configs/blob/main/packages/fmt/package.py#L97 …

View Comment

pratyai commented on issue hypre-space/hypre#161.

Hi, @gkarpa, …

View Comment

lindstro commented on issue LLNL/zfp#202.

I’m at a loss as to what’s going on here, but perhaps the following might provide some clues: …

View Comment

jw447 commented on issue LLNL/zfp#202.

Yes, my LD_LIBRARY_PATH points to …

View Comment

cameronrutherford commented on issue LLNL/hiop#684.

> Seems like I’m missing some permissions …

View Comment

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

@milroy this is ready for review whenever….

View Comment

benson31 commented on issue LLNL/lbann#2433.

I’ve traced this back to an issue with in-place operator layers. Still working on a fix. In the meantime, you can set LBANN_NO_INPLACE=1 in your runtime environment. This will have some overhead as well….

View Comment

TOMATOFGY commented on issue LLNL/zfp#229.

I think I have a terrible misunderstanding here, as I did not fully grasp the purpose of the program. Thank you for taking the time to provide a helpful response to this issue. …

View Comment

pramodk commented on issue LLNL/Caliper#529.

I think we can close this issue. @alkino provided details and helped to fix LLNL/GOTCHA/issues/142. …

View Comment

dupgit commented on issue flux-framework/flux-sched#1155.

@grondo: Thank a lot :-)…

View Comment

tasansal commented on issue LLNL/zfp#201.

I can take a stab at it after spring break this week. @lindstro, who maintains the Python wheels for ZFP?…

View Comment

pelesh commented on issue LLNL/hiop#370.

> @pelesh do you remember the context of this feature? …

View Comment

v-dobrev commented on issue GLVis/glvis#274.

> Like many visualization applications GLVis consists of multiple threads / workers that does different things, is that correct? …

View Comment

Staudey commented on issue LLNL/zfp#227.

Thanks for the heads-up! I’ll have to take another look at this because what I first thought the appveyor issue was turned out to be a red herring….

View Comment

systemed commented on issue LLNL/zfp#228.

That’s great to know - thank you. I’ll go with compressing at application startup for now, but move to deserialization when that’s available….

View Comment

altineller commented on issue GLVis/glvis#274.

> I’m not really sure if it is possible to use an SDL2 application (GLVis) inside a Qt application (your application). Maybe you can check the SDL2 forums and issues, see https://www.libsdl.org. …

View Comment

jwhite242 commented on issue LLNL/merlin#467.

Yeah, for those monolithic environments, frozen dependencies would definitely cause problems, as Lina noted. They are great for reproducible dev work, and with the github ci though where you’re only exercising merlin. Maybe worth retaining non-frozen requirements with softer and more flexible bounds for the main build system and keep the second lock file for building environments with for the devs? Maestro does this with poetry where the lock file is separate, and only really gets activated if installing with poetry, but the pip installs get the more relaxed version.

View Comment

LinaMuryanto commented on issue LLNL/merlin#467.

> Per @doutriaux1’s request: @jwhite242 @LinaMuryanto do either of you have any thoughts regarding freezing requirements for a release? Could this potentially break the WEAVE venv? …

View Comment

corbett5 commented on issue GEOS-DEV/LvArray#316.

Both have been merged, but might as well link the two comments. …

View Comment

vsoch commented on issue LLNL/maestrowf#434.

> So, bundling these two as they’re closely related. First, just to clarify and make sure we’re talking about the same thing, I was really asking about what the ‘cmd’ block in the maestro spec looks like in this mode. Currently they’re all bash, so question was aimed really at does the step definition in the maestro spec change appreciably for this mode, or is the only real difference being that the step’s cmd/script is just executing in a container vs by an hpc scheduler? …

View Comment

CamStan commented on issue LLNL/scr#587.

There is a way to tell ReadTheDocs to build doc changes from pull requests and have it as a required check before merging. I played with this a couple months ago with UnifyFS, but have yet to get it to work properly. It’s a new feature, so might be getting things ironed out still….

View Comment

dependabot[bot] commented on issue LLNL/scr#584.

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

wsheat commented on issue XBraid/xbraid#95.

Thank you for your reply. It works!…

View Comment

jbschroder commented on issue XBraid/xbraid#95.

Hi, …

View Comment