tzanio commented on issue mfem/mfem#5198.
is this ready-for-review?…
chu11 open issue flux-framework/flux-core#7278.
no way to easily write raw value to KVS with python bindings?
There doesn’t seem to be a way to write a “raw” value to the kvs with the current KVS bindings, or I couldn’t figure out how to easily do it. I had to write this function:…View Comment
garlick commented on issue flux-framework/flux-core#7292.
Oh, hey, didn’t we have a problem a while back where the flux systemd instance was getting killed when someone logged in and out of a node? I thought we had a workaround in place for that, but don’t recall the details. Maybe the 90s default stop timeout is in effect for the system unit that contains the user instance?…
grondo commented on issue flux-framework/flux-core#7292.
A quick test on Tuolumne shows this is working in the basic case. I simulated an unkillable process by attaching gdb to the job shell then canceled the job….
markcmiller86 commented on issue visit-dav/visit#20752.
Ok, so both the HDF5 and Silo build failures are fixed by specifing -DMPI_HOME:STRING=/path/to/mpi/install/home. Now, Silo of course DOES NOT REQUIRE mpi. But, it does a find_package() on HDF5 and that will fail if the HDF5 it is finding depends on MPI but there is nothing telling Silo where to find MPI.
…
becker33 commented on issue spack/spack#51835.
@alalazo thanks! I’ve included it now…
jeremylt commented on issue openjournals/joss-reviews#8388.
My apologies, I was trying to wait for the libCEED release to finish, but unfortunately that became a much longer wait than I expected. I will proceed one way or another with a new Ratel release by next Friday no matter what libCEED does….
wihobbs commented on issue flux-framework/flux-core#7289.
> Actually, would it address this issue if we got rid of the names and affiliations in the list and just left the github IDs? …
cyrush commented on issue visit-dav/visit#20782.
We reviewed the error. The logic detects the case where int could cause badness and handles this with an error message. So the generic integer to int logic is ok, we can remove the #error.
…
alecbcs commented on issue spack/spack#51854.
Yep! Thanks for the suggestion @haampie. This works with ghcr.io/spack/centos7:
…
hppritcha commented on issue open-mpi/ompi#12979.
some notes on this. this doesn’t seem to be a problem with partial finalization in some ranks verses others. when the hang occurs I observe some process stuck in waiting for completion of the PMIx_fence_nb near the beginning of finalization while others are stuck in some waitall (on several hundred requests per call) within the application….
BradWhitlock closed issue llnl/axom#1599.
Update fmt version.
There was a report of a lot of warnings being issued from fmt….View Comment
markcmiller86 commented on issue llnl/H5Z-ZFP#159.
> I see. So let me sure I get this right. The use case we’re discussing is when an application like Matlab knows nothing about zfp or H5Z-ZFP (e.g., it has not been linked against those libraries), but instead relies on the HDF5 library to invoke zfp. This is done by having the application/user set the filter number (32013) and enough cd_values to specify zfp compression mode and parameters. The HDF5 library will then, when encountering the filter number, dynamically load the H5Z-ZFP and zfp libraries, which will encode additional cd_values (the zfp header) and then compress the data. Did I get that right?…
adayton1 commented on issue llnl/CARE#364.
Can you update the title? Nvm, I got it….
vsoch closed issue converged-computing/mcp-server#1.
Design for a config
The configuration is what drives a custom server. To start, let’s expose what the library already has….View Comment
cbritopacheco commented on issue cbritopacheco/rodin#162.
@copilot Try this solution:…
markcmiller86 commented on issue HDFGroup/hdf5#6153.
It may be useful to adopt a string format standard for stringified filter params instead of allowing each filter to define syntax for the param strings. So, instead of "mode=rate; rate=3.5", a json string "{"mode":"rate","rate":3.5}" or maybe YAML, {mode: rate, rate: 3.5}….
jeremylt commented on issue CEED/libCEED#1917.
Thoughts - Do we also want CeedObjectDestroy ? (Easy to add) And do we want the view tabs to be added to the CeedObject? I’m thinking yes for both …
vsoch commented on issue vsoch/zenodo-validator#5.
Thanks @ax3l !…
bgunnar5 commented on issue llnl/merlin#597.
@doutriaux1 gave the nod of approval to go ahead and merge this…
adayton1 commented on issue llnl/axom#1772.
It might be helpful to add some kind of readme containing the compiler errors encountered and which patches fix them with an explanation….
imguoguo open issue imguoguo/NanoKVM-USB#4.
cmoussa1 open issue flux-framework/flux-accounting#806.
feat.: add bash completions to flux-accounting
> Just a thought but would command completions like flux-core’s be another way to solve this problem? …View Comment
wihobbs open issue flux-framework/flux-accounting#806.
feat.: add bash completions to flux-accounting
> Just a thought but would command completions like flux-core’s be another way to solve this problem? …View Comment
adayton1 commented on issue python-gitlab/python-gitlab#3322.
It looks like there is an abandoned attempt: https://github.com/python-gitlab/python-gitlab/pull/2552/files…
jbschroder commented on issue pyamg/pyamg#459.
Update: Consider…
brendankeith commented on issue mfem/web#305.
Hopefully by tomorrow
balos1 open issue llnl/sundials#810.
Solver recommendation for large advection-diffusion (500k cells)
adrienbernede commented on issue llnl/radiuss-shared-ci#66.
@tdrwenski could you please add a changelog entry?…
astrophpeter commented on issue llnl/popclass#81.
Thanks, can you add a short description in the docs about these new datasets? …
grondo commented on issue flux-framework/flux-security#207.
Done. …
wihobbs commented on issue codecov/feedback#665.
@asmacdo A while back I tried to chase down a rabbit hole of looking in our organization’s audit log for what event might trigger codecov to run again 90 days later, but we never quite figured it out….
acfisher commented on issue mfem/mfem#5116.
@dylan-copeland Thank you for the through review. I believe I have addressed all of your comments and have updated the code accordingly….
JustinPrivitera commented on issue llnl/conduit#1496.
we will want this to be as fast as possible, so we will want to write three converters, one from each specset representation to silo. Ignore the comment in the code….
tgamblin commented on issue andrew/nesbitt.io#34.
I could add more – lemme know if any of these seem interesting. …
hppritcha commented on issue open-mpi/ompi#12278.
is this PR still being worked on or should it be closed?…
balos1 commented on issue llnl/sundials#809.
> Or should we switch to the clang-format installed in the github runner image? ubuntu-latest should have 16.0.6, 17.0.6, and 18.1.3 installed.
…
vsoch commented on issue hpsfoundation/tac#61.
I forgot that we also have the Flux Locator map!
vsoch commented on issue hpc-social/jobs#29.
I still don’t see it in the Google Sheet, and there must be an issue with submitting this form (that is shown in your browser console of that page). To bypass that (and see it more directly) please use the Google Form directly:…
vsoch closed issue flux-framework/flux-core#7272.
[python sdk] job listing tuple with empty second entry
This is a question. Let’s say we use flux kvs to set a bunch of snacks:…View Comment
garlick commented on issue flux-framework/flux-core#7260.
This test is repeatedly failing in alpine. I thought this was a known test issue but maybe this PR has somehow made it worse. Anyway, further investigation is probably warranted. …
chu11 commented on issue flux-framework/flux-core#7272.
list_all() appears to return a tuple of files and directories. So the second list is simply the list of directories in that directory, which in this case is no directories, thus an empty list….
cyrush commented on issue visit-dav/visit#20784.
bv test failed b/c the container ran out of space. Sounds like we arrived at a resource wall….
markcmiller86 commented on issue visit-dav/visit#20752.
Ok, so that is the build of HDF5-2.0.0 then via bv_hdf5.sh. I thought I copied that logic verbatim from bv_conduit.sh. What was your build_visit command-line and env?…
cyrush open issue spack/spack#51831.
spack bootstrap issue with gpg2
### Steps to reproduce…View Comment
v-dobrev commented on issue mfem/mfem#5134.
One additional issue: the sample run …
tzanio commented on issue mfem/mfem#5134.
@IdoAkkerman – can you take a look at this
jandrej commented on issue mfem/mfem#4551.
Closing because this was merged through separate smaller PR’s….
cyrush commented on issue llnl/uberenv#124.
closing #155 should be used instead. …
cyrush commented on issue llnl/conduit#1495.
``` …
tgamblin commented on issue llnl/Umpire#1046.
@adayton1: …
cyrush commented on issue llnl/H5Z-ZFP#159.
@markcmiller86 that sounds great to me, much simpler way to provide options…
markcmiller86 commented on issue llnl/H5Z-ZFP#159.
@brtnfld I like the idea of HDF5 library offering a string-based way of controlling filters….
garlick commented on issue flux-framework/flux-security#207.
It looks like cgroup_info_create() will fail (and this is immediately fatal to the IMP) if we set the cgroup->unified flag wrong, so just running a job and for extra credit, sending it a signal ought be a sufficient test. Correct me if I’m wrong!
…
chu11 commented on issue flux-framework/flux-security#207.
just re-pushed. I split your change into two commits to mirror my original two fixes (checking the wrong FS, and the not erroring out if the unified dir doesn’t exist). I listed you as co-author in the commit message. So we should get someone else to review and approve….
wihobbs commented on issue flux-framework/flux-core#7270.
If you’re a member of the core team on GitHub, you automatically have write/maintainer access to a bunch of the repositories in the flux-framework org (see flux-pam MAINTAINERS.md).
…
cmoussa1 commented on issue flux-framework/flux-core#7270.
Do we have more than one MAINTAINERS.md document other than flux-core? I’m not sure.
cmoussa1 open issue flux-framework/flux-accounting#802.
`delete-bank` with `--force` doesn't propagate usage up to parent bank(s)
While working on #801, I noticed that when a bank is deleted with --force, the change in job usage reflected in the rest of the hierarchy is not immediately affected. For example, if I have the following hierarchy:…View Comment
garlick commented on issue flux-framework/flux-accounting#803.
CONTRIBUTING.md was updated in flux-core with the governance and CoC RFCS if you want to pull that in too….
vsoch commented on issue flux-framework/.github#5.
No worries! I think repository specific files might be in order given that we have different maintainers in different repositories. We can definitely change our strategy after this initial first shot….
garlick commented on issue flux-framework/.github#5.
Oh sorry I missed this and started mindlessly making copies. I guess at least the short term requirement is met and we have space to sort out a longer term plan….
cyrush commented on issue Alpine-DAV/ascent#1650.
Does image_prefix help instead of image_name ?…
btalamini open issue llnl/smith#1517.
Avoid copying stiffness matrix for adjoint solves
We currently ask the stiffness matrix for its transpose, which allocates another sparse matrix. Now that we have a differentiable solver abstraction, we could have the adjoint solve use the action of the transpose, say using the MFEM TransposeOperator….View Comment
adayton1 commented on issue llnl/Umpire#1046.
Is there some git configuration variable that can be set to avoid all the commits coming from “different” emails?…
artv3 commented on issue llnl/RAJAPerf#609.
I think this PR should now be good to go, @rhornung67 I fixed the compiler warnings as well. …
imguoguo open issue imguoguo/NanoKVM-USB#3.
test sign
’ “ ‘ “"”…View Comment
tzanio commented on issue GLVis/glvis#335.
ping: @justinlaughlin and @v-dobrev – do you want to take a look? …
jeremylt commented on issue CEED/libCEED#1818.
I tried to bully MacOS into respecting the weak symbols here: https://github.com/CEED/libCEED/pull/1913 …
JustinPrivitera open issue visit-dav/visit#20779.
OBJ export - limits are not respected
If a user sets pseudocolor plot limits (i.e. min and max are 0 to 100 instead of data extents) they do not see these color limits reflected after exporting from VisIt and importing into PowerPoint. There is probably more we can do to capture the plot state in VisIt before exporting….View Comment
adrienbernede commented on issue spack/spack-packages#2858.
@chapman39 this is moving in the opposite direction than https://github.com/spack/spack-packages/pull/1402, as discussed in https://github.com/llnl/axom/discussions/1726#discussion-9196039. …
jbschroder commented on issue pyamg/pyamg#459.
I would support …
adrienbernede commented on issue llnl/radiuss-spack-configs#158.
@kab163 is this specific to Umpire or does it apply to every project ? (You can update CMake directly in Umpire CI)….
adrienbernede commented on issue llnl/quandary#105.
@tdrwenski the GITHUB_TOKEN variable has been replaced by GITHUB_WORKFLOW_TOKEN. the latter should be defined in GitLab UI….
JustinPrivitera closed issue llnl/conduit#1458.
Silo I/O: Skip volume fraction datatype check when mixlen is 0 on read
https://teams.microsoft.com/l/message/19:f2ed7be3682d40d1b8e038744e500a09@thread.skype/1755812749317?tenantId=a722dec9-ae4e-4ae3-9d75-fd66e2680a63&groupId=70162982-9587-4bcc-ad53-20178c76fe11&parentMessageId=1755812749317&teamName=VisIt&channelName=General&createdTime=1755812749317…View Comment
amagela commented on issue llnl/benchmarks#23.
I think this was failing because the containers were not being set up with Gnuplot and Matplotlib. I just pushed a change that should, hopefully, alleviate that. Will check on it in the morning. …
cjvogl commented on issue mfem/mfem#4496.
@tzanio, this should be ready for re-merging into next…
chvillanuevap commented on issue humanmade/S3-Uploads#612.
Adding a note here for posterity….
samuelkgutierrez commented on issue openpmix/openpmix#3758.
I would advocate for leaving the comments alone unless there is a compelling reason to remove them. Since the code related to the comments was left untouched, I would personally leave those comments alone. …
vladotomov commented on issue mfem/mfem#5176.
> Can you just remove static from the convection and DG trace integrators and see if that works in Remhos? If so, that is a better solution than adding the specializations here.
…
hppritcha commented on issue open-mpi/ompi#13605.
ignoring borked up NVIDIA CI….
chu11 commented on issue flux-framework/flux-core#7194.
@garlick thanks! will set MWP…
becker33 commented on issue spack/spack#51746.
We discussed passing these as tuples instead of dictionaries. The methods called here are not called anywhere else, so it’s fine to change their signatures. …
tzanio commented on issue mfem/mfem#5134.
@mlstowell, can you take a quick look when you get a chance?…
hppritcha commented on issue spack/spack-packages#2900.
This PR is incorrect. The UCX developers botched up the mail about 1.20.0. it was actually for an RC not a release. That’s the the URL is different. Please do not merge this PR….
artv3 commented on issue llnl/RAJAPerf#610.
Super nice! I’m super interested in trying out this feature, if I can get a day or two I can give some user experience feedback. …
artv3 commented on issue llnl/RAJA#1969.
Super nice! Can you add something in the RAJA docs about this new feature? And what do folks think about adding a note about this in our RELEASE_NOTES in this PR. …
garlick commented on issue flux-framework/flux-core#7254.
OK now that I have the next phase just about working, I’ll drop the WIP here. …
imguoguo open issue sipeed/NanoKVM-USB#99.
Frame rate cannot exceed 30fps
When using ffmpeg on devices like macOS to execute ffmpeg -f avfoundation -i "0" -hide_banner to check, it can be found that the maximum supported frame rate at 1920x1080 resolution is 50fps, detailed output is as follows:…View Comment
JustinPrivitera commented on issue llnl/conduit#1322.
Documentation and implementation done in #1487 so that we are not waiting for this from the device support PR….
vsoch commented on issue kubeflow/trainer#2909.
Thank you @andreyvelich @tenzen-y - the review was excellent, and I’m glad to see this moving through. It might be a bit early, but Happy New Year! I appreciate everything you do for the Kubeflow (and larger Kubernetes) communities….
jeremylt commented on issue freeCodeCamp/freeCodeCamp#64929.
Is there an issue associated with this change? If so please add it. If not, please create an issue before making a pull request….
cmoussa1 commented on issue flux-framework/flux-accounting#798.
Thanks @garlick! Setting MWP here…
vsoch commented on issue compspec/fractale-mcp#4.
cc @knglugo @milroy autogen is added as an engine, to join the default “native” state machine. I’ve created sample plans for building a docker container and translating a jobspec. See design in the README for the abstractions. The tools are now separate libraries too: …
hppritcha commented on issue open-mpi/ompi#12658.
do we still want to pull in this PR? …
tzanio closed issue mfem/mfem#5158.
call of overloaded
imguoguo commented on issue sipeed/NanoKVM-USB#6.
fixed by https://github.com/sipeed/NanoKVM-USB/pull/83, you can try the latest version…
vsoch commented on issue kubeflow/trainer#2841.
This is a WIP and should not be closed. Thanks!…
chu11 open issue flux-framework/flux-core#7258.
kvs: support size meta data
Recently had an offline chat with @garlick and wanted to have an overarching issue for it….View Comment
garlick commented on issue flux-framework/flux-core#7256.
Thanks! Setting MWP…
cmoussa1 commented on issue flux-framework/flux-accounting#796.
Thanks @jameshcorbett! Setting MWP here…