Skip to content

Commit 24eb77d

Browse files
author
Luca
committed
Comment about num_tasks
1 parent bf334cc commit 24eb77d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cscs-checks/apps/cpmd/cpmd_check.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ def setup_run(self):
9393
# common setup for every architecture
9494
self.job.launcher.options = ['--cpu-bind=cores']
9595
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)
9699
self.num_tasks = 72
97100

98101
try:

0 commit comments

Comments
 (0)