From 8405d04b4512fd27888fdb361fa5b3d156979000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sierro?= Date: Mon, 14 Jun 2021 13:49:47 +0200 Subject: [PATCH] oops --- src/scgenerator/scripts/slurm_submit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scgenerator/scripts/slurm_submit.py b/src/scgenerator/scripts/slurm_submit.py index ae85608..0a0b6d0 100644 --- a/src/scgenerator/scripts/slurm_submit.py +++ b/src/scgenerator/scripts/slurm_submit.py @@ -91,7 +91,7 @@ def create_parser(): help="commands to run to setup the environement (default : activate the sc environment with conda)", ) parser.add_argument( - "--command", default="run", choices=["run", "resume"], help="command to run" + "--command", default="run", choices=["run", "resume", "merge"], help="command to run" ) return parser @@ -123,7 +123,7 @@ def main(): if args.command == "merge": final_config = args.configs[0] - sim_num = 0 + sim_num = "many" args.nodes = 1 args.cpus_per_node = 1 else: