diff options
author | Adam M. Stück <adam@adast.xyz> | 2022-12-05 11:24:53 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2022-12-16 22:17:18 +0100 |
commit | 4e2d6e247fb8e461cf81f6d8a3204a2e214dc261 (patch) | |
tree | 264b8d3e8e35037029cfcced7c3068a50bf45cc6 | |
parent | ed970398285af608c647268d15dfb1091fe4500f (diff) |
Only use naples cluster partition
-rwxr-xr-x | run-model | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --mem=15000 #SBATCH --output=/dev/null -#SBATCH --exclude=naples01,dhabi01,rome01 +#SBATCH --partition=naples TIME_CMD="/usr/bin/time -f \"@@@%M@@@\" " |