LLNL / SAMRAI

Structured Adaptive Mesh Refinement Application Infrastructure - a scalable C++ framework for block-structured AMR application development
https://computing.llnl.gov/projects/samrai
Other
220 stars 80 forks source link

Add API allowing user code to set flag for using GPUs #187

Closed nselliott closed 2 years ago

nselliott commented 2 years ago

This gives applications a way to indicate that their GPU-enabled code is running without GPUs. We suppress the RAJA/CUDA parallel synchronize in this case.