Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
cpignedoli committed Oct 11, 2024
1 parent 7f30328 commit 2e9e2c7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e9e2c7

Please sign in to comment.