Skip to content

Commit

Permalink
removed unneeded option
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaidQureshi committed Nov 13, 2020
1 parent 43af99b commit abba2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/cuda/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ void Settings::parseArguments(int argc, char** argv)
//{'c', OptionPtr(new Option<const char*>(controllerPath, "path", "ctrl", "NVM controller device path"))},
#endif
{'g', OptionPtr(new Option<uint32_t>(cudaDevice, "number", "gpu", "specify CUDA device", "0"))},
{'k', OptionPtr(new Option<uint32_t>(n_ctrls, "number", "n_ctrls", "specify number of NVMe controllers", "1"))},
//{'k', OptionPtr(new Option<uint32_t>(n_ctrls, "number", "n_ctrls", "specify number of NVMe controllers", "1"))},
//{'i', OptionPtr(new Option<uint32_t>(nvmNamespace, "identifier", "namespace", "NVM namespace identifier", "1"))},
//{'B', OptionPtr(new Option<bool>(doubleBuffered, "bool", "double-buffer", "double buffer disk reads", "false"))},
//{'r', OptionPtr(new Option<bool>(stats, "bool", "stats", "print statistics", "false"))},
Expand Down

0 comments on commit abba2c7

Please sign in to comment.