trws closed issue flux-framework/flux-sched#1309.
partial cancel: transition partial cancel final error to warning
hppritcha open issue open-mpi/ompi#12909.
UCX not happy with sessions process model
Some of the sessions tests in the ompi-tests/ibm test suite fail when using the UCX PML. …View Comment
markcmiller86 open issue visit-dav/visit#20006.
Add fuzz and scanning logic for checking failed Azure CI tests
We should add args to the test suite run in Azure which permit some diffs in the outputs of tests but still be considered a pass. Once we have that working, we should add pass/fail status to test suite run for Azure CI. …View Comment
correaa open issue fmtlib/fmt#4226.
Extend tuple features (e.g. join) to tuple-like objects
For some technical reasons I had to replicate the functionality of std::tuple in my library. (see here: https://github.com/correaa/boost-multi?tab=readme-ov-file#formatting-fmt-pretty-printing) …View Comment
vsoch open issue compose-spec/compose-go#707.
Example to read config file from string?
This is likely a more rare use case, but I want to use go embed to include a string-ified compose file (that loads into a Project) and I’m wondering if you have an example to do that? I’m looking here: https://github.com/compose-spec/compose-go/blob/b9d3b1deec9bc25de0fa81867ca4df75aef5c791/cli/options.go and I see that ReadConfigFiles can accept a path or stdin, but not a loaded string. I can try to dig deeper and see if I can come up with something, or fall back to reading from file for now, but I’m hoping someone has come up with something. Thanks!…View Comment
JustinPrivitera closed issue visit-dav/visit#19876.
Blueprint MFEM New LOR breaks nodal vs zonal variables
Old LOR of bp_mfem_ex9_periodic_hexagon_000000.root solution variable: …View Comment
tgamblin closed issue spack/spack#47347.
Propagation doesn't stand a pickle round trip
### Steps to reproduce…View Comment
garlick open issue flux-framework/flux-core#6409.
job-manager: don't use flux imp kill to signal housekeeping, perilog
Problem: flux imp kill
will be deprecated but the job manager uses it to terminate housekeeping and prolog/epilog tasks.
…View Comment
cyrush open issue LLNL/conduit#1331.
auto detect files with `yml` extensions as a `yaml`
adayton1 open issue LLNL/Umpire#921.
Extract code for merging memory chunks into separate function
In QuickPool::deallocate (and the pending ResourceAwarePool::do_deallocate method), there is code to merge memory chunks that is repeated. Consider extracting into a separate function….View Comment
BradWhitlock closed issue LLNL/axom#1457.
CLI11 warnings on BlueOS+CUDA.
These warnings were reported by the Ares team and they would like them to be corrected. It looks like they are building on BlueOS with CUDA enabled. …View Comment
markcmiller86 closed issue visit-dav/visit#19501.
Silo support for PeriodicDomList and PeriodicBndList
### Describe the bug …View Comment
markcmiller86 open issue LLNL/Silo#426.
Investigate performance of Silo's browser reading large DBmultimeshadj objects
I have some data on RZ from a large, multiblock mesh. The DBmutlimeshadj
objects in the file are large. There is a very long delay when printing them in browser. Is the problem in browser or in the silo library?…View Comment
BradWhitlock open issue LLNL/axom#1457.
CLI11 warnings on BlueOS+CUDA.
These warnings were reported by the Ares team and they would like them to be corrected. It looks like they are building on BlueOS with CUDA enabled. …View Comment
tomstitt open issue LLNL/RAJA#1756.
Runtime memory policy for multireducers
Is your feature request related to a problem? Please describe. …View Comment
vsoch open issue converged-computing/ensemble-python#10.
idea: ensemble members separate
Right now, we are submitting isolated ensembles, meaning single yaml “ensemble.yaml” files. …View Comment
JustinPrivitera open issue visit-dav/visit#19920.
Onion Peel Domain Selection should be a typeable field instead of a drop down menu
A user on teams suggested our onion peel operator ought to let you type the domain number instead of using a drop down list to choose domain. …View Comment
markcmiller86 open issue visit-dav/visit#19917.
Misleading save of windowLayout in GlobalAttributes section of config
### Describe the bug …View Comment
jedbrown closed issue rsmpi/rsmpi#189.
Derive implementation of `Equivalence` hard codes `mpi` path
The Equivalence
derive macro expects mpi
to be an explicit dependency of the crate using the derive macro by hard coding the mpi
dependency in the paths of the types used in the proc macro, e.g. ::mpi::some::field
. An error is returned if mpi
is provided some other way, e.g. as a re-export in a dependency.
…View Comment
grondo open issue flux-framework/flux-security#185.
imp: implement signal forwarding specification from RFC 15
The RFC 15 signal handling section now specifies: …View Comment
jeremylt closed issue Eudicods/outworlds-wastes#125.
Update CONTRIBUTING.md file
The file regarding contributing to the repository is not up to date. It lacks guidelines on raising PRs, PR titles, and comments to add while raising an issue or getting an issue assigned to oneself.
…View Comment
correaa open issue ROCm/rocThrust#475.
How is rocThrust synchronized with the Nvidia version of Thrust?
that is the question….View Comment
artv3 closed issue LLNL/RAJA#1691.
Improve RAJA layout documentation when using unit stride
When using Views and Layouts it is critical for performance to specify unit stride. Per user request, It would help users if we improve documentation to highlight this. One option is to enable unit striding by default. …View Comment
adayton1 closed issue LLNL/RAJA#1744.
MSVC compilation failure w/ 64-bit intrinsics in x86 configurations
After axom
updated its raja
dependency on Windows from raja@2024.02.0
to raja@2024.07.0
, our 32-bit x86 CI started to fail
…View Comment
jameshcorbett open issue flux-framework/flux-coral2#230.
Filtering for rabbit jobs
@behlendorf requested some sort of utility that would return a list of jobids which ran on specific rabbits over a given time. …View Comment
cmoussa1 closed issue flux-framework/flux-accounting#503.
flux-accounting guide: missing definition(s) for terms
Was perusing the flux-accounting guide this morning and noticed at least one definition missing for fair share. This guide should be stepped through and updated with any other terms that would benefit from having its definition written at the bottom of the guide….View Comment
jeremylt closed issue Eudicods/outworlds-wastes#107.
Battlefield Support Asset Conversion
Battlefield Support Asset Skills of 6 and 5 equate to ‘Skill 4’ and ‘Skill 3’ for standard values as BSP Assets are always counted as moving at a run. So their skill calculation includes their ‘Always running or jumping’. …View Comment
trws closed issue flux-framework/flux-sched#1140.
build: `make install` doesn't honor the install prefix in all cases
When running on LC, I’m configuring the installation to my home directory, but it’s still trying to do stuff (not sure the word really) to /usr/lib
:
…View Comment
vsoch closed issue flux-framework/flux-k8s#80.
Segfault in PreFilter
The current CI tests are failing because: …View Comment
wihobbs open issue flux-framework/flux-core#6361.
shell: need plugin to disable ASLR
With ASLR enabled by default on most Linux systems, some users may want a way to disable it for the purposes of debugging parallel programs. See personality(2)
…seems like a pretty simple shell option we could add….View Comment
IanLee1521 open issue elastic/integrations#11388.
[Elasticsearch]: Cluster Ingest dashboards don't work
### Integration Name…View Comment
artv3 open issue LLNL/RAJA#1751.
Improve permuted layout construction
Is your feature request related to a problem? Please describe. …View Comment
bwpriest open issue LLNL/saltatlas#81.
metric_hyperplane_partitioner is not compatible with key-value containers
Currently in v0.3-dev
, if you pass a key-value store to saltatlas::dhnsw::partition_data()
, such as a ygm::container::map
, the for_all()
s in saltatlas::metric_hyperplane_partitioner
barf because they expect a bag of pairs. The offending lines occur here, here, here, and here.
…View Comment
benzwick open issue lorifranke/SlicerTMS#17.
Cannot download large files from GitHub
I tried to clone the SlicerTMS repo but I get the following error. It looks like there is a limit on the data that can be downloaded from GitHub. …View Comment
BradWhitlock open issue LLNL/axom#1440.
Array crash using RelWithDebInfo with CUDA.
I think I was able to make a reproducer for an axom::Array crash. Build the following example program on rzansel. It will build in RelWithDebInfo mode and will crash in the axom::Array constructor trying to default-initialize memory with placement new on the host (but the memory should be on the GPU). …View Comment
grondo open issue flux-framework/flux-sched#1308.
fluxion specific `libintern.so` should have package-specific prefix and version suffix
Fluxion currently installs the string interner library as /usr/lib64/libintern.so
. This has a larger than zero probability of conflicting with some other package, so as suggested by @jameshcorbett it should probably get a fluxion
somewhere in there like libfluxion-intern.so
.
…View Comment
cyrush open issue Alpine-DAV/ascent#1394.
implicit func box slice yields rounded corners
We should ask VTK-m folks if this is expected: …View Comment
markcmiller86 closed issue visit-dav/visit#18881.
Query on empty plot crashes viewer in 3.3 but not 3.2
### Describe the bug …View Comment
grondo open issue flux-framework/flux-core#6349.
perilog: consider raising an exception when an epilog fails
Problem: The perilog plugin currently does not raise an exception when the epilog fails, as documented in this comment: …View Comment
tgamblin closed issue hpsfoundation/tac#4.
Lifecycle Policy: Template Update for Extra Questions (Core)
Proposal to fine-tune the questions in the new project template: https://github.com/hpsfoundation/tac/blob/main/.github/ISSUE_TEMPLATE/new-project-proposal.md …View Comment
garlick open issue flux-framework/flux-core#6345.
flux overlay/module trace should optionally show payloads
Problem: flux overlay trace
and flux module trace
would be more useful in some situations if they could show the payloads being sent with each message….View Comment
vsoch open issue flux-framework/flux-operator#235.
External API and client
If we want to present this as a full cluster, it would be interesting to try creating a grpc external API service (written in GO) that would allow external submission, and depending on the audience we are targeting, does not require users to rewrite their jobs. I need to think more about that last piece….View Comment
jeremylt open issue Eudicods/outworlds-wastes#110.
Scenario Clarification
Assassination should indicate some time limit …View Comment
grondo open issue flux-framework/flux-core#6323.
perilog: rethink sending SIGKILL after SIGTERM when canceling prolog/epilog
When the perilog plugin cancels the prolog/epilog, it first sends SIGTERM followed by a SIGKILL after a configurable number of seconds. For this use case perhaps the SIGKILL is not necessary, since the administrative prolog/epilog should behave when sent SIGTERM, and begin its termination process (which should be given a longer grace period than the default of 5s) …View Comment
astrophpeter open issue LLNL/popclass#61.
add check that number of samples is > number of parameters to catch shape errors.
whenever a samples array is passed into a function check that number of samples > number of parameters. Throw value error if false. Write tests to test this functionality. …View Comment
JustinPrivitera closed issue visit-dav/visit#17922.
bug with material id processing in the blueprint plugin
### Describe the bug …View Comment
IanLee1521 open issue elastic/kibana#194240.
Re-size widget to fit large metric values in ES|QL
Kibana version: …View Comment
jameshcorbett open issue flux-framework/flux-coral2#223.
Add rabbit entries to `flux job info` list of useful keys
flux-coral2 software adds a number of entries to jobs’ KVS (see https://flux-framework.readthedocs.io/en/latest/tutorials/lab/rabbit.html#additional-attributes-of-rabbit-jobs). @behlendorf noted: …View Comment
IanLee1521 open issue elastic/integrations#11218.
[GitLab] Add support for other GitLab logs
Hi there!…View Comment
IanLee1521 open issue LLNL/elastic-stacker#21.
Add support / handling of deleted objects
When objects are deleted in Elastic, we should update the local cached content as well (maybe as an option that can be disabled) to know when things are removed on the server side….View Comment
tpatki open issue flux-framework/flux-multi-cluster-utilities#5.
Test across multiple clusters, document findings
markcmiller86 open issue LLNL/Silo#421.
Silo cannot utilize externally installed HDF5 compression filters
Currently, the only way to compress datasets with Silo is for the data producer to use one of Silo’s pre-installed filters. There is no way for a data producer to use an arbitrary custom compression filter. …View Comment
JustinPrivitera open issue Alpine-DAV/ascent#1386.
RZ mesh support
Need to add RZ mesh support to Ascent. A user reported the following: …View Comment
grondo open issue flux-framework/flux-core#6294.
apparent hello storm after scheduler reloaded
In the logs captured below, the scheduler was apparently loadedat 10:58, then we see the messages: …View Comment
jedbrown open issue RDycore/RDycore#219.
Single-communication RHS evaluation
## Current state …View Comment
grondo open issue flux-framework/flux-sched#1298.
fluxion crash in 10% of user runs on elcap
On elcap a user is running a series of jobs that appear to cause a Fluxion crash roughly 10% of the time. We have one corefile (in my homedir under fluxion-crash
. I believe this is still occurring for one or two users, so we’ll want to determine how to get a patch for this specific issue to apply to the current flux-sched RPM asap.
…View Comment
cyrush open issue LLNL/conduit#1324.
see if we should update libver logic for hdf5 to support newer versions
https://github.com/LLNL/conduit/blob/fa0f8d3738b0c4cef95a0d05003f3b80aa381f23/src/libs/relay/conduit_relay_io_hdf5.cpp#L3192…View Comment
astrophpeter closed issue LLNL/popclass#57.
make package conda installable
JustinPrivitera open issue visit-dav/visit#19815.
Upgrade ADIOS2 reader to use VTK::IOADIOS2
See #19796 for more context. …View Comment
astrophpeter open issue LLNL/popclass#57.
make package conda installable
samuelkgutierrez closed issue hpc/quo-vadis#274.
test-pthread-split example fails
Currently, the test program test-pthread-split
fails:
…View Comment
tpatki open issue flux-framework/flux-power-monitor#10.
Add Contributing.md and Code_of_conduct.md
jameshcorbett open issue flux-framework/flux-coral2#210.
Only delete workflows after a configurable timeout
@bdevcich asked, …View Comment
cyrush closed issue visit-dav/visit#19026.
avtGhostNodes Array not being extended properly
When working on #17950 for VisIt 3.4, we discovered that the avtGhostNodes array was not being extended properly: …View Comment
dmed256 closed issue dmed256/aibo#3.
Add toggle-button to packages
## Description …View Comment
astrophpeter closed issue LLNL/popclass#27.
Test pip install and package build on pull request
chu11 closed issue chaos/whatsup#20.
pingd flaky with >100 or so nodes
I’ve been playing around with whatsup-pingd for use with pdsh -v. It mostly operates well as long as there are less than 100 or so nodes in /etc/genders. …View Comment
cyrush open issue LLNL/conduit#1323.
fortran vs mpi logic blt cmake logic
see: …View Comment
cyrush open issue LLNL/blt#697.
fortran vs mpi logic
Use case: …View Comment
amagela closed issue lanl/benchmarks#109.
MiniEM build YAML clarification
The documentation is missing a step w.r.t. copying template.yaml
into spack.yaml
. This will be added. …View Comment
artv3 closed issue LLNL/raja-suite-tutorial#27.
macOS build issues
``` …View Comment
chu11 open issue flux-framework/flux-core#6251.
content: require backing store for checkpoint put
As noted in #6242, there appears to be an inconsitency in the content module …View Comment
hppritcha open issue open-mpi/prrte#17.
Merge PRRTE MCA namespace into the OMPI one
A follow-on to issue https://github.com/open-mpi/prrte/issues/16. Once PRRTE source code is moved out of 3rd-party to a top level folder, it may be worth seeing what would be involved in flattening the MCA space so that the PRRTE project MCA namespace would be subsumed into the OMPI MCA name space. …View Comment
IanLee1521 open issue elastic/integrations#10929.
GitLab Integration has inconsistent option menus
I was starting to test out the beta GitLab integration (v0.3.0) and noticed that the only the “GitLab API logs” and “GitLab Production Logs” expose their “Paths” options in the integration settings normally. …View Comment
cyrush closed issue Alpine-DAV/ascent#1297.
surfaces are rendered in parallel that should not be visible
this image is a render of a field with a camera positioned above a wing, where the surface topology is defined by tris in 3D space. geometric entities on the lower side that shouldn’t be visible are seen in the render – the flap farings, and the aft part of the engine nacelle. this was done on 28 ranks: …View Comment
agcapps open issue Alpine-DAV/ascent#1375.
If ascent_actions.yaml exists, it overrides what the user passes to Ascent::execute()
Ascent::execute()
lets the user pass in a Node with actions:
…View Comment
aschaf open issue mfem/mfem#4479.
Create `ParMesh` in cascading way
Hi, …View Comment
BradWhitlock closed issue visit-dav/visit#19780.
Blueprint reader not using offsets for unstructured topologies.
I had a mesh where I left some extra unused slots in the elements/connectivity array. I turned some quads into triangles. The elements/sizes were set to the right length and the elements/offsets were valid for seeking to each element. VisIt did not plot this correctly since the Blueprint code was not using elements/offsets to seek through the zones in the mesh (it was using sizes). …View Comment
garlick open issue worlickwerx/pi-parport#67.
consider the SMT version of the 40 pin GPIO header
Problem: the raspi cooler is almost required for the pi5 which necessitates mounting a HAT+ with 15mm (16mm recommended) clearance per the HAT+ spec. …View Comment
vsoch open issue converged-computing/performance-study#7.
ToDo Before End of Month
- [ ] Debug size 256 cluster on AWS EKS - likely cni issue …View Comment
jameshcorbett open issue flux-framework/flux-coral2#201.
Optionally dropping DW_JOB_ prefix from environment variables
I was talking with @behlendorf and @mcfadden8 and the consensus was that LC users would prefer to have their environment variables be just NAME instead of DW_JOB_{NAME}
. Presumably the same goes for DW_PERSISTENT_{NAME}
. …View Comment
jameshcorbett open issue NearNodeFlash/NearNodeFlash.github.io#199.
Optionally dropping `DW_JOB_` prefix from environment variables
I was talking with @behlendorf and @mcfadden8 and the consensus was that LC users would prefer to have their environment variables be just NAME
instead of DW_JOB_{NAME}
. Presumably the same goes for DW_PERSISTENT_{NAME}
. Could this be enabled with some additional configuration? …View Comment
cyrush open issue Alpine-DAV/ascent#1368.
legacy vtk extract issues
- check if fields are written as well as the mesh data …View Comment
vsoch open issue flux-framework/Tutorials#44.
Add tutorial survey link to main survey
To make it easy to find / click, we should have the survey linked directly at the end of the tutorial. This is a form that I can add right before we do the survey. It is also in the slides….View Comment
correaa open issue correaa/boost-multi#69.
.stride function (from layout) shouldn't compile
```cpp …View Comment
JustinPrivitera open issue LLNL/conduit#1320.
Make the node schema pointer getter const
https://github.com/LLNL/conduit/blob/fa0f8d3738b0c4cef95a0d05003f3b80aa381f23/src/libs/conduit/conduit_node.hpp#L3777 …View Comment
hppritcha open issue open-mpi/prrte#16.
move PRRTE from 3rd-party/prrte to a top level folder in the Open MPI repo
A follow-on to issue #13 - move PRRTE source code out of 3rd-party/prrte and in to a top level prrte folder. This would involve significant changes to the top-level autogen.pl in the OMPI repo. A good way to assess these changes is to examine the autogen.pl when an older branch of OMPI is checked out, for instance v4.1.x. This move would also require changes to Makefiles, and possible moving of the mca folder location in PRRTE to be more that found in the ompi/ompi, ompi/opal, and ompi/oshmem folders….View Comment
hppritcha open issue open-mpi/ompi#12773.
m4 cleanup on main since we will not be supporting external PRRTE
The m4 code in ompi_setup_prrte.m4 can be considerably simplified for the main
(and soon to be 6.0.x) branches since we will no longer support an external PRRTE option.
…View Comment
eliasboegel closed issue lilyinstarlight/nixos-cosmic#274.
Method to exclude default COSMIC apps
The KDE packaging for NixOS includes a way to exclude Plasma applications from being installed: https://nixos.wiki/wiki/KDE …View Comment
JustinPrivitera closed issue visit-dav/visit#19737.
8/13 test suite failures to review
### Describe the bug …View Comment
vladotomov closed issue mfem/mfem#4406.
Multiscale: An FE domain solve for every integration point
Hello, …View Comment
chu11 closed issue chaos/genders#62.
nodeattr --compress has 1024 character output limit
HOSTLIST_BUFLEN
in nodeattr.c is used in _hash_hostrange
such that the output size from nodeattr -f <file> --compress
can only be <= 1024 characters:
…View Comment
agcapps closed issue LLNL/axom#1167.
Memory error in the in/out query
User reports an Umpire error message saying “Cannot find allocator for pointer:
grondo open issue flux-framework/rfc#423.
RFC 27: consider adding flags to alloc request
In flux-framework/flux-core#5739 there is a proposal to add a flag to preemptible/standby jobs. A scheduler can then use this flag to determine if a job may be canceled to make way for a higher priority job. However, currently flags are not shared with the scheduler, which would have to read the submit
event to get the flags.
…View Comment
JustinPrivitera open issue LLNL/conduit#1318.
GLTF export
Add GLTF to relay mesh io…View Comment
jedbrown open issue Tehforsch/diman#78.
maintained version of hdf5
The hdf5 lib here has become unmaintained and doesn’t work with recent 1.14.x releases. We might want to switch to the maintained fork….View Comment
cyrush open issue Alpine-DAV/ascent#1360.
add a reflect filter
analogous to VisIt’s reflect operator, with the same quadrant options, and the options to keep / remove the original. …View Comment
tpatki open issue ovis-hpc/ovis#1431.
Update Variorum sampler to support v0.8
Variorum v0.8 has updated the JSON API for obtaining vendor-neutral power telemetry. …View Comment
tpatki open issue flux-framework/flux-power-mgr#6.
Rename to flux-power-monitor and flux-power-manager
Rename module names to flux-power-monitor and flux-power-manager. …View Comment
artv3 open issue LLNL/raja-suite-tutorial#30.
Example 04
Is missing N in the non-solution. …View Comment
tzanio closed issue mfem/web#271.
Documentation on DG boundary conditions is misleading (for 1D at least)
The documentation on boundary conditions reads, “In the Discontinuous Galerkin (DG) formulation the Natural, Neumann, and Robin can be implemented in precisely the same manner as in the continuous case.” (see https://github.com/mfem/web/blob/12882dfb42bf16fa181a0da7b9c1c92abbb57642/src/fem_bc.md?plain=1#L217) …View Comment
tzanio closed issue mfem/mfem#4398.
Inconsistency Between MFEM + ParaView for Symmetric Tensor Outputs
For outputting a QuadratureFunction
with vdim = height*(height+1)/2 (where height is the physical dimension of the problem), as would be used in particular for outputting a symmetric tensor, to ParaView using ParaViewDataCollection
, MFEM orders components from the symmetric matrix $T_{ij}$ as:
…View Comment
garlick open issue flux-framework/flux-core#6211.
not ok 17 - attach: reports job shell Killed if job shell is killed
Problem: this test frequently fails when ‘make check’ is run with a high -j value. …View Comment
jameshcorbett open issue flux-framework/flux-coral2#197.
DWS: handle broken kubernetes connection
An error occurred on elcap: …View Comment
cyrush open issue visit-dav/visit#19731.
opacity for wireframe and point rendering modes
### Is your feature request related to a problem? …View Comment
grondo open issue flux-framework/flux-coral2#195.
`dws_environment` shell plugin should cancel eventlog watch
The dws_environment
job shell plugin watches the job eventlog until the dws_environment
event is found:
…View Comment
vsoch closed issue converged-computing/fluxnetes#4.
Discussion: do a reservation instead
I think instead of MatchAllocate
we should do MatchAllocateElseReserve
and then we don’t need to run the job again - the work will be scheduled for a future point. I haven’t ever used this function, but I’m assuming since a single schedule cycle updates these reservations, we likely need to schedule this to run again at a time in the future (the time of the reservation) and run MatchAllocateElseReserve
again (and keep going until it’s allocated) or use a separate queue.
…View Comment
vsoch closed issue converged-computing/container-chonks#1.
Next things for docker container chonker experiments
- [x] look at number of layers over time …View Comment
cyrush closed issue LLNL/conduit#1314.
data type equals does not take into account the stride
```c++ …View Comment
vladotomov closed issue mfem/mfem#4429.
Boundary Dof (id) and physical location
Hello, …View Comment
tpatki open issue LLNL/variorum#576.
Sample at 50ms in the IBM Power9 Energy APIs
Currently, we’re sampling every 250ms – as a result, when we encounter a code that doesn’t do much work and takes less than 250ms, energy deltas get reported as zero. …View Comment
trws open issue flux-framework/flux-core#6184.
t2406-job-exec-cleanup Racy sub-test
Spurious test failure due to job not getting killed, or so it seems. Get a null for kill_timeout. …View Comment
tpatki open issue LLNL/variorum#575.
Support a choice between delta from the first call versus previous call in `variorum_get_energy_json`
Update the API to support nested calls in general, especially in Caliper-like tools. …View Comment
cyrush open issue visit-dav/visit#19720.
allow copying of auto generated expressions defs in the exprs window
### Describe the bug …View Comment
tgamblin open issue bssw-tutorial/bssw-tutorial.github.io#120.
tgamblin for 2024-08-02-atpesc: Update resource links by 2024-07-29
- [x] “Update https://github.com/bssw-tutorial/bssw-tutorial.github.io/tree/main/2024-08-02-atpesc/presentation-resources/spack.md by 2024-07-29”…View Comment
jeremylt closed issue CEED/libCEED#1640.
Bug in diagonal assembly AtPoints with multi active fields
The diagonal assembly at points has a bug. You can run this mpm mixed linear problem in ratel with -pc_type svd
or using field split but with -pc_type jacobi
it won’t converge….View Comment
wihobbs open issue flux-framework/flux-core#6165.
Usage of `/var/tmp/username`
Nick Sly gave a presentation to LC this morning about building containers for TOSS 4 and TOSS 5. In this presentation, he mentioned that his development on these containers for Flux was made inconvenient by the fact that Flux requires /var/tmp/username
to be mounted from the host of the container, which isn’t done by default.
…View Comment
wihobbs open issue flux-framework/flux-accounting#472.
`flux view-account --list-all-banks-in-json-please`
Steph was asking (for myLC/Lorenz) if there’s a command in accounting that can be used to list all of the banks (excluding the expired ones) on a host. I assume that if there isn’t, this is probably pretty low-hanging fruit…? …View Comment
artv3 open issue LLNL/RAJA#1711.
hip/cuda_global_thread_{x,y,z} not supported in RAJA::kernel
We get the following error when trying: …View Comment
markcmiller86 closed issue visit-dav/visit#19622.
Add modulus operator to expression language
This is already here as a function. Should we add it as an operator?…View Comment
vsoch open issue riverqueue/river#471.
workers not running
Hi! I have a setup that I’m trying to get working here and I’m trying to do a basic job Insert, and then verify that the worker is running. I’ve tried everything I can think of to do, and although I see that the insert returns a jobid (and reports adding to the queue): …View Comment
vsoch open issue flux-framework/flux-docs#271.
Tutorial container and instruction
We got good feedback today that it would be nice to have our Flux Tutorial more easily available on demand, and I agree. For this, after we finish for RADIUSS I’ll build a final variant of the “spawn” image and add some page here that more officially shows how to run it….View Comment
wihobbs open issue flux-framework/flux-core#6146.
t2406 and t2900 fail in GitLab CI, possible matching problem?
Sort of a head scratcher, for a few days now, t2406 job-exec: kill-timeout > original value has been failing: …View Comment
tpatki open issue flux-framework/PerfFlowAspect#165.
Add Fortran support with LLVM pass.
JustinPrivitera open issue LLNL/conduit#1309.
save mesh needs to put relative path in root file
https://github.com/visit-dav/visit/issues/18790…View Comment
markcmiller86 open issue LLNL/Silo#382.
SIZEOF_OFF64_T checks maybe need to go away
At one time, we had quite a mix of 32 and 64 bit systems. Then, we needed to take care that when Silo was dealing with things like file sizes or file offests, the data types being used were 64 bit. …View Comment
jameshcorbett open issue flux-framework/flux-sched#1255.
Condensing JGF
JGF is verbose, and Rabbit-y JGF on elcap systems can become very large. We discussed offline several ways to shrink JGF, both while maintaining the same format and compatibility with the standard (which?) and breaking the standard to achieve greater reductions in size. …View Comment
garlick open issue flux-framework/flux-sched#1254.
make qmanager internal info available via flux module stats
Placeholder for @trws - following up on a face to face discussion about enhancing flux module stats sched-fluxion-qmanager
to give insight into what’s going on, for example to use in tuning queue depth….View Comment
BradWhitlock open issue visit-dav/visit#19691.
Refine MFEM boundary meshes using MultiresControl operator.
I thought I’ve been able to do this before but perhaps it was with Blueprint. The DT team has been trying to visualize boundary meshes for MFEM meshes written via VisItDataCollection and read into VisIt via an mfem_root file. It is possible to plot the boundary mesh but when a MultiresControl operator is applied to it, nothing happens. …View Comment
hppritcha open issue open-mpi/prrte#13.
move prrte out of a submodule and into Open MPI repo
As part of the integration process of this PRRTe fork into Open MPI, we would like to move the prrte source currently in a submodule of the Open MPI source tree out of the submodule and into the Open MPI source proper. …View Comment
jandrej open issue EnzymeAD/Enzyme#2004.
Failure with new c++ sugar
https://fwd.gymni.ch/PE2qjx…View Comment
cyrush closed issue LLNL/conduit#1306.
Compilation failure on Ubuntu 22.04 with OpenMPI on recent commit
The compilation of the development branch seems to fail on Ubuntu 22.04 with OpenMPI after the most recent commits with the following error: …View Comment
hppritcha open issue mpi-forum/mpi-issues#850.
Need to add text in description of MPI_Session_init that it is a local operation
# Problem …View Comment
grondo open issue flux-framework/flux-sched#1251.
housekeeping only drains nodes if systemd unit can be run
The housekeeping service relies on the systemd unit to drain ranks that fail housekeeping. However, if the housekeeping systemd service isn’t configured or fails to start, then the node is not drained. Instead the node is put back into service without housekeeping being run, which could cause any number of failures….View Comment
imguoguo open issue imguoguo/Comments#37.
CamStan open issue LLNL/scr#592.
Create docs for python interface
Anything important to the users can go in https://github.com/LLNL/scr/tree/develop/doc …View Comment
hppritcha open issue open-mpi/prrte#10.
rename all prrte related binaries that will be used by Open MPI
Some of the binaries currently created as part of the PRRTe build will still be needed by Open MPI. However, we don’t want to have names which conflict with an external PRRTe installation. …View Comment
tzanio closed issue mfem/mfem#4344.
HypreBoomerAMG preconditioner memory leaks
Using the HypreBoomerAMG as a preconditioner for the CGSolver causes memory leaks in parallel code (but not in serial code). This can be observed in MFEM’s example codes ex0 and ex0p. This can be significant over a few hundred iterations. Changing the class from HypreBoomerAMG to, for example, a HypreSmoother resolves the issue. …View Comment
alizma closed issue METHODS-Group/DRDMannTurb#97.
Include examples and documentation in the pre-compiled wheels for the package
I think the examples and documentation should be included in the pre-compiled wheels. This would make the package a lot more usable. …View Comment
adrienbernede closed issue LLNL/radiuss-spack-configs#69.
Create specs for poodle
so we can set up GitLab CI for CTS2 and start running CI there….View Comment
markcmiller86 open issue visit-dav/visit#19657.
Do we still need this file
I happened to run across empty.c
in src/engine/main
which contains nothing but this comment…
…View Comment
cyrush closed issue visit-dav/visit#19656.
bug reading uniform blueprint mesh
### Describe the bug …View Comment
tpatki open issue flux-framework/PerfFlowAspect#162.
Upgrade the LLVM Pass to the New Pass manager (Clang-15+)
Related issue is #139. The -flegacy-pass-manager
option does not work after clang-14
, limiting the use of PFA on newer versions of clang. …View Comment
cyrush open issue LLNL/conduit#1295.
use some sort of `self` construct to allow blueprint index to survive renames?
``` …View Comment
artv3 open issue LLNL/RAJA#1691.
Improve RAJA layout documentation when using unit stride
When using Views and Layouts it is critical for performance to specify unit stride. Per user request, It would help users if we improve documentation to highlight this. One option is to enable unit striding by default. …View Comment
CamStan open issue ECP-VeloC/KVTree#73.
KVTree release for SCR v4.0
See SCR v4.0 project: https://github.com/orgs/LLNL/projects/26 …View Comment
vsoch open issue rootless-containers/usernetes#335.
Usernetes with bypass4netns on multi-node
Hi @AkihiroSuda ! :wave: …View Comment
v-dobrev closed issue mfem/mfem#4384.
Matthek triangle method for fast optimization of edges in mechanics and fluid simulation
See matthek triangle method is an extraction of nature forms by trees. …View Comment
vsoch closed issue flux-framework/spack#189.
[package-update] for flux-core: update-package/flux-core-2024-06-05
This is a request to open a pull request for a package update….View Comment
tpatki closed issue flux-framework/PerfFlowAspect#123.
Add object format for trace files (in addition to JSON Array format)
Chrome Tracing Format documentation: https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview#heading=h.q8di1j2nawlp …View Comment
artv3 open issue LLNL/raja-suite-tutorial#20.
Provide more description to lesson files
Will help users know what the lesson is ahead of time. …View Comment
adityamnk open issue IBMSpectrumComputing/ray-integration#18.
LSB_AFFINITY_HOSTFILE not set
Hi, I am using LSF on LLNL’s Lassen cluster. …View Comment
jakubcerveny closed issue hbb1/2d-gaussian-splatting#99.
Spurious blobs
I’m testing 2DGS on the ZipNerf dataset (Alameda kitchen shown below), and with default settings I’m getting these blobby surfaces: …View Comment
tpatki open issue LLNL/variorum#565.
Add CPU/Mem energy tracking on IBM print/get_energy_json APIs
cyrush open issue LLNL/conduit#1287.
topology combiner helper
While debugging an issue, I built manually built up several independent topologies and at the end of the process I was yearning for a function to combines them into a single mixed-element topology. …View Comment
eliasboegel open issue CEED/libCEED#1621.
More advanced Rust binding examples
Hi, …View Comment
gauthier12 open issue florianfesti/boxes#688.
Unable to run pre-commit on master
Describe the bug …View Comment
acfisher open issue mfem/mfem#4369.
Runtime disbatch HowTo
#3138 is adding runtime disbatch capability and building it in for certain high traffic integrators. It would be great to writ up a HowTo article to document how you use this disbatch capability and how to apply it to more integrators….View Comment
artv3 open issue LLNL/RAJA#1681.
Add examples with gpu global indexing for both kernel and launch
In a new example it may be useful to add a global indexing example to point users to. There are some for launch but a focused example may be useful for folks browsing through examples. The thought came from this interaction: https://github.com/LLNL/RAJA/issues/1679 …View Comment
jedbrown open issue HarryvL/fcVM-workbench#1.
Update wiki entry for fvFEM?
It sounds from your forum post like fcVM is in some sense a successor to fcFEM. Should this entry be updated or should there be a new entry? …View Comment
gauthier12 open issue florianfesti/boxes#687.
new category for boardgame
Hi, …View Comment
hppritcha open issue hppritcha/prrte#2.
Remove psched tool from Open MPI PRRTe fork
grondo open issue flux-framework/flux-core#6051.
job-manager possibly sends alloc requests after jobs have been canceled
In flux-framework/flux-sched#1222 @trws observed …View Comment
artv3 open issue LLNL/RAJA#1675.
Reduce redundant code in examples
PR https://github.com/LLNL/RAJA/pull/1665 introduces a new format for RAJA examples. Advantages include reduced code duplication while maintaining the ability to run a variety of backends when available. We can draw inspiration from this example to clean up other examples. …View Comment
tpatki closed issue LLNL/variorum#513.
Add rocm 6.0.2 dependency to docs.
tomstitt open issue LLNL/PyDV#277.
`create_plot` returns the `plt` module (instead of a handle to the plot)
I’m not sure if this is intended but create_plot
returns matplotlib.pyplot
(plt
) instead of a plot-specific reference like figure
or axis
, does it make sense to return those instead? I currently just matplotlib.pyplot.gcf()
after calling create_plot
to interact with the reference but that is less ergonomic imo.
…View Comment
JustinPrivitera open issue visit-dav/visit#19605.
Make CSV an entry in the Export Options
We should add CSV to the list of export options. When you select it, it will use Blueprint to CSV to do what you want. …View Comment
tpatki closed issue LLNL/variorum#553.
Newer MI200+ GPUs report GPU-domain-level (GPU socket-level) power data as opposed to individual devices
As an example from our MI200 node, here’s what rocm-smi
(v6.0.2 onwards) reports. Note here that GPU devices 1,3,5,7 do not report power values but report a N/A
instead. This is by design.
…View Comment
jeremylt open issue freeCodeCamp/freeCodeCamp#55194.
Profile GitLab Link
### Is your feature request related to a problem? Please describe….View Comment
jameshcorbett open issue flux-framework/flux-coral2#166.
Stop daemon on compute nodes after jobtap prolog completes
There are clientmount daemons running on every compute node to handle the mounting and unmounting of rabbit file systems. The daemons produce noise, and there have been some investigations lately into how to reduce it. In theory the daemons only need to be running when there are file systems to mount or unmount, at the beginning and end of jobs. …View Comment
mplegendre open issue dyninst/dyninst#1763.
Missing entries in DWARF line information lookup
When looking up line information entries by address, SymtabAPI is failing to return some line entries that should exist. …View Comment
chu11 closed issue LLNL/magpie#343.
fix cornercase / functionality / default tests
It has been a long time since I have tested “default”, “cornercase” and “functionality” tests (I normally just test specific hadoop/spark versions). it appears various test errors have creeped in over the years as little things in newer versions have changed. …View Comment
cyrush open issue Alpine-DAV/ascent#1317.
replay -- parse actions before reading data
best to know if you have malformed actions before you spend effort doing I/O. …View Comment
v-dobrev open issue xiaoyeli/superlu_dist#166.
Potential issue when using PARMETIS column permutation in v8.2.1
I noticed this during testing of mfem-4.7 with SuperLU_DIST v8.2.1 – one of the mfem examples that uses SuperLU_DIST, examples/ex11p.cpp
hangs when run with:
…View Comment
corbett5 closed issue ITensor/ITensorMPOConstruction.jl#17.
Follow style guides for casing of function names and keyword arguments
In Julia, it is standard to use snake casing rather than camel casing, see style guides such as https://docs.julialang.org/en/v1/manual/style-guide and https://github.com/JuliaDiff/BlueStyle….View Comment
jeremylt closed issue Eudicods/outworlds-wastes#15.
Official Release
I would like to release a stable version of the rules around the time that the Mercenaries Kickstarter boxes arrive for people. …View Comment
CamStan open issue ECP-VeloC/spath#30.
spath release for SCR v4.0
See SCR v4.0 project: https://github.com/orgs/LLNL/projects/26 …View Comment
CamStan open issue ECP-VeloC/shuffile#33.
Shuffile release for SCR v4.0
See SCR v4.0 project: https://github.com/orgs/LLNL/projects/26 …View Comment
CamStan open issue ECP-VeloC/redset#56.
Redset release for SCR v4.0
See SCR v4.0 project: https://github.com/orgs/LLNL/projects/26 …View Comment
CamStan open issue ECP-VeloC/rankstr#24.
Rankstr release for SCR v4.0
See SCR v4.0 project: https://github.com/orgs/LLNL/projects/26 …View Comment
CamStan open issue ECP-VeloC/er#42.
ER release for SCR v4.0
See SCR v4.0 project: https://github.com/orgs/LLNL/projects/26 …View Comment
CamStan open issue ECP-VeloC/KVTree#73.
KVTree release for SCR v4.0
See SCR v4.0 project: https://github.com/orgs/LLNL/projects/26 …View Comment
CamStan open issue ECP-VeloC/AXL#144.
AXL release for SCR v4.0
See SCR v4.0 project: https://github.com/orgs/LLNL/projects/26 …View Comment
hppritcha closed issue spack/spack#42651.
Installation issue: OpenMPI@5.0.{1,2} incorrect pmix dependency version range
### Steps to reproduce the issue …View Comment
BradWhitlock closed issue LLNL/axom#1337.
Calling host function in host device function.
The following was reported on Teams. A host function is being called from a host_device function. In this case, the std::numeric_limits<>::max() function is being called and it is host-only. Calls like this could affect Axom on CUDA or HIP. …View Comment
jakubcerveny closed issue jakubcerveny/gilbert#11.
C implementation returns 0, 0 as an index for larger dimensions.
I think it is because of this line. …View Comment
grondo open issue flux-framework/flux-sched#1222.
submitting a large number of jobs and canceling them caused scheduler "hang"
On elcap a user submitted a large number of jobs, each requesting a specific node, then thought better of it and canceled them all. For the past few hours the scheduler has not scheduled any jobs and the “alloc pending” count is stuck at many thousands. …View Comment
markcmiller86 open issue visit-dav/visit#19591.
Cannot parse xdmf file
### Describe the bug …View Comment
vsoch closed issue flux-framework/spack#193.
[package-update] for flux-sched: update-package/flux-sched-2024-06-07
This is a request to open a pull request for a package update….View Comment
grondo open issue flux-framework/flux-core#6038.
flux-start silently ignores `--recovery` when `-s, --test-size` is also present
``` …View Comment
artv3 closed issue LLNL/RAJA#1566.
Add expt::KernelNaming forall example
We are missing an example that exercises the kernel naming capability in RAJA::forall. At the moment I can’t seem to compile the example provided in the RAJA docs (https://raja.readthedocs.io/en/develop/sphinx/user_guide/feature/reduction.html#experimental-reduction-interface). …View Comment
garlick open issue flux-framework/flux-sched#1221.
add ability to query current schedule
Problem: as mentioned in #1219, it would be handy to be able to dump a schedule snapshot, perhaps as json. …View Comment
wihobbs open issue LLNL/maestrowf#444.
feature request: "prettier" error message for missing keys or empty YAML file
Hi folx! I was working with some new-to-HPC users in a tutorial this morning, and one of them observed that when a blank YAML or YAML missing values was passed to maestro run
, you get an entire Python traceback:
…View Comment
cyrush open issue Alpine-DAV/ascent#1310.
compile issue when dray stats are off?
https://github.com/Alpine-DAV/ascent/blob/0158038eb468e5a2e470f63ae271b5297d880ce2/src/libs/dray/utils/appstats.cpp#L264…View Comment
v-dobrev open issue mfem/mfem#4335.
Fix the FMS unit test and the FMS example file `data/star-q3.fms`
The FMS unit test fails as of v4.7. We need a tolerance when comparing the node coordinates. …View Comment
grondo open issue flux-framework/flux-core#6026.
`flux overlay status` is slow on large systems
flux overlay status
is slow on large system instances with a flat TBON. There is potential that it is unnecessarily contacting all rank 0 children serially to produce the default output.
…View Comment
garlick open issue flux-framework/flux-pmix#100.
rhel 9 compilation errors
Problem: rpm build of flux-pmix fails in our rhel 9 build farm with …View Comment
jedbrown open issue FossifyOrg/Messages#180.
Group messages have wrong authors
### Checklist…View Comment
jeremylt open issue CEED/libCEED#1595.
NumElem arg for BasisApplyAtPoints
With the GPU strategy I’m using for AtPoints, I need to modify the BasisApplyAtPoints signature to include a number of elements argument…View Comment
artv3 open issue LLNL/raja-suite-tutorial#19.
Advanced tutorial
- [ ] Example of using gpu loop vs direct policies @kab163 …View Comment
cyrush open issue Alpine-DAV/ascent#1306.
add ability to clear expr + query history
markcmiller86 open issue visit-dav/visit#19565.
This is alarming...Engine and mdserver linked with DB plugin libs!
Go to build dir for engine and do a make clean; make VERBOSE=1 >& junk.out
and then grep junk.out
for hdf5
. You will get hits. But, you should NOT get hits for hdf5. hdf5 is used only in a database plugin lib. If I look at a link of the libengine_ser.dylib
, I get all the items listed below.
…View Comment
garlick open issue flux-framework/flux-test-collective#22.
create environment for flux-core t2410-sdexec-memlimit.t to run
Problem: t2410-sdexec-memlimit.t
is skipped in flux-core’s regular CI.
…View Comment
garlick open issue flux-framework/flux-sched#1210.
investigate unscheduled jobs during cancelation leak
As noted in flux-framework/flux-core#5990, some follow up is needed on why jobs weren’t scheduled when the “alloc leak” occurred on el cap….View Comment
vsoch open issue flux-framework/flux-k8s#71.
Post refactor changes needed
- [x] Update fluence to go 1.20 or 1.21: We are going to hit issues using fluence (go 1.19) with other integrations like rainbow (go 1.20) and on our systems (go 1.20), and after #69 should consider updating. …View Comment
milroy closed issue flux-framework/flux-k8s#71.
Post refactor changes needed
- [ ] Update fluence to go 1.20 or 1.21: We are going to hit issues using fluence (go 1.19) with other integrations like rainbow (go 1.20) and on our systems (go 1.20), and after #69 should consider updating. …View Comment
tpatki open issue LLNL/variorum#546.
Add power capping functionality to Sapphire Rapids.
Add the functionality for variorum_cap_each_socket_power_limit
and variorum_cap_best_effort_node_power_limit
by adding two new low-level functions to the 06_8F
file for our RIKEN collaborators.
…View Comment
artv3 closed issue LLNL/RAJA#1651.
fix SYCL example
When built with SYCL, the dynamic_mat_transpose.cpp
example code fails at run-time. I haven’t investigated, it could be a memory issue. The example also uses the RAJA method setQueue
to set a global SYCL resource. This should be removed and pass a SYCL resource to the launch method directly instead. The RAJA setQueue
method is going away….View Comment
JustinPrivitera closed issue visit-dav/visit#18226.
Upgrade VisIt to the latest and greatest Conduit
Eventually, we must upgrade Conduit to the next version (likely 0.8.5) so we can take advantage of wedge and pyramid support. …View Comment
bhatele closed issue hpcgroup/pipit#102.
Update HPCToolkit reader to access meta.db
Since HPCToolkit version 2022.10.01, we switched to the new database format, which uses meta.db
instead of experiment.xml
from the old database format.
…View Comment
cyrush open issue LLNL/conduit#1283.
error building with numpy 2
Error from conda forge numpy 2 build …View Comment
adayton1 open issue LLNL/axom#1342.
Fast closest_point operator for Quadrilateral and/or Polygon
Does anyone know of a fast algorithm for computing the closest point to a (possibly non-planar and possibly concave) quadrilateral or polygon? I have an application that currently computes the algebraic center of a quadrilateral and then uses that to divide the quadrilateral into 4 triangles. The closest point is then computed for each triangle and we take the one with the minimum squared distance. But this algorithm is expensive (currently accounts for about 15% of the run time)….View Comment
vsoch open issue isala404/kube-ebpf#1.
Updated version?
Hi! I’m trying to test this out (just locally with kind to start) and there is an issue with the init-headers: …View Comment
jakubcerveny closed issue jakubcerveny/gilbert#12.
How to modify it to a curve generation algorithm for local encryption
grondo open issue flux-framework/flux-core#5987.
hostlist: perf issue in `hostlist_find_host()` due to `hostname_create()`
@trws noted in some perf benchmarking of Fluxion that hostlist_find_host()
and specifically hostname_create()
was taking a large percentage of time due mainly to the calloc(3)
used in creating the struct hostname
used for matching purposes.
…View Comment
vsoch open issue converged-computing/rainbow#37.
ARM build needed for arm clusters that deploy rainbow
tpatki closed issue LLNL/variorum#544.
Incorrect GPU utilization parsing in var_monitor
We noticed in the hackathon yesterday that two GPUs are missing in the output CSV due to a minor parsing error. …View Comment
JustinPrivitera open issue LLNL/conduit#1279.
`generate_sides` for matsets
It would be good to have a path for material sets defined on polytopal topologies….View Comment
tzanio open issue mfem/mfem#4296.
Missing documentation
We should probably add the fem/integ
directory to the list of Doxygen documentation directories and check if other important directories are missing….View Comment
vsoch open issue converged-computing/rainbow-experiments#3.
Next spack experiments
- [ ] Fix bug that clusters are added to config (with empty token) …View Comment
BradWhitlock open issue LLNL/axom#1337.
Calling host function in host device function.
The following was reported on Teams. A host function is being called from a host_device function. In this case, the std::numeric_limits<>::max() function is being called and it is host-only. Calls like this could affect Axom on CUDA or HIP. …View Comment
markcmiller86 open issue visit-dav/visit#19506.
3.4.1 doesn't work with trackpad on macOS
### Describe the bug …View Comment
cmoussa1 closed issue flux-framework/flux-docs#105.
flux-accounting: add docs for building, installing, and setting up flux-accounting
Once flux-accounting v0.10.0
is released, it would be a good idea for me to add some official documentation on building/installing flux-accounting and setting it up on a machine. This should include instructions on some of the major components of flux-accounting, which include:
…View Comment
jameshcorbett open issue flux-framework/flux-coral2#161.
Enable more flexible lustre scheduling
If #157 goes in and changes the layout of the resource graph, it will enable jobspecs that look like this: …View Comment
markcmiller86 open issue HDFGroup/hdf5#4471.
h5ls cores on toss4 system @llnl compiled with IntelOne API
I am attaching a tar file with as much info as I can provide. …View Comment
samuelkgutierrez closed issue hpc/quo-vadis#35.
Cross-Paradigm Scope Acquisition
We probably need a cross-paradigm scope acquisition function. For example, threads acquiring and then operating on a scope created from within an MPI context. In this use case, the idea is that the threads want to operate within the hardware bounds defined by the scope created by the parent MPI process. …View Comment
alizma open issue LLNL/echemfem#14.
Documentation for fluid solvers?
The provided fluid solvers seem somewhat opaque and would benefit from further discussion. What are the permissible ranges of parameters? Maybe some references to how this works would also be helpful. …View Comment
vsoch closed issue converged-computing/converged-computing.github.io#4.
Add contributors badges to README
tgamblin closed issue spack/spack#43267.
post-solve `output.satisfies(input)` check returns false positive when input is (partially) concrete
### Steps to reproduce …View Comment
adayton1 open issue LLNL/axom#1332.
Vector normalization
Axom currently handles normalizing the zero vector (and tiny vectors) by returning {1, 0, 0}. Is this really the behavior we want? …View Comment
hppritcha open issue mpi-forum/mpi-issues#849.
PR 938 needs a changelog entry for MPI 4.2
# Problem …View Comment
chu11 open issue chaos/cerebro#25.
socket buffer size could be increased
On very large clusters we’ve seen listeners lose packets (grep for port 2293 (8851 in hex) on /proc/net/udp). …View Comment
tpatki open issue LLNL/variorum#543.
Variorum get_current_version reports old version 0.5.0
Tested on Lassen with commit 50b21f on 5/2. Need to update version. …View Comment
tpatki open issue LLNL/msr-genie#10.
Add link to paper in README
https://dl.acm.org/doi/abs/10.1145/3624062.3624146…View Comment
jameshcorbett open issue flux-framework/flux-sched#1193.
Match policies malfunctioning on rabbit-like graph
Using the match policies low
and lownode
on this JGF representation of rzvernal: rzvernal_R_norabbit.json
…View Comment
jedbrown closed issue rsmpi/rsmpi#182.
Should ready send be unsafe?
Ready send is quite unsafe, as I’ve documented in https://github.com/rsmpi/rsmpi/commit/1e5eeabc7f2b7f55976d3bc8df0867a229d03425 after someone accidentally misused it. @jtronge @hppritcha :wave: Do you feel like there is any way to make a safe ready send (and would that be worth it)? My biggest concern here is that while misuse can often be reported by MPI, it is not even deterministically knowable whether the a receive has been posted before a ready send is initiated. I think there are some symbolic execution/formal methods techniques that can be applied to this problem, but I don’t see a way to get that sort of thing into the Rust type system. Also, I think ready-send is quite a niche that we shouldn’t be encouraging users to use. Shall I make the ready send interfaces unsafe
for mpi-0.8?…View Comment
BradWhitlock closed issue LLNL/axom#1324.
Find polygon by intersecting tet with a plane
@adayton1 requested a method to find the polygon resulting from the intersection of a tetrahedron with a plane. This would enable EL3D to use Axom to underpin their 2D ProE shaping. Typically, ALE3D intersects a tet with the plane z = 0, obtaining a 2D polygon (dropping the z coordinate), then computes the volume of intersection of that polygon with nearby quadrilaterals….View Comment
chu11 open issue chaos/powerman#184.
redfishpower: add workaround for libcurl DNS race
A DNS race in libcurl exists in versions before 7.66, it can lead to redfishpower returning “network error” for power operations (“ Timeout was reached” after PR #183). It appears to exist in RHEL libcurl-7.61.1-33.el8_9.5.x86_64. …View Comment
imguoguo open issue riscv-software-src/opensbi#353.
System freezes when setting smp value to 54 or higher with qemu-system-riscv64
Description: …View Comment
jeremylt open issue freeCodeCamp/news#877.
Menu Button on News Platform
### Describe the Issue…View Comment
wihobbs open issue flux-framework/flux-test-collective#21.
add multiple brokers per node
@grondo caught an issue in intel-MVAPICH on corona mentioned in flux-core#5912 that shows up when running multiple brokers per node. That’s a configuration we should be testing….View Comment
adayton1 closed issue LLNL/axom#1307.
Add test cases for finding the closest point on a triangle
My application is getting fairly different answers in some cases when using the closest_point query. I noticed there are no test cases for the triangle case. Having a few test cases would definitely increase my confidence that closest_point is actually doing the right thing. …View Comment
IanLee1521 open issue elastic/support-diagnostics#690.
Add support for sanitizing kibana and logstash bundles
Right now, the sanitization script / readme states: …View Comment
cmoussa1 open issue flux-framework/flux-accounting#445.
docs: move flux-accounting guide to this repo
The flux-accounting guide in flux-docs should be moved to this project instead of living in flux-docs….View Comment
cyrush open issue Alpine-DAV/ascent#1278.
all reuse of past actions
if user knows actions won’t change, provide a path to avoid checking for ascent_actions.{yaml,json}, and use last set of actions….View Comment
chu11 open issue flux-framework/flux-core#5906.
cron: race may cause cron jobs to never run again
While playing around with flux cron
for #5905 noticed a corner case (or possibly 2).
…View Comment
grondo open issue flux-framework/flux-core#5904.
flux-perilog-run exits silently with failure when one or more ranks are not online
While debugging flux-framework/flux-sched#1182 it took much longer than necessary to determine what was going on because the prolog was failing silently. …View Comment
IanLee1521 open issue elastic/integrations#9648.
New OpenShift Integration?
Hi there – …View Comment
aperloff open issue LLNL/SSAPy#1.
SSAPy v1.0.0 not properly closing the lunar harmonics file?
Describe the bug …View Comment
cyrush open issue visit-dav/visit#19456.
color tables missing between 3.3.3 and 3.4.1
### Describe the bug …View Comment
adrienbernede open issue LLNL/radiuss-spack-configs#100.
Clean up old compilers.
cyrush open issue visit-dav/visit-website#19.
direct pushes are allow, but you get yelled at
when pushing you will see: …View Comment
eleon open issue hpc/quo-vadis#105.
Test double split operations
Create a program in tests
to test the following scenarios. Let’s say we have a dual socket node with 2 GPUs per socket. We also have four MPI tasks.
…View Comment
jameshcorbett open issue flux-framework/flux-coral2#145.
dws-jobtap: handle dws service crashes
cjekel open issue huggingface/transformers#30056.
SDPA gives nans/infs during sampling on ROCM w/ float16
### System Info…View Comment
IanLee1521 open issue herrBez/elastic-blog-openshift-logging#5.
Meta: Upstream an integration?
@herrBez - this might or might not be a question for you, but what do you think about the idea of turning all of these snippets into a dedicated OpenShift agent integration? That way we could just add all of these pieces in a package instead of piecemeal. …View Comment
jamiebramwell open issue LLNL/serac#1099.
Add SLEPc for eigenvalue solvers
This should be fairly straightforward now that we build with PETSc. https://slepc.upv.es/…View Comment
adayton1 open issue LLNL/axom#1305.
Requesting closest_point operator for Segment
This is a request for a closest_point operator for finding the closest point on a Segment. …View Comment
cyrush open issue visit-dav/visit#19435.
visit_utils.engine.open(method=`slurm`) --> use SLURM_NPROCS
### Describe the bug …View Comment
markcmiller86 open issue LLNL/Silo#372.
toc object returned from python interface not iterable or introspectable
In the python interface, DBGetToc()
returns a toc
object that that object is useless except to print. A program needs to be able to iterate over it, introspect it, etc….View Comment
cyrush open issue Alpine-DAV/ascent#1266.
check that visit session converter works with python3
check current status of visit session python and add a unit test for the converter to make sure it stays healthy….View Comment
jameshcorbett open issue flux-framework/flux-coral2#139.
Draining compute nodes that lose connection with their rabbit
Sometimes compute nodes can lose their connection with their rabbits. When this happens they should be drained. Although compute-only jobs could still run on those nodes, Brian Behlendorf and @garlick seemed to agree in separate offline discussions that draining the nodes will get admins to investigate; if the nodes were not drained, they might not notice….View Comment
jameshcorbett open issue NearNodeFlash/NearNodeFlash.github.io#146.
Testing / kind environment: marking `Storage` compute nodes as offline
For testing purposes it would be nice if there was a mechanism to mark compute nodes as “Offline” in the Storage resource so that I could check that Flux handles the update correctly. …View Comment
JustinPrivitera closed issue LLNL/conduit#1265.
generate_sides needs w/ fields output needs to be robust to no fields input
This will fail if the source mesh lacks fields: …View Comment
adayton1 open issue LLNL/RAJA#1618.
Support assignment operator for layouts (and views)
RAJA/util/TypedViewBase.hpp:481:23: …View Comment
vsoch open issue converged-computing/ensemble-operator#6.
Design Thinking: submitting jobs
I’m looking at a traditional “submit this job” minicluster, e.g., here is the current lammps: …View Comment
chu11 closed issue chu11/freeipmi-mirror#69.
don't use MAXHOSTNAMELEN for hostname buffer size
see https://savannah.gnu.org/bugs/index.php?64824…View Comment
uvilla open issue pecos/tps#261.
Assign GPU to MPI rank
The current way that in TPS we assign a GPU to each MPI rank is (see here ): …View Comment
jandrej open issue EnzymeAD/Enzyme#1802.
Injected headers for c++ break tooling
The injected headers in https://github.com/EnzymeAD/Enzyme/blob/main/enzyme/Enzyme/Clang/include_utils.td break tooling like clangd for autocompletion. …View Comment
jeremylt open issue CEED/libCEED#1532.
Drop duplicate headers
Loading source to a string for JiT currently chases all local includes. It would help for debugging if we make sure we only include each file once….View Comment
garlick open issue chaos/powerman#165.
a powerman.dev send string wtih stray printf tokens can cause a segfault
From powerman.dev(5): …View Comment
alizma closed issue METHODS-Group/DRDMannTurb#44.
Test Suite
We should include tests for basic functionality for …View Comment
tpatki open issue LLNL/variorum#532.
Add support for print and JSON APIs for GPU energy values
vsoch open issue go-hep/hep#1010.
distributed use cases?
Hi! I’m looking for a go framework to run experiments on an HPC cluster, and I’m wondering if any of your simulations are amenable to that? Basically I can have a set of connected nodes and (if the library supports something like distributed) I’m hoping to use them. Thanks!…View Comment
vsoch closed issue flux-framework/flux-operator#211.
Refactor v0.2.0: Read if you want to use the Flux Operator!
We have a WIP pull request that will make several improvements to the Flux Operator, and if you are using for the first time we recommend you use this version. The reason we aren’t merging is to await a paper (that details notes from the previous version). …View Comment
jedbrown open issue rust-lang/mdBook#2337.
Codegen/profile options in configuration
### Problem…View Comment
jandrej closed issue mfem/mfem#4186.
QuadratureSpace and FinitelElementSpace discrepancy for GetVDim
QuadratureSpace
doesn’t track the vdim whereas FinitelElementSpace
does.
…View Comment
cyrush open issue Alpine-DAV/ascent#1257.
issue building vtk-m with gcc (8.3.1) + cuda (10 or 11) on LLNL lassen
Compiler info: …View Comment
agcapps closed issue LLNL/axom#1210.
Read bbox subset of mesh
Users of a code have been spotted reading in huge ProE mesh files with abandon, then complaining when they run out of memory. (“All die. O the embarrassment.”) My first answer is “well, don’t do that.”
…View Comment
cyrush open issue visit-dav/visit#19385.
timeslider output format bug
### Describe the bug …View Comment
markcmiller86 closed issue markcmiller86/hello-numerical-world#6.
Critical Documentation
The update_solution_* functions should have doc-strings in the code so that people can modify and test them. Currently there is minimal documentation. …View Comment
gardner48 closed issue LLNL/sundials#211.
[RFC] Request for comment on a proposal to require a (almost) C99 compliant compiler to build SUNDIALS
The SUNDIALS team is requesting comments in regard to the following proposal. Specifically, we are interested in comments about negative impacts the proposal may have on our users (concrete or otherwise). …View Comment
adrienbernede open issue LLNL/radiuss-shared-ci#35.
Re-running "release allocation" job should be fail-proof.
We don
cyrush open issue visit-dav/visit#19368.
detect ssh key accept prompts when logging into a new system
### Describe the bug …View Comment
alecbcs closed issue spack/spack-gantry#15.
Tooling/config updates
- update pyproject.yaml
…View Comment
tpatki open issue LLNL/variorum#522.
Rename powmon to var-monitor
Considering the added functionality in powmon
, renaming it to var-mon
or var-monitor
may be a good idea….View Comment
jameshcorbett open issue flux-framework/flux-core#5771.
Transient `no job-ingest.submit service` error on elcap
Yesterday afternoon between 17:55 and 17:56 Brian Behlendorf submitted a bunch of jobs on elcap and they all failed with flux-run: ERROR: No service matching job-ingest.submit is registered
.
…View Comment
balos1 closed issue LLNL/sundials#249.
Values may overflow in SUNHashMap on Windows
See warnings in https://github.com/LLNL/sundials/actions/runs/3861321674/jobs/6582228224. …View Comment
gardner48 closed issue LLNL/sundials#409.
Type conversion (maybe corrupting data)?
Hi …View Comment
cmoussa1 open issue flux-framework/flux-accounting#426.
plugin: move accounting-specific helper functions to `accounting.cpp`
The priority plugin has defined a number of helper functions that are specific to flux-accounting, and thus would make more sense if they were instead defined in accounting.cpp
. After a perusal through the plugin code, the functions that make the most sense to move out would be check_queue_factor ()
and check_map_for_dne_only ()
. …View Comment
correaa open issue openbabel/openbabel#2675.
Make OpenBabel read pymatgen format
Is your feature request related to a problem? Please describe. …View Comment
vsoch open issue converged-computing/jsongraph-go#7.
serialization to json needs to remove element structure
vsoch open issue c0mm4nd/go-hwloc#1.
topology can't be allocated in Go (Is this being maintained)?
I just tried adding to my library, and: …View Comment
vsoch open issue flux-framework/fluxion-go#7.
Conversion of JGF v2 to JGF v1
Fluxion currently requires JGF version 1. The version 2 is a better design that allows for indexing the nodes based on name (as opposed to a list) and there are subtle differences in the design. I would prefer to continue developing tools (e.g., compspec-go) anticipating v2, so I think an OK strategy for the time being will be to allow fluence to accept a v2 and convert to v1 to give to flux. I’ll be able to implement this shortly when I’m ready (I’m currently adding the export of the cluster graph from compspec-go, which I’m going to use version 2 for). This will mean that: …View Comment
cmoussa1 open issue flux-framework/flux-accounting#424.
`job.state.priority`: use new external function for association lookup, general function improvement
Continuing the various improvement surrounding the priority plugin code, the job.state.priority
callback could stand to be improved by making use of the new external function(s) defined in accounting.cpp
, as well as a few general comment and function description improvements….View Comment
jedbrown open issue CGNS/CGNS#754.
Format specifier macros for cgsize_t
HDF5 has the following definitions, which allow reading and formatting of type hsize_t
.
…View Comment
cyrush open issue visit-dav/visit#19343.
3.4.1 release build tracker
Tracking Issue for all 3.4.1 release builds done by LLNL team. …View Comment
vladotomov closed issue mfem/mfem#4144.
How to generate the right-hand side using an analytical solution?
Hi
tpatki open issue flux-framework/flux-sched#1146.
Performance Data Collection for Fluxion
Use either Caliper or PerfFlowAspect to annotate the key Fluxion functions to gather scheduling overhead data. …View Comment
tgamblin closed issue archspec/archspec#113.
Imprecise information returned from archspec.cpu.host() on Windows
On windows, archspec could return more significant info. It seems to provide default information that isn’t detailed for the current system. My understanding is that there should be similar outputs for windows and WSL2 since they are on the same physical machine. …View Comment
cyrush open issue LLNL/uberenv#129.
python3.12 dropping distutils
distutils is dropped in python 3.12 …View Comment
cyrush open issue visit-dav/visit#19328.
cant build vtk-9 with qt6 on toss4
### Describe the bug …View Comment
tgamblin closed issue spack/spack#40408.
All submodules unexpectedly fetched
#27293 introduces a method of a package defining specific submodules to update. If the package requests no submodules be updated by sending back an empty list, all submodules are updated….View Comment
samuelkgutierrez open issue hpc/quo-vadis#78.
Exchange Versions During Handshake
grondo open issue flux-framework/flux-core#5746.
job shell blocks at exit in degraded job
Problem: A Flux job can survive loss of a node or job shell if the shell rank does not intersect with the critical-ranks
set. However, when that job eventually exits “normally” the remaining shells hang at exit, presumably waiting for the lost shell or shells to enter the exit barrier.
…View Comment
tpatki open issue flux-framework/PerfFlowAspect#132.
Need to add CMake setup files
We need the equivalent of SetupJansson.cmake in this repository. …View Comment
IanLee1521 open issue LLNL/toss-stig#46.
TOSS-04-020070 - MFA options
Make explicit to document with ISSO if using something else….View Comment
jamiebramwell open issue LLNL/serac#1080.
Investigate why DSuperLU can't be used when systems are resized
I had some issues with SuperLU in the tests where if the matrix was resized, then SuperLU wouldn’t work. This is an issue in SolidMechanics::warmStartDisplacement()
where only the displacements are updated without the LM block. I only tested with strumpack and SuperLU, but if MUMPS/Pardiso/etc. are added to serac in the future, this macro may need to be updated…
…View Comment
JustinPrivitera closed issue LLNL/conduit#1243.
Refactor Generate Sides code to take advantage of `data_accessor` set
Now that #1143 is complete, we can finish cleaning up generate_sides templating. See #1138 for more info and discussion….View Comment
JustinPrivitera open issue visit-dav/visit#19313.
The tests are broken: `No module named 'visit_testing'`
``` …View Comment
jakubcerveny closed issue jakubcerveny/gilbert#7.
Implement `d2xy`, `xy2d`, `d2xyz`, `xyz2d`
It would be nice to have stand alone conversion functions that convert from spatial dimensions to position along the curve (xy2d
, xyz2d
) and vice versa (d2xy
, d2xyz
).
…View Comment
correaa open issue QMCPACK/qmcpack#4921.
some deterministic tests fail
Describe the bug …View Comment
correaa open issue eliaskosunen/scnlib#101.
Library not working in Godbolt Compiler explorer
I am not sure if you have added the library to Godbolt, but in case you did, it is not working. …View Comment
cyrush closed issue LLNL/conduit#1238.
Use O2M index for matset converters
https://github.com/LLNL/conduit/blob/develop/src/libs/blueprint/conduit_blueprint_o2mrelation_index.hpp…View Comment
daboehme closed issue LLNL/Caliper#533.
adiak_DIR, not adiak_PREFIX
Check this doc: …View Comment
daboehme open issue LLNL/GOTCHA#142.
Gotcha segfaults in Caliper-annotated code when finalizing Python
Hi all, I got a report from @pramodk about a gotcha-related segfault when using Caliper here: LLNL/Caliper#529 …View Comment
BradWhitlock closed issue LLNL/conduit#1245.
Strided structure topo crashes topology::length function.
I made a strided structured topo and wanted to compute its length using topology::length(). It crashes because the number of children (due to offsets, strides) causes the code to index out of bounds. …View Comment
JustinPrivitera closed issue visit-dav/visit#18716.
Blueprint Reader: Unstructured Points case is not correctly handled
Blueprint allows two kinds of point meshes. One is implicit: you set up explicit coordinates and then define an implicit topology of points on top of it. The topology will use all the points in the coordinate set. The other kind of point mesh is an unstructured mesh where the shape type is points. The difference is illustrated by the braid
example. You can choose to have an explicit coordset with an explicit topo of points or an explicit coordset with an implicit topo of points. The unstructured (explicit) points case allows us to specify which points from the coordinate set we want to use.
…View Comment
JustinPrivitera open issue LLNL/conduit#1243.
Refactor Generate Sides code to take advantage of `data_accessor` set
Now that #1143 is complete, we can finish cleaning up generate_sides templating. See #1138 for more info and discussion….View Comment
aschaf open issue mfem/mfem#4099.
Accessing LinearForm::boundary_integs_marker
Hi, is there currently a pull request implementing the missing getter-function for the boundary_integs_marker
array of LinearForm
? I did not realize that it was missing when I was fixing the constructor. Otherwise I would open a new PR and implement the GetBLFI_Marker()
function.
…View Comment
jamiebramwell closed issue LLNL/serac#1068.
Shape optimization filter implementation not matching mfem results in parallel
I’m trying to match an mfem implementation for a shape optimization filter using serac. The solutions matching serial, but not in parallel. The relevant code is pasted below. …View Comment
tzanio open issue GLVis/glvis#268.
Additional color palettes?
Consider adding support for additional color palettes such as the colour-vision deficiency friendly and perceptually-uniform colour maps at https://zenodo.org/records/8409685 …View Comment
IanLee1521 open issue elastic/integrations#8989.
Cisco IOS Grok Failure
Hi there – …View Comment
alecbcs open issue LLNL/hubcast#41.
Document basic account map functionality in contributing docs
## Problem/Opportunity Statement …View Comment
JustinPrivitera closed issue LLNL/conduit#1222.
Generic matset converter
It would be nice to be able to swap between matset types easily. …View Comment
agcapps closed issue LLNL/axom#101.
Group::load() and save() should return a success value
The lack of a success return value was a mistake in our design….View Comment
tpatki open issue LLNL/AMS#40.
Include PFA build in CI tests
As discussed with @koparasy last week, opening an issue so we remember to include PFA build in the CI tests, so we detect issues early. …View Comment
garlick open issue flux-framework/flux-core#5696.
FAIL: t2712-python-cli-alloc.t 28 - flux alloc: flux alloc vi works
This sharness test fails pretty reliably when I run make check -j12
on my desktop, but works when run by itself:
…View Comment
cyrush open issue LLNL/blt#677.
Use of ALIAS target magic requires newish cmake
We need to work out which cmake versions can support BLT’s use of ALIAS style targets. …View Comment
correaa open issue seanbaxter/circle#199.
Can't deduce return of operator auto when the result involves a template
The compiler can deduce return of operator auto()
when the result is a template:
…View Comment
gauthier12 open issue cryptpad/cryptpad#1383.
Wrong background color in Kanban item content ?
### Description…View Comment
jedbrown open issue slint-ui/document-features#22.
docs.rs example has extra #
There is a comment in the code, but this accommodation in the code affects the example in the documentation: …View Comment
cyrush open issue visit-dav/visit#19237.
apply #18842 t 3.4 RC
tpatki open issue flux-framework/PerfFlowAspect#127.
Cuda test should only be build if CUDA is found
CUDA shouldn’t be required, and c/tests/CMakelists.txt
needs to have an if-block to check for CUDA. Needed on system such as quartz which don’t have GPUs. …View Comment
tpatki open issue LLNL/variorum#492.
Document the new get_gpu_power_json API
jeremylt open issue freeCodeCamp/freeCodeCamp#53116.
Duplicate property in boilerplate CSS
### Describe the Issue…View Comment
samuelkgutierrez open issue hpc/quo-vadis#69.
Merge qv_scope_th_split() and qv_scope_split()
bwpriest closed issue LLNL/MuyGPyS#187.
Docstring example in MuyGPS object leads to error
Running the example code in the MuyGPS docstring: …View Comment
jeremylt closed issue CEED/libCEED#1355.
Remove CEED_BASIS_COLLOCATED
We should remove CEED_BASIS_COLLOCATED
for the v0.13 release in the spring…View Comment
dylan-copeland open issue mfem/mfem#4057.
Document different versions of GridFunction error computation functions
As discussed in https://github.com/mfem/mfem/pull/3746, it is undocumented and unclear to me as to why different functions are called by GridFunction::ComputeL1Error
depending on whether the input Coefficient
is passed by reference or as a pointer. Some questions are:
…View Comment
tgamblin closed issue spack/spack#36163.
Installation issue: BerkeleyGW source links are dead
### Steps to reproduce the issue…View Comment
jedbrown open issue Tehforsch/diman#50.
Arithmetic with references
In various circumstances, including with iterators such as below, you’re holding a reference and would like to perform arithmetic. …View Comment
jedbrown open issue jedbrown/llvm-jit-ptx#3.
Experiment with nvJitLink
The main concern is how to use components created by LLVM tools. …View Comment
dongahn open issue dongahn/argocd-test#1.
Test
# Introduction …View Comment
garlick open issue flux-framework/flux-core#5642.
not ok 3 - fileref_create chunksize=0 'a-aa' works (2 sha1 blobrefs)
Problem: some sparse file fileref unit tests fail on Debian 12 tmpfs: …View Comment
BradWhitlock open issue LLNL/conduit#1223.
conduit::blueprint::mesh::topology::unstructured::verify passes on polygonal mesh with no sizes.
I was given a boundary mesh that is unstructured with “polygonal” zones but it did not have sizes. That seems BAD since without sizes, we would have to guess the number of points per zone. I passed this mesh to the unstructured::verify function and it passes whereas it should probably fail for polygonal meshes when sizes are missing. …View Comment
JustinPrivitera open issue LLNL/conduit#1222.
Generic matset converter
It would be nice to be able to swap between matset types easily. …View Comment
eliasboegel open issue sympy/sympy#26022.
Use of custom identities
Hi all, …View Comment
cmoussa1 open issue flux-framework/flux-accounting#404.
plugin: create external `bank_info` class
We’ve discussed it a bit in other issues/PRs (I’ve also opened flux-accounting #403 to begin to tackle this issue), but there is no official tracker for moving some methods/definitions out of the plugin and into its own class. …View Comment
cyrush open issue visit-dav/visit#19195.
volume plot original vs actual view extents issue
### Describe the bug …View Comment
correaa open issue josuttis/belleviews#9.
Problems just including header with gcc 13.x
The convenience header can be included without problem with gcc 12 https://godbolt.org/z/fGM9foj9x …View Comment
jamiebramwell open issue LLNL/serac#1062.
Investigate initialization of previous_dt_ to -1
Not necessarily in this PR, but at some point, can we add a comment on why this value of previous_dt_
is needed? Is it connected to the particular implementation of backward Euler?
…View Comment
agcapps closed issue LLNL/axom#1222.
Quest point-in-cell timing
The quest_point_in_cell_mfem
unit test release is slower than debug. There may be a good reason for this; noting here for possible investigation. Is it possible the Debug build is doing less work?
…View Comment
jedbrown open issue jedbrown/llvm-jit-ptx#1.
math library support
I’m still having trouble using the libm
feature to num-traits
because I’ve been unable to capture IR for libm
. However, libm
is known to have rather poor performance and Enzyme won’t automatically know how to differentiate it. There is some prior art in cuda-std, but it’s not compatible with num-traits
. It does have a “libm override” feature, but I think people generally don’t want to use libm
on the host either (it’s typically slow). In any case, the intrinsic approach needed special support in rustc_codegen_nvvm
, so we may need to upstream something similar into rustc
. I think the preferred ergonomics would be a cuda
feature added to num-traits
….View Comment
gillette7 open issue arXiv/html_feedback#144.
Algorithm package rendering
### Description…View Comment
CRobeck open issue llvm/llvm-project#75799.
[AMDGPU] Compiling with -x hip causes a linker error with host only function pointer
clang++ fptr.cc works successfully …View Comment
brendenpetersen closed issue dso-org/deep-symbolic-optimization#74.
create primitive set mapping name clash
in the create primitive set function below, there seems to be a possibility of mapping name clash. …View Comment
JustinPrivitera closed issue visit-dav/visit#19041.
More general Multiple Factor Authentication prompt
### Is your feature request related to a problem? …View Comment
cyrush open issue visit-dav/visit#19170.
flux operator error with non-trival var names
### Describe the bug …View Comment
trws closed issue spack/spack#30943.
Installation issue: Lua (Luarocks)
### Steps to reproduce the issue…View Comment
adammoody closed issue ECP-VeloC/er#39.
shuffile file not restored after a rebuild
The shuffile file is not correctly restored after rebuilding lost files. It should contain a list of files owned by the rank: …View Comment
milroy closed issue flux-framework/flux-k8s#44.
Fluence Refactor with kubernetes-sigs/scheduler-plugin
We want to refactor the build / deploy / testing of Fluence so that: …View Comment
IanLee1521 open issue LLNL/toss-stig#39.
Overhaul TOSS-04-030890 - audit partition spacing
This control needs a pretty good overhaul to how it is worded. …View Comment
agcapps closed issue LLNL/axom#1156.
User code on BlueOS machine reports ptxas error when including IntersectionShaper.h
Error occurs when the source file ReadStl.cc has #include "axom/quest.hpp"
:
…View Comment
JustinPrivitera open issue visit-dav/visit#19145.
Why can't I put a constant as the value for an expression?
Why can’t I do this? …View Comment
BradWhitlock open issue visit-dav/visit#19143.
Label plot does not adjust to zoom out.
### Describe the bug …View Comment
tgamblin closed issue spack/spack-github-action#7.
Releases and update for newer actions?
Hey spack-github-action maintainers! I’m wondering if it would make sense to: …View Comment
cyrush open issue LLNL/conduit#1209.
imporve error message shown when trying to write an empty node to the root of an hdf5 file
We can’t write a leaf or an empty node to the root of an HDF5 file. …View Comment
jedbrown open issue cu-numpde/fall23#2.
Sign up for group presentations
Please comment here with the day you wish to present, tag your group members, and state the name of your project and a sentence or two about your objective. Please link to your repository and/or presentation slides when ready (but sign up now). …View Comment
v-dobrev closed issue spack/spack#41382.
Installation issue: mfem+gslib
### Steps to reproduce the issue…View Comment
IanLee1521 open issue LLNL/toss-stig#37.
Investigate removing SSSD controls
SSSD is used for PKI authentication, but I’m not actually aware currently of anyone that uses it. There is language in the STIG for: …View Comment
adammoody open issue stas00/ml-engineering#13.
Daisy chain batch jobs
The job array works well to queue up multiple jobs: …View Comment
cyrush open issue LLNL/conduit#1205.
update python module cmake creation logic
Ascent’s distutils-based cmake python module creation logic is a bit more complex than conduit’s and it won’t survive changes in Python 3.10. …View Comment
chu11 open issue flux-framework/flux-core#5606.
python: support kvs commit_async function
Per discussion in #5389 …View Comment
wihobbs open issue flux-framework/flux-test-collective#6.
testsuite: gitlab ci cluster specific tests
As @grondo and @garlick pointed out in flux-framework/flux-core#5482, there are some tests we’d like to run in our CI on real clusters in addition to the normal testsuite. Some ideas (opening this issue with the hope others will add to this list): …View Comment
adammoody open issue NVIDIA/NeMo#7907.
Tools to parallelize Megatron tokenization
Is your feature request related to a problem? Please describe. …View Comment
jedbrown open issue EnzymeAD/rust#65.
Rust: Enzyme error when differentiating the same function two ways
The reproducer for this is in Rust: https://github.com/EnzymeAD/rust/pull/31/commits/4459599d0112cea713194d7e03fbe1390a700230 …View Comment
jedbrown open issue EnzymeAD/Enzyme#1555.
Rust: Enzyme error when differentiating the same function two ways
The reproducer for this is in Rust: https://github.com/EnzymeAD/rust/pull/31/commits/4459599d0112cea713194d7e03fbe1390a700230 …View Comment
wihobbs open issue flux-framework/flux-core#5562.
KeyError raised from assumption that `os.environ['PATH']` is always non-null
Getting an error where the PATH
key value can’t be retrieved from flux run
:
…View Comment
IanLee1521 open issue elastic/support-diagnostics#679.
Docker emulation as podman
Hi there – …View Comment
BradWhitlock open issue LLNL/conduit#1198.
Test failure with newer Intel compiler
Using a newer Intel compiler on the develop branch causes a couple of tests to fail. I built the code on TOSS4 using the following setup: …View Comment
markcmiller86 open issue LimitPointSystems/SheafSystem#7.
Where are the test case .t files
tools/examples/create_test_data.cc
refers to 3 .t
files used in testing. But, those files are not in this repo. Are they available somewhere else?…View Comment
cyrush closed issue visit-dav/visit#19038.
Serial VisIt with Blueprint file made of 3K files won't process all domains.
### Describe the bug …View Comment
markcmiller86 closed issue betterscientificsoftware/bssw.io#143.
Content: How does running a job at an LCF differ than on your laptop or cluster?
Placeholder for Lisa to write (in the future, not in time for site launch): …View Comment
JustinPrivitera closed issue LLNL/conduit#1191.
Silo root file in ParaView
Hello, …View Comment
artv3 open issue LLNL/RAJA#1566.
Add expt::KernelNaming forall example
We are missing an example that exercises the kernel naming capability in RAJA::forall. At the moment I can’t seem to compile the example provided in the RAJA docs (https://raja.readthedocs.io/en/develop/sphinx/user_guide/feature/reduction.html#experimental-reduction-interface). …View Comment
markcmiller86 open issue visit-dav/visit#19048.
Choose center for 3D scatter plot doesn't work
### Describe the bug …View Comment
wihobbs open issue flux-framework/flux-test-collective#4.
cd: make our builds globally accessible on the machines we test
From a slack discussion with @garlick, @grondo, @trws, and Ryan: …View Comment
CamStan closed issue LLNL/UnifyFS#72.
Improve error handling if /dev/shm too small
In #59 it was reported that an application crashed with SIGBUS if /dev/shm was configured with insufficient space. On the mailing list it was suggested that this case could be detected and reported more gracefully if we replace the use of ftruncate()
with fallocate()
, although that would sacrifice portability since fallocate()
is Linux-specific. @adammoody also pointed out that we’d need to examine how memory pages are assigned to NUMA banks with fallocate()
….View Comment
JustinPrivitera open issue visit-dav/visit#19033.
Enhance the OBJ writer to support inverted color tables and alpha values
It would be nice if the OBJ writer, when writing out a color table as a texture, could take into account whether or not the user has inverted the color table. It would also be nice if the OBJ writer could respect alpha values of color tables….View Comment
garlick open issue flux-framework/flux-core#5532.
FLUX_TERMINUS_SESSION is always set in the job environment
Problem: As noted in #5527, FLUX_TERMINUS_SESSION seems to be set in the job environment even when a pty was not requested. …View Comment
v-dobrev closed issue xsdk-project/xsdk-issues#245.
MFEM on Perlmutter
ld: cannot find -lcublas: No such file or directory …View Comment
agcapps open issue LLNL/axom#1210.
Read bbox subset of mesh
Users of a code have been spotted reading in huge ProE mesh files with abandon, then complaining when they run out of memory. (“All die. O the embarrassment.”) My first answer is “well, don’t do that.”
…View Comment
eliasboegel open issue gpuweb/gpuweb#4357.
Operator overloading
Partially similar to #876. …View Comment
adammoody open issue LLNL/scr#579.
scripts: query environment to determine auto resource manager and job launcher
Currently, the SCR records the resource manager that was declared at install time in config.py
. To allow a single SCR install to support multiple resource managers and/or job launchers, we could improve the Auto
methods to try to guess the correct values.
…View Comment
jedbrown open issue python-cffi/cffi#29.
stale docs missing 1.16 release
v1.16.0 was released in September, but the default docs (https://cffi.readthedocs.io/en/stable/) only has up to v1.15.1. The latest (https://cffi.readthedocs.io/en/latest/whatsnew.html or https://cffi.readthedocs.io/en/release-1.16/whatsnew.html) docs have v1.16.0rc1 (don’t know if the theme change was deliberate), which has pertinent information about working with python-3.12. None of the docs discuss pyproject.toml
, which is a source of great consternation….View Comment
CamStan closed issue LLNL/UnifyFS#57.
Implement or remove unifycr_get_chunk_list()
Commit 75543ecf7a32f5e4dcf6297ee02a51da7480c360 removed the commented out code from unifycr_get_chunk_list() shown below. This left a function stub behind that should be fully implemented or removed if it’s not needed. …View Comment
hppritcha closed issue open-mpi/ompi#12016.
mpi4py: Regression (deadlock) in MPI_Comm_spawn
There is a new regression (deadlock) in Spawn operations with ompi@main
[GHA link].
…View Comment
jedbrown open issue cu-numpde/fall23#1.
Sign up for community presentations
Please comment here with the day you wish to present, the name of the software (linked to the website), and a sentence or two about what it does. Please make your repository public [1] and link your proposal.md
below. (You are encouraged to comment here as soon as you’ve chosen a package; you can keep working on the proposal.md
file.)
…View Comment
tpatki open issue flux-framework/PerfFlowAspect#125.
Add an example to show how to use Caliper
balos1 open issue xsdk-project/xsdk-issues#248.
datatransferkit issue on Frontier when trilinos+rocm
``` …View Comment
bwpriest open issue LLNL/saltatlas#63.
way to turn off printouts inside of metric_hyperplane_partitioner?
Using a dhnsw object with a metric hyperplane partitioner prints to cout
at initialization and destruction that look something like
…View Comment
chakshinglee closed issue mfem/mfem#3856.
empty vdofs array in BilinearForm::Assemble when element matrices are pre-computed
The vdofs
array on bilinearform.cpp#L484 is not filled when element_matrices
is not NULL
.
…View Comment
jedbrown closed issue rsmpi/rsmpi#167.
Problems compiling crates.io version on Arch
Hi, …View Comment
eliasboegel closed issue mfem/mfem#3936.
Parallel FindPointsGSLIB, boundary normals
Hi, …View Comment
garlick closed issue flux-framework/flux-sched#1084.
not ok 6 - no jobs received alloc-check exception
It’s been a while since I built flux on this ubuntu 22.04 LTS desktop but I am reliably hitting this test failure (on @grondos make-deb-fix
branch for #1082):
…View Comment
jamiebramwell open issue LLNL/serac#1014.
Use correct primal values in the sensitivity calls
As written, the sensitivity calculation calls in the HeatTransfer
and SolidMechanics
modules will not use the correct primal field values (e.g. temperature) during the backward adjoint pass. See https://github.com/LLNL/serac/blob/a2d7924235565ceccb2a7b341951680aa3afb679/src/serac/physics/heat_transfer.hpp#L921-L927 ….View Comment
v-dobrev closed issue xsdk-project/xsdk-issues#234.
mfem build with gcc1321
xr_l_g132-xsdk-100-linux-gcc1321 …View Comment
IanLee1521 open issue LLNL/toss-stig#14.
investigate referencing FIPS 140-3 rules
Investigate using fips 140-3 as the reference, for things like ciphers, etc….View Comment
trws closed issue LLNL/camp#139.
implementation of `tuple_element<i,camp::tuple
garlick open issue flux-framework/flux-core#5506.
doc: NAME section doesn't render in HTML man pages
Problem: man pages start with a NAME section with one line in a format like command/function - brief description
. We have them in man pages generated by sphinx but not in the HTML.
…View Comment
tpatki open issue LLNL/variorum#473.
Update JSON APIs to have a nested format
jamiebramwell closed issue LLNL/serac#898.
Clean up field information interfaces
It seems like we’re using a lot of competing conventions for specifying field information in these interfaces: …View Comment
adammoody open issue LLNL/scr#553.
flux: test scalable restart correctness and performance
Here is the old issue opened with Flux about tolerating node failures. …View Comment
cyrush open issue Alpine-DAV/ascent#1202.
read the docs search may not be working
Same deal as conduit setup: …View Comment
imguoguo open issue imguoguo/Comments#36.
v-dobrev open issue hypre-space/hypre#981.
Code stalling in `HYPRE_ADSSolve` in v2.29.0 with CUDA 11.6.0
While testing MFEM 4.6 (build with CUDA) with hypre 2.29.0 (build with CUDA) using CUDA 11.6.0 on Lassen, I noticed that a few of the MFEM examples stall. This seems to happen inside calls to HYPRE_ADSSolve
. If I use either hypre 2.28.0 or older CUDA (10.1.243) then there are no issues.
…View Comment
adrienbernede open issue mfem/github-actions#9.
Update main to show the latest version of the code to newcomers.
The main
branch is outdated because if it is used by someone, updating the branch would like break the CI of users.
…View Comment
v-dobrev open issue mfem/mfem#3909.
Resolve Ginkgo warnings and fix Ginkgo backend selection
1. When testing MFEM 4.6 with Ginkgo 1.6.0, I noticed a lot of warnings about deprecation: …View Comment
bhatele open issue hpcgroup/pipit#109.
PyTorch reader
@siddharth9820…View Comment
balos1 closed issue LLNL/sundials#339.
IDAStopTest2 bug
bfec386d9 moved check for tn past tstop before check for tn past tout in IDAStopTest2: …View Comment
bwpriest closed issue LLNL/MuyGPyS#186.
Should refactor library internals to be "ifless"
Presently, brittle conditionals still proliferate in the codebase. We need to eventually remove all of this stuff with proper object-oriented design and inheritance to avoid yucky updates when we have to add features….View Comment
HennesHajduk open issue DedalusProject/dedalus#270.
Simple change in boundary conditions breaks code
Hi, …View Comment
v-dobrev closed issue spack/spack#32739.
Installation issue: mfem
### Steps to reproduce the issue…View Comment
chu11 open issue chu11/freeipmi-mirror#68.
libipmimonitoring: support physical security / asserted-deasserted combo
see …View Comment
v-dobrev open issue spack/spack#40264.
Concretizer internal error with a spec that previously worked
### Steps to reproduce…View Comment
garlick open issue flux-framework/flux-pmix#85.
support pmix version 3.1.2 as installed on IBM coral systems
Problem: building flux-pmix on coral systems is a pain, but newer versions of flux-core require it to enable flux to bootstrap from LSF. …View Comment
garlick open issue flux-framework/flux-sched#1089.
build: don't install grug2dot and resource-query
Problem: I noticed when reviewing #1082 that these programs which were tagged noinst
under automake are now being installed:
…View Comment
IanLee1521 open issue LLNL/toss-stig#12.
Fix typo in TOSS-04-040630
check fix text mixes referencing /etc/aide.conf
and /etc/aide/aide.conf
…View Comment
jeremylt open issue CEED/libCEED#1355.
Remove CEED_BASIS_COLLOCATED
We should remove CEED_BASIS_COLLOCATED
for the v0.13 release in the spring…View Comment
BradWhitlock open issue visit-dav/visit#18954.
Blueprint file polygonal mesh "yields no data" unless it has offsets.
### Describe the bug …View Comment
corbett5 closed issue GEOS-DEV/GEOS#1303.
SSLE-sedov problem seg faults with 6 or more ranks in a single direction.
On Quartz with clang 10.0.0, I imagine it’s a problem on other platforms too. I tried with 6-10 ranks, the problem is 10^3 so you’d at least hope that 10 would work. …View Comment
jedbrown open issue CSStipendRankings/CSStipendRankings#89.
CPT enrollment/fees
For students on an F-1 visa to do an internship through the Curricular Practical Training (CPT) program, many universities require them to enroll in an internship course during the summer. The student is generally responsible for paying tuition/fees for the summer, which can be a sizable fraction of their summer earnings. Some universities have created economical paths for CPT based on spring enrollment (when tuition is paid by TA/RA) or a special low-cost summer course. Is this a concept/relevant data for this project to track?…View Comment
vladotomov closed issue mfem/mfem#3802.
Discrepancy in error calculation for identical meshes and solutions
Hello, …View Comment
jamiebramwell open issue LLNL/serac#1004.
Remove non-time varying boundary condition options
it might be worth only supporting the function signatures that include time, so there’s half as many b.c. overloads to deal with …View Comment
agcapps open issue mfem/mfem#3886.
Quote characters causing link failure
I built MFEM on Linux with Camp and Umpire. I built MFEM into Ascent (https://github.com/Alpine-DAV/ascent/), then built Ascent into a large physics simulation code. I had an error at my final linking step. The following were included in my link line (lightly edited). When I turned off Ascent’s use of MFEM, the error went away. …View Comment
mej closed issue mej/nhc#143.
check_cmd_dmesg() Reason Strings Cause Problems
When using check_cmd_dmesg()
directly (as written in scripts/lbnl_cmd.nhc
) with a negated match string, the default behavior of check_cmd_output()
(which check_cmd_dmesg()
wraps) used for error reporting causes the “Reason” field to contain not only the match string that was found (and shouldn’t have been) but also the line number where the match was found. In the case of dmesg
output, the line number is almost completely useless; moreover, it prevents Slurm and other schedulers/RMs from being able to group all the affected nodes together – because the line numbers almost always differ!
…View Comment
uvilla open issue ecrc/h2opus#8.
Compiling h2opus for CPU
I am trying to compile h2opus for CPUs. …View Comment
agcapps open issue LLNL/conduit#1166.
coordset::generate_strip should work for 1D explicit meshes
User Ryan Bleile reports that coordset::generate_strip()
only works for uniform or rectilinear coordsets. Explicit coordsets decay to rectilinear, but the function (see https://github.com/LLNL/conduit/blob/a6b0b179716eb804a0749cc20083c24c21ed682b/src/libs/blueprint/conduit_blueprint_mesh.cpp#L3933) throws an error when Ryan passed it an explicit coordset….View Comment
hppritcha open issue mpi-forum/mpi-issues#790.
mpi-4.1rc reviewer feedback for chap-11
Some of the reviewers’ comments were helpful and warrant at least discussion of whether to include in the mpi 4.1 standard. …View Comment
balos1 closed issue xsdk-project/xsdk-examples#47.
strumpack run takes a long time
``` …View Comment
adrienbernede closed issue LLNL/RAJA#1330.
TODO: Spack packaging and RADIUSS CI
Tasks remaining to achieve clean Spack/RADIUSS CI configuration: …View Comment
daboehme closed issue LLNL/Caliper#504.
loop interval and time interval priority
Hi, while running a loop_monitor with the following command we found that if the time interval is not set, it will use a default setting and override the iteration interval. …View Comment
SteVwonder open issue cue-lang/cue#2592.
[docs] Dynamic fields example has errors
### What version of CUE are you using (cue version
)?
…View Comment
correaa closed issue LLNL/qball#42.
Units in Qball
What are the units for the following parameters in Qball? …View Comment
hppritcha open issue ofiwg/libfabric#9315.
CXI provider not honoring FI_HMEM_DISABLE_P2P environment variable
Describe the bug …View Comment
chu11 open issue flux-framework/flux-core#5436.
t2602-job-shell.t 21 - job-shell: test shell kill event handling: SIGKILL
My fix in #5431 didn’t appear to work. …View Comment
adammoody open issue NVIDIA/Megatron-LM#492.
[ENHANCEMENT] Tools for distributed data preprocessing
For the BigScience effort, I developed preprocess_data_dist.py
to parallelize data preprocessing of large datasets. As an example, by using 32 compute nodes, this reduces the time it takes to preprocess the 1TiB OSCAR dataset from days to an hour. It produces indexed_dataset
files that are identical to those created by the preprocess_data.py
script. An overview of the usage is written up in the “distributed data preprocessing” subsection here:
…View Comment
hppritcha open issue open-mpi/ompi#11918.
rename coll cuda component to something more accelerator type neutral
The coll cuda component now makes use of the accelerator framework so is not directly tied to cuda support. …View Comment
mej open issue mej/nhc#143.
check_cmd_dmesg()
When using check_cmd_dmesg()
directly (as written in scripts/lbnl_cmd.nhc
) with a negated match string, the default behavior of check_cmd_output()
(which check_cmd_dmesg()
wraps) used for error reporting causes the “Reason” field to contain not only the match string that was found (and shouldn’t have been) but also the line number where the match was found. In the case of dmesg
output, the line number is almost completely useless; moreover, it prevents Slurm and other schedulers/RMs from being able to group all the affected nodes together – because the line numbers almost always differ!
…View Comment
gauthier12 open issue microsoft/PowerToys#28421.
Better french name for the toys.
### Microsoft PowerToys version…View Comment
markcmiller86 open issue HPC-Workforce-Development-and-Retention/hpc-wdr#91.
Blog article idea
This issue is described in bssw repo but we think would fit more naturally here… …View Comment
IanLee1521 open issue LLNL/toss-stig#11.
TOSS-04-040950 - Remove redundant sysctl checking
Remove this text from the check text, it’s redundant: …View Comment
vladotomov closed issue CEED/Laghos#179.
Laghos fails with message -- unknown kernel -- higher order test with PA and higher order runs with -ok >= 8 fails with FA
Dear all, …View Comment
markcmiller86 open issue HDFGroup/hdf5#3493.
Unclear which prop-list args are unused in H5Acreate2
Describe the bug …View Comment
cyrush open issue LLNL/uberenv#123.
symlinking host config is broken with envs + extra spec constraints
This logic needs to be updated: …View Comment
markcmiller86 open issue HDFGroup/hdf5_plugins#75.
New release of H5Z-ZFP available, 1.1.1
https://github.com/LLNL/H5Z-ZFP/releases…View Comment
artv3 closed issue LLNL/RAJA#1333.
Add plugin support for RAJA::launch
- [ ] Add tests …View Comment
daboehme open issue LLNL/Adiak#21.
Swap "[]" and "{}" for denoting sets and lists in typestrings
Python and JSON use “[]” for lists and “{}” for sets/lists. Adiak does the opposite, which is confusing. Let’s consider swapping it to align Adiak with existing practices….View Comment
mej closed issue mej/nhc#85.
New release
Hello! …View Comment
tpatki closed issue LLNL/variorum#463.
Linker Errors Due to Multiple Variable Definitions in 'nvidia_gpu_power_features.h' in newer version of gcc
### Description: …View Comment
chu11 closed issue chaos/mrsh#9.
union wait depreciated - suggested fix attached.
The following patch should make it work: …View Comment
adammoody open issue ROCmSoftwarePlatform/apex#115.
Problems building apex main branch with ROCm-5.4, 5.5, and 5.6
Describe the Bug …View Comment
bwpriest open issue LLNL/MuyGPyS#186.
Should refactor library internals to be "ifless"
Presently, brittle conditionals still proliferate in the codebase. We need to eventually remove all of this stuff with proper object-oriented design and inheritance to avoid yucky updates when we have to add features….View Comment
garlick open issue flux-framework/rfc#392.
rfc12: refocus on authentication
Problem: RFC 12’s main contribution is IMHO a discussion of flux’s use of userid
and rolemask
in messages, but it purports to be about the broad topic of the “flux security architecture”.
…View Comment
tpatki open issue flux-framework/PerfFlowAspect#120.
Integrate Caliper into PFA for low-level performance counters
balos1 closed issue LLNL/sundials#323.
Documentation for CVodeCreateB() is missing pointer
Looking here: https://sundials.readthedocs.io/en/latest/cvodes/Usage/ADJ.html#c.CVodeCreateB …View Comment
IanLee1521 open issue IanLee1521/IanLee1521.github.io#10.
Add reference to ACT IAC hpc working group.
v-dobrev open issue CEED/FMS#6.
Standardize MPI-parallel and time-dependent data descriptions
The current FMS data structures may be flexible enough to hold the required additional data, however, a specification of what specifically the data looks like is needed….View Comment
cyrush closed issue LLNL/conduit#808.
silo write support doesn't conform to current blueprint specs
jeremylt open issue freeCodeCamp/freeCodeCamp#51344.
Test Variable Collides With Common User Variable
### Describe the Issue…View Comment
samuelkgutierrez open issue hpc/supermagic#4.
By Default SMGC_BIN_SIZE Has No Effect on Actual Binary Size
We need to default to -O0
so that SMGC_BIN_SIZE
has an effect….View Comment
jakubcerveny open issue graphdeco-inria/gaussian-splatting#100.
Coordinate systems
Hi, thanks for making this amazing work available! …View Comment
agcapps open issue LLNL/axom#1170.
With C++17, compile error because of function return type incompatibility
With MSVC and C++17, a user compiling an application that calls Tribol and Axom ran into this: …View Comment
chu11 open issue flux-framework/flux-core#5399.
testsuite: t2260-job-list needs signal race workaround
Same fix as #5210 / #5302…View Comment
IanLee1521 open issue LLNL/toss-stig#10.
Update client alive settings
Change ClientAlive*
settings to not drop long lived connections to
…View Comment
brendenpetersen closed issue brendenpetersen/deep-symbolic-optimization#83.
training iteration N, current best R : 0.9
Hi, when current best R is good enough, such as 0.9782 after many training iterations, say 1330, is it possible to stop the code running? …View Comment
cyrush closed issue visit-dav/visit#17968.
Blueprint Plugin Support for new Root file Domain Index Scheme
Need to handle complex AMR domain layouts. …View Comment
markcmiller86 open issue visit-dav/visit#18881.
Query on empty plot crashes viewer in 3.3 but not 3.2
### Describe the bug …View Comment
gauthier12 open issue justanhduc/task-spooler#48.
Unable to redirect output from command line
I would like to redirect the output of my command launched by task-spooler. …View Comment
trws open issue flux-framework/flux-core#5372.
32-bit breakage
In adding a jammy builder, I found that the ubuntu 386 builder hasn’t been finding some of our issues on 386. I fixed a few 32-bit issues that had a clear source in #5370, but the full check kicked out quite a lot of errors and failures, and failed to even report from some of the tests. This is a tracking issue for drawing these down, make recheck
output below for at least a trace on some of the issues:
…View Comment
balos1 closed issue xsdk-project/xsdk-issues#182.
trilinos-14.0.0 build error on MacOS -> hypre
https://gitlab.com/xsdk-project/spack-xsdk/-/jobs/3108965071 …View Comment
grondo open issue flux-framework/flux-coral2#86.
confusing job exception note when dws service is not loaded
On tioga, the flux-coral2-dws systemd service failed to load after a Flux restart. The issue reported by a user was unclear though: …View Comment
markcmiller86 open issue LLNL/Silo#340.
Include silo version number in error messages
tpatki open issue LLNL/variorum#462.
Rename powmon to var-monitor, allow sampling of utilization
Once @altahat2003’s utilization API is merged in, we should add this functionality to the current powmon
, and allow for sampling both power and utilization. Renaming powmon
to var-mon
or varmonitor
may be a good thing to do here as well….View Comment
amagela closed issue lanl/benchmarks#23.
Complete SPARTA benchmarks
garlick open issue flux-framework/flux-core#5366.
testsuite: add CI coverage for memlimit test
Problem: #5359 adds a test t2410-sdexec-memlimit.t
that is only run by the el8,system
builder in CI, but it is currently skipped….View Comment
CamStan open issue LLNL/UnifyFS#790.
H5Bench small read benchmark failing with Mercury timeout
### Describe the problem you’re observing …View Comment
IanLee1521 open issue LLNL/toss-stig#9.
Start tftpd securely (TOSS-
Currently the STIG checks /etc/xinetd.d/tftp
for the presence of the -s
argument to server_args
, but in TOSS 4 / RHEL 8 that isn’t how we’re doing things… instead:
…View Comment
markcmiller86 closed issue visit-dav/visit#17546.
Update docs on numerically controlled coloring to use continuous with non-smoothing
Creating a color mapping with detailed control over how colors map to a variable’s value is documented but it relies upon both discrete color table setup (where position
data is actually always ignored and colors are uniformally distributed across the variable’s [min...max]
range) and a conditional expression that achieves the correct range mapping (which is more tedius to set up the more color bands that are involved)
…View Comment
garlick open issue flux-framework/flux-docs#248.
nix workflow examples readthedocs rendering
Problem: While googling for some flux stuff I landed in the deprecated workflow examples readthedocs pages. Oops. We set the repo read-only, but maybe we forgot to remove these pages….View Comment
cyrush open issue Alpine-DAV/ascent#1183.
python extract update module import strategy and resolve deprecated module import messages
we are using a deprecated strategy to define our modules during python extracts: …View Comment
jeremylt closed issue freeCodeCamp/freeCodeCamp#51067.
Responsive Web design ( learn CSS color by building a set of colored markers) Step 5
These are the instructions=> You can have multiple self-closing meta elements on a web page. Each meta element adds information about the page that cannot be expressed by other HTML elements….View Comment
hppritcha open issue mpi-forum/mpi-issues#733.
MPI handles that are independent of MPI initialization model - clarification needed
# Problem …View Comment
tpatki open issue LLNL/variorum#454.
Variorum Print GPU utilization API should not call other platforms
The ` for (i = 0; i < P_NUM_PLATFORMS; i++) in the
variorum_print_gpu_utilization(void)` API should be:
…View Comment
samuelkgutierrez closed issue hpc/quo-vadis#5.
Creating a spack recipe for QV
So that a user can do …View Comment
markcmiller86 closed issue betterscientificsoftware/bssw.io#376.
Telecom best practices
We should write an article on telecomm best practices for hosts as well as participants and any technology-specific (e.g. BlueJeans, WebEx, Zoom, GoToMeeting, etc) practices. There are a lot of things hosts and participants should take into account when working via telecomms….View Comment
bwpriest open issue LLNL/MuyGPyS#174.
fast regression tutorial is a mess and needs a rewrite
What it says on the tin. The fast regression tutorial is not readable in its current state. I think we can simplify it by removing optimization, as it is not relevant to the tutorial. The purpose is to demonstrate the improved speed and low loss of posterior mean accuracy afforded by the fast regression workflow….View Comment
tzanio closed issue mfem/mfem#3752.
Your code is building fine on MSYS2 MINGW64
Only want to let you know….View Comment
garlick open issue flux-framework/rfc#385.
RFC 28: add a way to grow the resource set
Problem: there is no way to grow the resources set dynamically. …View Comment