Skip to content
Snippets Groups Projects
Commit 2492df99 authored by Danny Auble's avatar Danny Auble
Browse files

removed overcommit check in slaunch

parent 7de3a020
No related branches found
No related tags found
No related merge requests found
......@@ -1716,18 +1716,6 @@ static bool _opt_verify(void)
verified = false;
}
if (!opt.overcommit) {
/* make sure that the user isn't asking for more tasks
than there are available cpus in the allocation */
uint32_t cpus = _total_cpus(alloc_info_ptr);
/* if (opt.num_tasks > cpus) { */
/* error("Asking for more tasks (%u) than total available" */
/* " cpus (%u)", opt.num_tasks, cpus); */
/* error("Perhaps you meant to use --overcommit?"); */
/* verified = false; */
/* } */
}
core_format_enable (opt.core_type);
if (opt.labelio && opt.unbuffered) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment