Skip to content
Snippets Groups Projects
Commit 343c88d5 authored by 数学の武士's avatar 数学の武士
Browse files

uncomment cxx sheba compute flux function call

parent c1b1576a
Branches
Tags
No related merge requests found
...@@ -31,11 +31,11 @@ void cxx_sheba_compute_flux (sfxDataVecTypeC* sfx, ...@@ -31,11 +31,11 @@ void cxx_sheba_compute_flux (sfxDataVecTypeC* sfx,
const sfx_phys_constants* constants, const sfx_phys_constants* constants,
const int grid_size) const int grid_size)
{ {
// #ifdef INCLUDE_CUDA #ifdef INCLUDE_CUDA
// static FluxSheba<float, MemType::CPU, MemType::CPU, MemType::GPU> F(sfx, meteo, *model_param, *surface_param, *numerics, *constants, grid_size); static FluxSheba<float, MemType::CPU, MemType::CPU, MemType::GPU> F(sfx, meteo, *model_param, *surface_param, *numerics, *constants, grid_size);
// F.compute_flux(); F.compute_flux();
// #else #else
// static FluxSheba<float, MemType::CPU, MemType::CPU, MemType::CPU> F(sfx, meteo, *model_param, *surface_param, *numerics, *constants, grid_size); static FluxSheba<float, MemType::CPU, MemType::CPU, MemType::CPU> F(sfx, meteo, *model_param, *surface_param, *numerics, *constants, grid_size);
// F.compute_flux(); F.compute_flux();
// #endif #endif
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment