Skip to content

Commit

Permalink
Merge branch 'main' into test/ior_check_update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamar authored Apr 17, 2024
2 parents b082b38 + 17072ae commit f6744af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checks/apps/namd/namd_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def setup_parallel_run(self):
# On Eiger a no-smp NAMD version is the default
if self.current_system.name in ['eiger', 'pilatus']:
self.executable_opts = ['+idlepoll', 'stmv.namd']
self.num_cpus_per_task = 2
else:
self.executable_opts = ['+idlepoll', '+ppn 71', 'stmv.namd']
self.num_cpus_per_task = 72
Expand Down Expand Up @@ -122,7 +123,7 @@ def set_reference(self):
self.reference = {
'daint:mc': {'days_ns': (0.425, None, 0.10, 'days/ns')},
'eiger:mc': {'days_ns': (0.057, None, 0.05, 'days/ns')},
'pilatus:mc': {'days_ns': (0.054, None, 0.05, 'days/ns')}
'pilatus:mc': {'days_ns': (0.054, None, 0.10, 'days/ns')}
}

@performance_function('days/ns')
Expand Down

0 comments on commit f6744af

Please sign in to comment.