Skip to content

Commit

Permalink
fixup! cmd/flux-mini: add mini run/submit
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Sep 27, 2019
1 parent 47f7c32 commit 310502a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/cmd/flux-mini.py
Expand Up @@ -68,13 +68,7 @@ def __init__(self, command, num_tasks=1, cores_per_task=1, num_nodes=None):
self.jobspec = {
"version": 1,
"resources": [resource_section],
"tasks": [
{
"command": command,
"slot": "task",
"count": task_count_dict,
}
],
"tasks": [{"command": command, "slot": "task", "count": task_count_dict}],
"attributes": {"system": {"duration": 0}},
}

Expand Down

0 comments on commit 310502a

Please sign in to comment.