Skip to content
Snippets Groups Projects
Commit 4187bc53 authored by Yandi's avatar Yandi
Browse files

fixing time limit

parent a65f609b
No related branches found
No related tags found
1 merge request!1Master into main
......@@ -77,7 +77,7 @@ os.system("mkdir -p logslurms")
args = parser.parse_args()
time_wall = {"no_limit": "48:00:00","hour" : "1:00:00", "half" : "0:00:00", "quarter" : "0:00:15"}
time_wall = {"no_limit": "39:00:00","hour" : "1:00:00", "half" : "0:00:00", "quarter" : "0:00:15"}
# Launch the batch jobs
submit_job(makejob(commit_id, args.model_name, 1, time_wall[args.time_wall]))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment