mirror of
https://gitlab.cs.uni-saarland.de/hpc/cc-condor-sync.git
synced 2024-11-10 02:47:25 +01:00
Fix file name
This commit is contained in:
parent
308df9907e
commit
fe641ca357
@ -259,7 +259,7 @@ class CondorSync:
|
|||||||
|
|
||||||
# is this part of an array job?
|
# is this part of an array job?
|
||||||
if job['Cluster'] > 0:
|
if job['Cluster'] > 0:
|
||||||
data.update({"arrayJobId": job['Cluster']})
|
data.update({"arrayJobId": job['Cluster']}) # todo: offset by submit node!
|
||||||
|
|
||||||
num_acc = 0
|
num_acc = 0
|
||||||
for node in nodelist:
|
for node in nodelist:
|
Loading…
Reference in New Issue
Block a user