Skip to content

Commit

Permalink
Remove stray line
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Nov 12, 2024
1 parent d54f143 commit 1a70ce4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutorial/mpi4py/mpi4py_portable_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class EESSI_MPI4PY(rfm.RunOnlyRegressionTest, EESSI_Mixin):
def required_mem_per_node(self):
return self.num_tasks_per_node * 100 + 250

self.num_tasks_per_node = min(self.num_tasks, 128)

# Now, we check if the pattern 'Sum of all ranks: X' with X the correct sum for the amount of ranks is found
# in the standard output:
# https://reframe-hpc.readthedocs.io/en/stable/regression_test_api.html#reframe.core.builtins.sanity_function
Expand Down

0 comments on commit 1a70ce4

Please sign in to comment.