We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf334cc commit 24eb77dCopy full SHA for 24eb77d
cscs-checks/apps/cpmd/cpmd_check.py
@@ -93,6 +93,9 @@ def setup_run(self):
93
# common setup for every architecture
94
self.job.launcher.options = ['--cpu-bind=cores']
95
self.job.options = ['--distribution=block:block']
96
+ # FIXME: the current test case does not scale beyond 72 MPI tasks,
97
+ # so the last node in 16-nodes jobs will be used only partially.
98
+ # The test case needs to be updated (warning about XC_DRIVER IN &DFT)
99
self.num_tasks = 72
100
101
try:
0 commit comments