From 8c7250cce87c7964401a6e4e57d6a8ddddb966bc Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Wed, 6 Nov 2024 08:21:07 -0600 Subject: [PATCH] Change recommended configuration on Delta. Improve job throughput. --- documentation/delta.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/delta.md b/documentation/delta.md index 94ab6b0e..2cfbf3a7 100644 --- a/documentation/delta.md +++ b/documentation/delta.md @@ -4,7 +4,7 @@ ``` max_cores_sim = 64 -max_cores_submission = 512 -max_gpus_submission = 8 +max_cores_submission = 128 +max_gpus_submission = 1 max_walltime = "2 days, 00:00:00" ```