Skip to content
Snippets Groups Projects
Commit 32d927cb authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

fix: syntax error for comparison

parent 238b39cd
No related branches found
No related tags found
1 merge request!1Add lua script for Slurm job_submit/lua interface
...@@ -45,7 +45,7 @@ function slurm_job_submit(job_desc, part_list, submit_uid) ...@@ -45,7 +45,7 @@ function slurm_job_submit(job_desc, part_list, submit_uid)
break break
end end
end end
if found != true then if not found then
job_desc.features = "gpfs4" job_desc.features = "gpfs4"
end end
......
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