Caleb Yenusah

Results 3 issues of Caleb Yenusah

The center of plots produced by pole_density_function() do not appear to be correct. For example https://orix.readthedocs.io/en/stable/examples/plotting/subplots.html#sphx-glr-examples-plotting-subplots-py. The center of the plot appear distorted and I have similar issues with my...

enhancement

### Describe the bug The double precision performance of [fft-sycl](https://github.com/zjin-lcf/HeCBench/tree/master/src/fft-sycl) lags behind [fft-cuda,](https://github.com/zjin-lcf/HeCBench/tree/master/src/fft-cuda) achieving only 70% of CUDA's performance. Profiling with nsys (`nsys nvprof --print-gpu-trace`) reveals that the SYCL code...

bug

Trying to run my MPI application with DMTCP but it's crashing immediately. **Commands tried:** 1. `~/dmtcp/bin/dmtcp_launch -j -i20 mpirun -np 2 ./mpi_test` 2. `mpirun -n 2 ~/dmtcp/bin/dmtcp_launch -j -i20 ./mpi_test`...