Issue Comment Events

Projects RADIUSS Home

jakirkham commented on issue LLNL/zfp#210.

If we are ok fixing the Python test suite for NumPy 2 in a ZFP_VERSION_TWEAK (note - this only affects Python tests as show above: https://github.com/LLNL/zfp/issues/210#issuecomment-2463210726 ), then it would be great to include. …

View Comment

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

It looks like this could create a commit for every push to a PR, which is not the same as the test suite results (max of one commit per day to the develop branch). …

View Comment

haampie commented on issue spack/spack#47720.

This is not enough for closing #42417 because the longest paths to llvm and llvm-amdgpu from hip have equal length: …

View Comment

Jordan474 commented on issue spack/spack#47217.

I believe this pull request is in a good state and ready for review. See the end of this comment to compare with cpython’s ast.py. …

View Comment

vucoda commented on issue spack/spack#47712.

In spack 0.23.0 when I bootstrap from source on some systems where /usr/bin/python = python 2 and /usr/bin/python3 is python 3, the python-venv spack package using find_first() may pick up /usr/bin/python as the executable, then calling /usr/bin/python -m venv will fail. the above commit makes sure to find python3.xx or python3 before python…

View Comment

svengoldberg commented on issue spack/spack#47710.

@mrfh92 I am sorry, I cannot really help you here… …

View Comment

adamjstewart commented on issue spack/spack#46506.

^ @Chrismarsh @tgamblin @haampie …

View Comment

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

View Comment

ClaudiaComito commented on issue spack/spack#47710.

@spackbot help…

View Comment

mrfh92 commented on issue spack/spack#47710.

@melven @svengoldberg as our spack-experts, do you immediately see whats the problem here? (if not, we will figure out ourselves)…

View Comment

mabraham commented on issue spack/spack#47679.

> @mabraham can we merge this? …

View Comment

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

## Codecov Report…

View Comment

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

> Tweak suggestions welcome …

View Comment

lindstro commented on issue LLNL/zfp#210.

I expect such a post release to be an exception to the norm, so I’m fine with bumping ZFP_VERSION_TWEAK to 1 and doing a post release of zfpy, which in this case synchronizes versions. But if additional minor changes are needed for NumPy 2.0, we’d have to do another post release. From what I can tell, few if any changes are needed, so should we not try to knock that out now and do only one post release? …

View Comment

adrienbernede commented on issue LLNL/CHAI#288.

Test complete…

View Comment

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

> I don’t know that we want even more robo commits. …

View Comment

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

@markcmiller86 what do you think of modifying the silo source tarball used by build_visit to remove those pesky windows line endings?…

View Comment

ictmay commented on issue hypre-space/hypre#1095.

@victorapm All of the shallow copy code is present in our external code here: …

View Comment

WagnerMatheus commented on issue hypre-space/hypre#628.

I tested the src/test/ams_driver and src/test/ij solvers on an RX6600 after changing the warp size related defines. The warp size mostly affects solvers that use BoomerAMG. …

View Comment

da-wad commented on issue LLNL/zfp#210.

Thanks for pointing me towards those, #237 fixes the bug introduced in https://github.com/LLNL/zfp/commit/63eeefa32adffe71217f3e48ae5011f8b5f75de1 and referenced by #233 …

View Comment

rhornung67 commented on issue LLNL/RAJA#1661.

Thanks @adayton1 …

View Comment

gzagaris commented on issue LLNL/RAJA#1558.

Hi @rhornung67, yes the question on this issue has been addressed and the issue should be closed. Thank you again for all your help. …

View Comment

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

## Codecov Report…

View Comment

adayton1 commented on issue LLNL/RAJA#1661.

I think the only thing we might want to do is add openmp testing to windows (or at least a build)….

View Comment

lucpeterson commented on issue LLNL/merlin#489.

Ping on this. Is the plan to merge the new test stuff in and then keep going?…

View Comment

JustinPrivitera commented on issue LLNL/conduit#1332.

#1333…

View Comment

adrienbernede commented on issue LLNL/CARE#302.

@adayton1, …

View Comment

daboehme commented on issue LLNL/Caliper#624.

I haven’t dug through the logs yet but I suspect it’s because Lassen and Tioga need to run MPI jobs on a compute node via lrun / flux run, which the Caliper CI script doesn’t do. It just runs an MPI program as-is since it only needs one rank. For now I’d turn off the MPI tests on Tioga/Lassen (there’s a CMake switch to do it, -DRUN_MPI_TESTS=Off) although in the long run it would be good to handle this properly….

View Comment

garlick commented on issue flux-framework/flux-sched#1034.

See flux-framework/flux-core#5739 …

View Comment

robertu94 commented on issue LLNL/zfp#245.

I would also appreciate it if you can release this change as 1.0.2…

View Comment

kminemur commented on issue LLNL/zfp#244.

cmake out log is as follows: …

View Comment

rw-anderson commented on issue LLNL/hatchet#123.

I struggled with a similar issue. Eventually I tracked it down to picking up an older installed version of cali-query and using that in conjunction with my locally built caliper library. Once I matched those versions, this error went away….

View Comment

michaelmckinsey1 commented on issue LLNL/hatchet#152.

Matching a single node with name my_node

View Comment

tmarrinan commented on issue LLNL/conduit#1332.

Hello! …

View Comment

cameronrutherford commented on issue LLNL/hiop#698.

Some final notes: …

View Comment

gzagaris commented on issue LLNL/Umpire#912.

Hi @davidbeckingsale – Just wanted to get a pulse on this. Any luck with getting things working on your end?…

View Comment

agriyakhetarpal commented on issue LLNL/zfp#210.

Hi all, I’m also trying to update some dependencies for numcodecs for a WebAssembly build of it in zarr-developers/numcodecs#529 and I stumbled across this issue. I am fully cognisant of how concerted an effort is required to officially support NumPy 2.0 based on the previous conversation here; may I ask if it’s possible to publish a source distribution for zfpy to PyPI in the meantime? It would be beneficial for Pyodide’s in-tree recipes (pyodide/pyodide#5169) where I tried to package zfpy but there wasn’t a source distribution available (https://pypi.org/project/zfpy/#files). We’re also planning to release a new version of Pyodide soon which will have all NumPy-dependent packages rebuilt for NumPy v2 (pyodide/pyodide#4925), so we can try out an “unofficial” WASM build with NumPy v2 in the time this issue gets resolved. …

View Comment

rountree commented on issue hpc/Spindle#56.

Point taken wrt scaling and file pollution. I can imagine a solution where messages (with their priority) are buffered until initialization occurs, then parsed to see if they’re logged or discarded. It’s not wholly unlike trying to make printf() work in _start() before your file descriptors are set up, and, perhaps like that, it’s not a problem worth solving (or not worth solving this week). …

View Comment

drmichaeltcvx commented on issue LLNL/blt#707.

Hi, thanks for the response! It was actually a misconfiguration of the s/w stack running on our environment that at the configure was not enabling the proper MPI. …

View Comment

seberg commented on issue LLNL/zfp#210.

I actually noticed two places (I think in the tests) that use array(..., copy=False) which need to be asarray(...) instead. …

View Comment

PhilipDeegan commented on issue LLNL/SAMRAI#93.

closed by #277…

View Comment

EverettGrethel commented on issue LLNL/maestrowf#447.

Yes, the ability to pass optional args for the launcher in addition to the allocation is imperative, in my opinion. That would be great. I’ve written up a solution for the allocation optional args, which I can submit a pull request for you to check out if you’d like. …

View Comment