JustinPrivitera commented on issue visit-dav/visit#20239.
Another user is reporting this….
brugger1 commented on issue visit-dav/visit#20247.
If you enter “-1” and hit tab or return you get max back. What? isn’t that obvious? 🤣…
adamjstewart pushed to spack/spack
py-tensorflow: patch for v2.15 build errors (#49001)
-
py-tensorflow: patch for v2.15 build errors with new compilers
-
py-tensorflow: patch for v2.15 build errors with new compilers
-
py-tensorflow: fix clang build and add clang version constraints
-
py-tensorflow: use compiler wrapper
-
py-tensorflow: relax clang conflict</small>
wdconinc pushed to spack/spack
bcftools: add v1.21, v1.20 (#49070)
Signed-off-by: Teague Sterling teaguesterling@gmail.com</small>
samfux84 open issue spack/spack#49125.
Installation issue: Meep does not directly depend on FFTW but the configure script fails, because it cannot link with FFTW
### Steps to reproduce the issue…View Comment
EMinsight open issue spack/spack#49123.
py-torch concretize failed
py-torch concretize failed in a new environment with py-torch…View Comment
alalazo commented on issue spack/spack#23684.
I agree on the points above, in particular dropping paths
[^1]. For the best behavior: I think the one implemented here is fine. If people want to check the runtime deps of a build dep they can do it in 2 commands:
…
haampie commented on issue spack/spack#23684.
@alalazo I’ve pushed a change that: …
climbfuji commented on issue spack/spack#49117.
Is this intentional? Probably not, or? And do you know if that behavior will change with version 1.0 when compilers become real nodes of the graph?…
Buldram commented on issue spack/spack#49001.
@adamjstewart …
melven commented on issue spack/spack#33547.
The following error still happens for me:…
oseikuffuor1 pushed to hypre-space/hypre
Additional updates after merge from master.
victorapm closed issue hypre-space/hypre#1227.
Question on getting NNZ of the preconditioner with Euclid ILU
Hi,…View Comment
grondo commented on issue flux-framework/flux-sched#1344.
Ok, this was my fault, somehow I missed modifying prune()
. With this addition, the test works as expected:…
codecov[bot] commented on issue flux-framework/flux-sched#1285.
## Codecov Report…
sam-maloney commented on issue flux-framework/flux-sched#1341.
force-pushed changes from clang-format; sorry I forgot to run that before the first round!…
ryanday36 open issue flux-framework/flux-core#6653.
differentiate between FAILED and NODE_FAIL
The ‘result’ field in the flux jobs
output lists four possible results: COMPLETED, FAILED, CANCELLED, TIMEOUT. HPE folks would like to distinguish between job failures due to user code issues and job failures due to nodes failing. #6021 and #6032 talk about improving error messages when brokers lose contact, is there a way to get at that in the flux jobs
output? …View Comment
codecov[bot] commented on issue flux-framework/flux-core#6459.
## Codecov Report…
grondo commented on issue flux-framework/flux-core#6653.
Details of a fatal job exception are available in the exception.*
fields described in flux-jobs(1). Relevant bits are pasted here:…
dweindl commented on issue LLNL/sundials#49.
This issue can easily be triggered by providing a non-deterministic Jacobian, for example, by applying the following patch to cvsRoberts_ASAi_dns.c
. This is a contrived example, but I still think CVODES shouldn’t crash in this case….
cyrush pushed to LLNL/conduit
zfp cant handle asan
johnbowen42 pushed to LLNL/RAJA
sequential reduction kernels working
brugger1 opened a pull request to Alpine-DAV/ascent
biagas pushed to visit-dav/visit
Add operator plugin function (#20231)
- Add function visit_add_operator_plugin.
Update GenerateCMake, run on operators to update CMakeLists.txt.
- Update how conditional link libs and conditional defines are handled.
Rerun xml2cmake on all operators. Fix Volume plot .code file and re-run xml2cmake.
- Add support for conditional includes in GenerateCMake for new operator plugin logic. Rerun xml2cmake for VolumePlot to get updates to includes. Fix compilation for visitpy/mpicom.</small>
rfalgout reviewed a hypre-space/hypre pull request
Looks good to me…
trws commented on issue flux-framework/flux-sched#1344.
Discussed in fluxion meeting making a new status for nodes that are never going to become usable….
garlick commented on issue flux-framework/flux-core#6652.
My high level thought was that there might be other reasons for shrinking an instance besides this one. For example, if the exclude
set was changed on the fly. Possibly I’m getting ahead of myself though and this is OK for now since it solves the immediate problem and is simple….
chu11 commented on issue flux-framework/flux-core#6581.
Some small set of transaction stats …
sam-maloney commented on issue flux-framework/flux-core#6632.
@garlick Thank you for the reply! I know this stuff probably isn’t high priority for you guys what with El Capitan in focus, but I really appreciate the willingness to engage on other ideas too :) …
cyrush open issue LLNL/zfp#253.
generic seralization api needs to be reworked
To serialize / deserialize, the docs show we need to declare a zfp::array::header
instance, however it is now an abstract class:…View Comment
lindstro commented on issue LLNL/zfp#253.
As discussed offline, (de)serialization indeed appears broken. A possible workaround for serialization of a concrete array arr
of type arr_type
(e.g., zfp::array3<double>
) is to use the derived type arr_type::header
as header type, or (in C++11) decltype(arr)::header
. If arr_type
is the base class zfp::array
, one likely would need a switch statement on arr.scalar_type()
and arr.dimensionality()
to determine the correct header type….
drreynolds reviewed a LLNL/sundials pull request
I think this now looks good. If another developer wants to take a second look and approve, I think it’s ready to merge….
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
….
bgunnar5 created a new tag, 0.9.0 at LLNL/merlin-spellbook
bgunnar5 pushed to LLNL/merlin
Drop Python 3.7 and Add Python 3.12 & 3.13 (#495)
-
drop support for py 3.7, add support for py 3.12 and 3.13
-
fix docs build issue
-
remove py 3.7 and add py 3.12/3.13 to integration tests
-
update Makefile to use target_version variable and update spellbook requirements in examples</small>
doutriaux1 reviewed a LLNL/merlin pull request
Thx @bgunnar5 …
CusiniM pushed to GEOS-DEV/LvArray
ci: activate lvarray bound checks on ci. (#344)
-
Made some sorted error checks associated with bounds checking.
-
ci: activate lvarray bound checks on ci.
-
add set for release.
Co-authored-by: Benjamin Curtice Corbett corbett5@llnl.gov Co-authored-by: Randolph Settgast settgast1@llnl.gov</small>
rrsettgast pushed to GEOS-DEV/LvArray
Merge branch ‘develop’ into corbett/sorted-error-checking
cyrush commented on issue visit-dav/visit#20176.
@markcmiller86 at the highest level expressions can use MPI, however in our convenience class hierarchy that implements many of them we limit those paths when we provide an interface to in terms of a only single domain or a part of a single domain (like a data array). Justin already had to plumb some info, we may need to peel back a bit higher. …
stgeke closed issue hypre-space/hypre#775.
Does HYPRE support multiple instances at the same time?
PaulMullowney commented on issue hypre-space/hypre#584.
Honestly, I haven’t tried in a long time….
lahwaacz commented on issue hypre-space/hypre#706.
@victorapm What does the –with-timing option in Hypre do?…
mergify[bot] merged a pull request to flux-framework/flux-core
ltaylor16 commented on issue LLNL/shroud#392.
The release was dragging out more than I planned. I found the syntax for setup.py to allow a different PyYAML version for Python3. I tested with Python 3.12. But spits out a warning about setup.py be deprecated. I’ll add that to the list….
emily-howell commented on issue Alpine-DAV/ascent#1457.
@cyrush I added the DRay compact color table handling and think this is ready for review…
improved log output for NLP scaling (#709)
-
improved log output for NLP ObjGrad scaling
-
changed option description</small>
markcmiller86 commented on issue visit-dav/visit#20176.
The more I think about it…isn’t a Query most of the time just an Expression + Parallel Reduction?…
milroy commented on issue flux-framework/flux-sched#1342.
> The RV1 test that’s blowing up is t3027-resource-RV.t, but it looks like it might be an out of range error …
nicolemarsaglia created a new branch, task/add_domains_change_to_zonal at Alpine-DAV/ascent
daboehme pushed to LLNL/Caliper
Use ROCM_PATH to look for roctracer/roctx. Fixes #637 (#639)
jwhite242 pushed to LLNL/maestrowf
Bugfix/sanitize workspaces (#451)
Update script adapters to use same path sanitizer as for workspace creation for script serialization. Resolves #450
Add hypothesis to enable property testing to stress the path sanitizer.
Adds copy button to code listings in documentation</small>
Various updates in RADIUSS Spack Configs (#290)
-
Spack environments split in separate files so that users can access packages.yaml and compilers.yaml directly
-
Update externals, add new externals to support building other projects (axom)
-
Make sure we do not reuse specs already installed (concretization is not influenced by what’s already built)
-
Update rocm tioga toolchain
-
Update with improved job command handling
-
Export host config as artifacts
-
More uniform CI specs (build raja without examples)
Co-authored-by: Alan Dayton <6393677+adayton1@users.noreply.github.com></small>
nychiang reviewed a LLNL/hiop pull request
Just curious about what brings you here to modify this log output. :-)…
JustinPrivitera open issue LLNL/conduit#1362.
explore `to_silo` performance
See https://github.com/visit-dav/visit/issues/20114…View Comment
adrienbernede commented on issue LLNL/Umpire#924.
@davidbeckingsale ready to ship…
ilumsden open issue LLNL/Caliper#637.
Incorrect error messages when rocTX or roctracer are not found
If you build Caliper with rocTX or roctracer support and Caliper cannot find those libraries, it will print the following error message out from CMake:…View Comment
adrienbernede commented on issue LLNL/Caliper#627.
@daboehme ready to ship….
adrienbernede commented on issue LLNL/CHAI#290.
@adayton1 ready to ship….
adrienbernede commented on issue LLNL/CARE#307.
@adayton1 ready to ship. …
yurivict commented on issue LLNL/zfp#250.
zfp is listed with the same maintainers that zfpy has….
pelesh commented on issue LLNL/hiop#708.
While you are at it, you may want to remove stanza on custom CUDA installation from the README file. The workaround described there pertains to older versions of CMake and it is probably misleading for anyone with a reasonably recent CMake. See here for more recent CMake target names for CUDA libraries….
najlkin commented on issue GLVis/glvis#325.
MFEM supports ParaView, VisIt and other (including Sidre) through DataCollection
, where you enter the time level and time for every snapshot. I think it is a good idea to support those in general 👍 . In addition, we may then add some control to move between the levels….
justinlaughlin commented on issue GLVis/glvis#325.
I agree that I don’t think we’d want to support this by socket, but it would be a very sensible feature for saved data. I believe the *.sol
file type does not have the option to store time-dependent fields (please correct me if I’m wrong). We could use a filename convention (eg velocity_1.sol
, velocity_2.sol
, etc) but that convention is already used for parallel output….
giraldeau open issue GLVis/glvis#325.
Support time navigation
When a simulation has multiple time steps, is it possible to navigate backward and forward in time? When pressing the space bar, the animation starts and I haven’t seen in the doc or help a shortcut to control the playback. …View Comment
tzanio commented on issue GLVis/glvis#325.
Time navigation will be a useful extension, but it will require new infrastructure and significantly more memory than the current approach (which essentially holds a single instance at a time). …
v-dobrev commented on issue GLVis/glvis#325.
The data from previous times steps is discarded when a new time step is received, so going back is not supported at this point….
Arpan3323 commented on issue LLNL/Umpire#932.
After building the project as a debug build and running my fuzz test in GDB, I have found the exact arguments for FixedMallocPool::FixedMallocPool(const std::size_t object_bytes, const std::size_t objects_per_pool)
on which the error occurs. This should allow us to reproduce the error deterministically. Moreover, updating the fuzz test source to only supply these values to FixedMallocPool
constructor results in a clear signal from AddressSanitizer
as opposed to AddressSanitizer
failing internal checks, which was the case earlier. …
davidbeckingsale commented on issue LLNL/Umpire#932.
I think that’s a reasonable hypothesis. Are you able to reproduce this deterministically?…
kab163 pushed to LLNL/Umpire
Add cleanup_cached_communicators method (#931)
jameshcorbett open issue LLNL/scr#600.
Build SCR as a single shared library
In last week’s team meeting, @mcfadden8 and @kathrynmohror said they would like to see SCR build as a single shared library with all its sub-projects together, rather than as multiple shared libraries, one for each subproject and then SCR itself. This will involve pulling in sub-projects that SCR depends on, like https://github.com/ECP-VeloC/KVTree, into the SCR source tree. Apparently this script does something similar, so I will start by investigating that….View Comment
davidbeckingsale pushed to LLNL/blt
Merge branch ‘develop’ into feature/enable_language_hip
cmcrook5 pushed to GEOS-DEV/LvArray
Merged cusini/fix-lassen-error