aidanheerdegen open issue spack/spack#50712.
Flag ordering changes resulting in unnecessary rebuilds
### Steps to reproduce…View Comment
suanlafenhaochi open issue mfem/mfem#4876.
Convective diffusion problems dealing with specific boundary conditions
For the convection-diffusion equation: …View Comment
fitandhealth open issue mfem/mfem#4875.
Looking for Some Advice on Improving My Results with Not Your Mother's + Feedback on My Routine
Hi everyone,…View Comment
ocaisa closed issue flux-framework/flux-core#6835.
Parameters that influence `make check`
I’m building an EasyBuild recipe for Flux, and as part of the recipe I want to run make check
. Running make check
without -j
is quite slow (build time was about 5 minutes on my laptop, tests ran for 1h40), that’s not a problem but maybe it is worth noting that parallelism for the tests with -j
is possible….View Comment
cyrush open issue LLNL/conduit#1437.
consider changing CONDUIT_EPISLON to std::numeric_limits
JorgeG94 open issue LLNL/Caliper#670.
question about potential conda package
hi, I am interested in using caliper in some of my programs, specifically a python based one. All of the dependencies of this python code are administered through conda. I realize Caliper uses Spack, but the user community of this code does not. Is there any interest or opposition on creating a package that can be conda installed? …View Comment
mplegendre open issue hpc/Spindle#83.
Handle interception of openat and related calls
Need to investigate whether we can safely intercept and handle openat (and the related *at family of I/O calls). We would need to do so without breaking the atomicity of the calls, which will be a challange. But we’re also missing I/O redirection when applications use openat….View Comment
mkre open issue LLNL/hatchet#162.
Cannot process simple Caliper sampling file
I created a Caliper sampling profile with…View Comment
evaleev open issue LLNL/Umpire#965.
"Namespace" CMake target names to be able to build Umpire via CMake's FetchContent
When trying to build Umpire using CMake’s FetchContent module from within a large project we run into many target name clashes, e.g….View Comment
BagchiS6 open issue flux-framework/flux-sched#1375.
Using flexible gpu counts with JospecV1
Interested to know whether it’s possible to schedule jobs where all allocated mpi tasks will not use GPUs but few of them might. I am specifically interested in flux-python
commands to achieve this. Currently I see that flux.job.Jobspec.JobspecV1.from_command
has only options such as gpu-per-task
which might not allow for heterogeneous jobs which uses a mix of CPU+GPU tasks. …View Comment
michaelmckinsey1 open issue LLNL/hatchet#161.
from_caliper Examples Not Working for Caliper>=2.10
Node ordering breaks the examples shown in https://llnl-hatchet.readthedocs.io/en/latest/analysis_examples.html#read-in-a-caliper-cali-file, with the error No hierarchy column in input file
. This is also documented in https://github.com/LLNL/hatchet/issues/123. We can recommend users to use the from_caliperreader
(https://github.com/LLNL/hatchet/pull/160) reader instead, which does not have this issue….View Comment
cyrush open issue LLNL/blt#720.
in the future, will CMAKE_CUDA_HOST_COMPILER continue to be required?
As we work to update CUDA support, see if we really need to require CMAKE_CUDA_HOST_COMPILER
…View Comment
pauleonix open issue LLNL/Caliper#668.
Build failure with CUDA 12 due to legacy NVTX dependency
> NVTX v2 has been removed from CUDA Toolkit after being previously deprecated. Migrate to NVTX v3 by changing your code from #include <nvtoolsext.h>
to #include "nvtx3/nvtoolsext.h"
, which is included in the toolkit….View Comment