Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task Minima Adjustment Too Aggressive #13

Open
evanberkowitz opened this issue Nov 23, 2016 · 0 comments
Open

Task Minima Adjustment Too Aggressive #13

evanberkowitz opened this issue Nov 23, 2016 · 0 comments

Comments

@evanberkowitz
Copy link
Owner

If METAQ loops through everything and fails to find any tasks to launch simply because the machine is full, it shouldn't try to adjust the minimum acceptable task size! It should celebrate that the machine is full!

eg.

Looping over tasks in /ccs/proj/lgt100/c51/x_files/project_2/q/todo/cpu_32
    Folder settings suggest tasks require at least 32 nodes.
    Folder settings suggest tasks require at least 32 gpus.
    Folder settings suggest tasks require at least 26:00 remaining wallclock time.
    Skipping tasks because folder NODE requirement 32 exceeds the available nodes 0.


Tried to launch all available tasks.
No tasks were launched on the last pass.
Minimum task size requirements may have been too big.
    New minimum node requirement: 4 NODES
    New minimum gpu requirement: 4 GPUS
Maximum task size requirements may have been too small.
    New maximum node requirement: 32 NODES
    New maximum gpu requirement: 32 GPUS

is really dumb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant