Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Nov 6, 2023
1 parent 357260c commit 71e66ec
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,18 +403,6 @@ int main(int argc, char **argv)

std::cerr << "Rank:" << rId << " Threshold " << threshold << "\n";

// -------------------------------------------------------------------------
// setup data allocators
// -------------------------------------------------------------------------
// AMSSetupAllocator(AMSResourceType::HOST);
// if (use_device) {
// AMSSetupAllocator(AMSResourceType::DEVICE);
// AMSSetupAllocator(AMSResourceType::PINNED);
// AMSSetDefaultAllocator(AMSResourceType::DEVICE);
// } else {
// AMSSetDefaultAllocator(AMSResourceType::HOST);
// }

// -------------------------------------------------------------------------
// setup mfem memory manager
// -------------------------------------------------------------------------
Expand Down

0 comments on commit 71e66ec

Please sign in to comment.