Skip to content

Commit 5f3ab99

Browse files
committed
!f setting
1 parent a424251 commit 5f3ab99

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

arc/settings/settings.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
'HTCondor': 'condor_submit',
135135
}
136136

137-
delete_command = {'OGE': 'export SGE_ROOT=/opt/sge; /opt/sge/bin/scancel',
137+
delete_command = {'OGE': 'export SGE_ROOT=/opt/sge; /opt/sge/bin/lx24-amd64/qdel',
138138
'Slurm': '/usr/bin/scancel',
139139
'PBS': '/usr/local/bin/qdel',
140140
'HTCondor': 'condor_rm',
@@ -319,8 +319,8 @@
319319
ARC_FAMILIES_PATH = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))), 'data', 'families')
320320

321321
# Default environment names for sister repos
322-
TS_GCN_PYTHON, TANI_PYTHON, AUTOTST_PYTHON, ARC_PYTHON, XTB, OB_PYTHON, RMG_PYTHON, RMG_PATH, RMG_DB_PATH = \
323-
None, None, None, None, None, None, None, None, None
322+
TS_GCN_PYTHON, TANI_PYTHON, AUTOTST_PYTHON, ARC_PYTHON, XTB, XTB_PYTHON, OB_PYTHON, RMG_PYTHON, RMG_PATH, RMG_DB_PATH = \
323+
None, None, None, None, None, None, None, None, None, None
324324

325325
home = os.getenv("HOME") or os.path.expanduser("~")
326326

@@ -362,6 +362,7 @@ def find_executable(env_name, executable_name='python'):
362362
TS_GCN_PYTHON = find_executable('ts_gcn')
363363
AUTOTST_PYTHON = find_executable('tst_env')
364364
ARC_PYTHON = find_executable('arc_env')
365+
XTB_PYTHON = find_executable('xtb_env')
365366
RMG_ENV_NAME = 'rmg_env'
366367
RMG_PYTHON = find_executable('rmg_env')
367368
XTB = find_executable('xtb_env', 'xtb')

0 commit comments

Comments
 (0)