Skip to content

Commit

Permalink
Update benchmarks/modules/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Mar 13, 2024
1 parent 412ec60 commit e2810e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/modules/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ def set_sge_num_slots(self):
self.extra_resources['mpi'] = {'num_slots': num_tasks * num_cpus_per_task}

@run_before('compile')
def set_isambard_instinct_memory(self):
# We want to define the `instinct_memory` extra resource, so that we
def set_isambard_memory(self):
# We define the `memory` extra resource, so that we
# can use the corresponding resources in the config file.
system, partition = self.current_partition.fullname.split(':')
if system == "isambard-phase3":
Expand Down

0 comments on commit e2810e8

Please # to comment.