Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Sep 3, 2024
1 parent c8e2dcc commit 9369483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/mpi4py/mpi4py_portable.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def run_after_init(self):

@run_after('setup')
def set_num_tasks_per_node(self):
""" Setting number of tasks per node and cpus per task in this function. This function sets
num_tasks, num_tasks_per_node, num_cpus_per_task, and num_gpus_per_node, based on the current scale
""" Setting number of tasks per node and cpus per task in this function. This function sets
num_tasks, num_tasks_per_node, num_cpus_per_task, and num_gpus_per_node, based on the current scale
and the current partition's num_cpus, max_avail_gpus_per_node and num_nodes"""
hooks.assign_tasks_per_compute_unit(self, COMPUTE_UNIT[CPU])

Expand Down

0 comments on commit 9369483

Please sign in to comment.