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.
2 parents 7a06411 + 3998a62 commit 050ef43Copy full SHA for 050ef43
cscs-checks/mch/openacc_cuda_mpi_cppstd.py
@@ -18,9 +18,11 @@ def __init__(self):
18
self.build_system = 'Make'
19
self.build_system.fflags = ['-O2']
20
21
+ # FIXME Temporary workaround reducing the MPI tasks per node
22
+ # See https://jira.cscs.ch/browse/PROGENV-8 for Cray case
23
if self.current_system.name in ['daint', 'dom']:
24
self.num_tasks = 12
- self.num_tasks_per_node = 12
25
+ self.num_tasks_per_node = 11
26
self.num_gpus_per_node = 1
27
self.build_system.options = ['NVCC_FLAGS="-arch=compute_60"']
28
self.variables = {
0 commit comments