From b0c5301703d63d70b6fd42cd3e25b5da502eb021 Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Mon, 15 Nov 2021 09:07:02 +0000
Subject: [PATCH] add condor_batchanme

---
 binarycpython/utils/grid_options_defaults.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/binarycpython/utils/grid_options_defaults.py b/binarycpython/utils/grid_options_defaults.py
index 910f8cb52..6e6e6535d 100644
--- a/binarycpython/utils/grid_options_defaults.py
+++ b/binarycpython/utils/grid_options_defaults.py
@@ -248,6 +248,7 @@ class grid_options_defaults():
             "condor_submit" : "condor_submit", # the condor_submit command
             "condor_getenv" : True, # if True condor takes the environment at submission and copies it to the jobs. You almost certainly want this.
             "condor_restart_dir" : None, # restart Condor jobs from this directory
+            "condor_batchname" : "", # Condor batchname option
             ##########################
             # Unordered. Need to go through this. Copied from the perl implementation.
             ##########################
-- 
GitLab