From dd9055847b67bccdc9ce685eeda058bf867bfe4b Mon Sep 17 00:00:00 2001 From: Richard Pausch Date: Fri, 24 Oct 2025 11:14:39 -0400 Subject: [PATCH] add exclusive flag --- etc/picongpu/frontier-ornl/batch.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/picongpu/frontier-ornl/batch.tpl b/etc/picongpu/frontier-ornl/batch.tpl index c14f065f13..74f7f34831 100644 --- a/etc/picongpu/frontier-ornl/batch.tpl +++ b/etc/picongpu/frontier-ornl/batch.tpl @@ -32,6 +32,7 @@ #SBATCH --ntasks-per-gpu=1 #SBATCH --gpu-bind=closest #SBATCH --gres=gpu:!TBG_devicesPerNode +#SBATCH --exclusive #SBATCH --mail-type=!TBG_mailSettings #SBATCH --mail-user=!TBG_mailAddress