Michael Beebe

Results 2 issues of Michael Beebe

Any scientific application (LAMMPS, WarpX) I try to plug pilgrim into seems to end up not being able to run at all. For example, I used a very simple LJ...

**What's the issue, what's expected?**: - GPU STREAM (`superbenchmark/superbench/benchmarks/micro_benchmarks/gpu_stream/gpu_stream.cu`) fails to compile withe CUDA >= v13.0 . The `memoryClockRate` property in `cudaDeviceProp` is [no longer supported](https://docs.nvidia.com/cuda/archive/13.0.0/cuda-toolkit-release-notes/index.html?highlight=cudaDeviceProp#id6). Probably need an `#ifdef`...