We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8e62f commit ea87234Copy full SHA for ea87234
.buildkite/pipeline.yml
@@ -320,8 +320,8 @@ steps:
320
command: "test/mpi_tests/test_sbatch_script.sh"
321
agents:
322
slurm_ntasks: 1
323
+ slurm_time: 30
324
soft_fail: true
- timeout_in_minutes: 40
325
326
- group: "Hierarchy tests (1d)"
327
steps:
test/mpi_tests/local_checks.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
#SBATCH --ntasks=2
3
#SBATCH --job-name=mpi_amip
4
-#SBATCH --time=24:00:00
+#SBATCH --time=00:10:00
5
#SBATCH --mem-per-cpu=16G
6
#SBATCH --partition=expansion
7
0 commit comments