support libraries for unstructured mesh particle in cell simulations on GPUs and CPUs
BSD 3-Clause "New" or "Revised" License
36
stars
15
forks
source link
Add missing header file when building with no GPU #121
Closed
zhangchonglin closed 8 months ago
Simple PR that adds missing
<iostream>
header file when building withoutGPU
:Kokkos_ENABLE_CUDA=OFF
in kokkos;Omega_h_USE_CUDA=OFF
inomega_h
.