Thomas před 3 týdny
rodič
revize
25bfac95c9
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/commands/longphase.rs

+ 2 - 2
src/commands/longphase.rs

@@ -647,7 +647,7 @@ impl crate::commands::SlurmRunner for LongphaseModcallSolo {
         crate::commands::SlurmParams {
         crate::commands::SlurmParams {
             job_name: Some(format!("longphase_modcall_{}_{}", self.id, self.time)),
             job_name: Some(format!("longphase_modcall_{}_{}", self.id, self.time)),
             cpus_per_task: Some(self.threads as u32),
             cpus_per_task: Some(self.threads as u32),
-            mem: Some("60G".into()),
+            mem: Some("90G".into()),
             partition: Some("shortq".into()),
             partition: Some("shortq".into()),
             gres: None,
             gres: None,
         }
         }
@@ -660,7 +660,7 @@ impl crate::commands::SbatchRunner for LongphaseModcallSolo {
         crate::commands::SlurmParams {
         crate::commands::SlurmParams {
             job_name: Some(format!("longphase_modcall_{}_{}", self.id, self.time)),
             job_name: Some(format!("longphase_modcall_{}_{}", self.id, self.time)),
             cpus_per_task: Some(self.threads as u32),
             cpus_per_task: Some(self.threads as u32),
-            mem: Some("60G".into()),
+            mem: Some("90G".into()),
             partition: Some("shortq".into()),
             partition: Some("shortq".into()),
             gres: None,
             gres: None,
         }
         }