Skip to content

Commit

Permalink
Fix a deepcopy preventing the 1D advection from running (only used in…
Browse files Browse the repository at this point in the history
… 4D simulations)

See merge request gysela-developpers/gyselalibxx!401

--------------------------------------------
  • Loading branch information
EmilyBourne committed Mar 15, 2024
1 parent c730331 commit a0f4d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advection/bsl_advection_x.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class BslAdvectionSpatial : public IAdvectionSpatial<Geometry, DDimX>
});
});

ddc::parallel_deepcopy(allfdistribu_host, allfdistribu);
ddc::parallel_deepcopy(allfdistribu, allfdistribu_host);
Kokkos::Profiling::popRegion();
return allfdistribu;
}
Expand Down

0 comments on commit a0f4d05

Please sign in to comment.