瀏覽代碼

upated straglr job_name to refelct the sample and part

Thomas 1 天之前
父節點
當前提交
aad235db3d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/callers/straglr.rs

+ 2 - 2
src/callers/straglr.rs

@@ -751,7 +751,7 @@ impl SlurmRunner for StraglrJob {
         SlurmParams {
             job_name: Some(job_name),
             partition: Some("shortq".into()),
-            cpus_per_task: Some(20),
+            cpus_per_task: Some(10),
             mem: Some("10G".into()),
             gres: None,
         }
@@ -765,7 +765,7 @@ impl SbatchRunner for StraglrJob {
         SlurmParams {
             job_name: Some(job_name),
             partition: Some("shortq".into()),
-            cpus_per_task: Some(20),
+            cpus_per_task: Some(10),
             mem: Some("10G".into()),
             gres: None,
         }