Skip to content

Commit

Permalink
CarpetX: remove TODO about managed data for arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaas80 committed Jun 27, 2024
1 parent 60dc6bb commit 0a587b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CarpetX/src/driver.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,6 @@ void SetupGlobals() {
arraygroupdata.data.resize(group.numtimelevels);
arraygroupdata.valid.resize(group.numtimelevels);
for (int tl = 0; tl < int(arraygroupdata.data.size()); ++tl) {
// TODO: Allocate in managed memory
arraygroupdata.data.at(tl).resize(
amrex::Box(amrex::IntVect(arraygroupdata.lbnd),
amrex::IntVect(arraygroupdata.ubnd)),
Expand Down

0 comments on commit 0a587b8

Please sign in to comment.