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