Skip to content

Commit

Permalink
Added error message about page cache simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 10, 2024
1 parent edf0806 commit a6a4335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrench/simulation/Simulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ namespace wrench {
} else if (not strcmp(argv[i], "--wrench-version")) {
version_requested = true;
} else if (not strcmp(argv[i], "--wrench-pagecache-simulation")) {
throw std::invalid_argument("The use of --wrench-pagecache-simulation has been deprecated for now");
Simulation::pagecache_enabled = true;
} else {
cleanedup_args.emplace_back(argv[i]);
Expand Down

0 comments on commit a6a4335

Please sign in to comment.