diff --git a/aiida_nanotech_empa/workflows/cp2k/cp2k_benchmark_workchain.py b/aiida_nanotech_empa/workflows/cp2k/cp2k_benchmark_workchain.py index abfd37f..4983f8f 100644 --- a/aiida_nanotech_empa/workflows/cp2k/cp2k_benchmark_workchain.py +++ b/aiida_nanotech_empa/workflows/cp2k/cp2k_benchmark_workchain.py @@ -303,11 +303,6 @@ def submit_calculations(self): input_dict = self.ctx.input_dict for nnodes in self.inputs.list_nodes: - if nnodes <= 8: - mywall=50 - else: - mywall=20 - # Loop for mpi tasks for ntasks in find_multiples_of_ngpus(self.inputs.ngpus.value,nnodes, self.inputs.max_tasks_per_node.value): for nthreads in self.inputs.list_threads_per_task: