This commit is contained in:
Benoît Sierro
2021-08-20 15:01:31 +02:00
parent bd86487151
commit 422f65b9db

View File

@@ -138,7 +138,7 @@ def main():
args.nodes, args.cpus_per_node = distribute(sim_num, args.nodes, args.cpus_per_node)
submit_path = Path(
"submit " + final_name.replace("/") + "-" + format(datetime.now(), "%Y%m%d%H%M") + ".sh"
"submit " + final_name.replace("/", "") + "-" + format(datetime.now(), "%Y%m%d%H%M") + ".sh"
)
tmp_path = Path("submit tmp.sh")