diff --git a/scripts/performance/utils/executors.py b/scripts/performance/utils/executors.py index ed739f393a..93a1c0c221 100644 --- a/scripts/performance/utils/executors.py +++ b/scripts/performance/utils/executors.py @@ -86,6 +86,7 @@ def slurm_executor( srun_args = custom_srun_args.copy() + [ "--mpi=pmix", "--no-container-mount-home", + "--container-writable", ] if log_dir is not None: