This commit is contained in:
Dominik Moritz Roth 2023-07-09 17:04:57 +02:00
parent 84af1865b8
commit f2953cd80a

View File

@ -157,7 +157,7 @@ class Slate():
def run_slurm(self, filename, name):
assert slurm_avaible, 'pyslurm does not seem to be installed on this system.'
config = self.load_config(filename, name)
slurmC = self.consume(config, 'slurm')
slurmC = self.consume(config, 'slurm', True)
schedC = self.consume(config, 'scheduler')
s_name = self.consume(slurmC, 'name')