Skip to content

Commit

Permalink
Merge pull request #735 from sebkelle1/checks/likwid
Browse files Browse the repository at this point in the history
[bugfix] Fix typo in Likwid bandwidth benchmark
  • Loading branch information
vkarak committed Apr 5, 2019
2 parents a4583cf + 390dbee commit dd4d6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cscs-checks/microbenchmarks/likwid/likwid.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, mem_level, kernel_name):
}

def setup(self, partition, environ, **job_opts):
pfn = parition.fullname
pfn = partition.fullname
self.data_size = self.system_cache_sizes[pfn][self.mem_level]
self.num_cpus_per_task = self.system_num_cpus[partition.fullname]
numa_domains = self.system_numa_domains[partition.fullname]
Expand Down

0 comments on commit dd4d6ba

Please sign in to comment.