We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3298cb commit 0dd91d8Copy full SHA for 0dd91d8
scripts/smart_dispatch.py
@@ -152,9 +152,6 @@ def parse_arguments():
152
parser.error("You need to specify a command to launch.")
153
if args.queueName not in AVAILABLE_QUEUES and ((args.coresPerNode is None and args.gpusPerNode is None) or args.walltime is None):
154
parser.error("Unknown queue, --coresPerNode/--gpusPerNode and --walltime must be set.")
155
- else:
156
- if args.pool is None:
157
- resume_parser.error("The resume feature only works with the --pool argument.")
158
159
return args
160
0 commit comments