CUP-ECS / beatnik

Initial Cabana/Cajita Low/High-order Z-model Interface Solver. Benchmark for evaluating the performance of algorithms requiring global communication. Beatnik is also a precursor to potential later a High Performance Parallel Interface solver.
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

cutoff-solver: rocketrig crashes when calling particle_comm->migrate(_comm, particle_array) in Migrator.hpp when run on Hopper with CUDA #65

Open JStewart28 opened 8 months ago

JStewart28 commented 8 months ago

Declaration: auto particle_comm = Cabana::Grid::createGlobalParticleComm(*_spm.localGrid());

migrate is a built-in Cabana function.

JStewart28 commented 8 months ago

Stack trace:

patrickb314 commented 2 months ago

Let's put this on our list to track down.

JStewart28 commented 2 months ago

Currently seg faulting at the initialization of solver with a cuda backend, for both the condo and cup-ecs nodes