Ben Wibking

Results 154 issues of Ben Wibking

**What are you trying to do?** I want to convert my primary instance from hyperkit to qemu. I already have a lot of packages and data installed in the instance....

enhancement

I'm attempting to use ikos-scan on a project that calls MPI wrapper compilers instead of the C/C++ compilers directly. This fails because ikos intercepts the MPI wrapper commands and replaces...

It would be very useful to be able to easily do a backward search as easily as a right-click forward search. A mouse chord could be used to enable this....

I can't build the RadBlastWave example with HYPRE 2.25.0 and CUDA 11.7.0. It fails at the final link step with undefined references to `cublas` functions. I've installed HYPRE as recommended...

I've built the RadBlastWave example on CPU with HYPRE 2.25.0. When running it with: `mpirun ./Castro3d.gnu.MPI.ex inputs.3d ` it crashes with, e.g.: ``` WARNING: (rho e)_l < 0 or pl...

### Bug report **Bug summary** A white box is inexplicably plotted on top of a SlicePlot. **Code for reproduction** The dataset that reproduces this is here: https://cloudstor.aarnet.edu.au/plus/s/eWh5FxbrqaLaj09 ```python import yt...

bug
viz: 2D

## Summary Allows the application code to use multiple OpenMP threads to launch AMReX GPU kernels. ## Additional background This is necessary for Quokka's implementation of communication-computation overlapping: Quokka creates...

GPU

## Summary This adds `fscale` to Tools/Plotfile. This tool divides the RealBox coordinates (i.e. probLo, probHi) by the input length scale _length_unit_ and writes out a new plotfile with the...

Hi, I have an unigrid finite volume application code developed in C++ that I want to port to an AMR framework, ideally AMReX. However, I would like to use octree...

I tried out the volume extract after you mentioned it in my other query. However, I'm getting some strange issues when I'm using it with an AMR mesh. I'm not...

bug