summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'numbench/modules/scalapack.py')
-rw-r--r--numbench/modules/scalapack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numbench/modules/scalapack.py b/numbench/modules/scalapack.py
index 28e694f..03fa190 100644
--- a/numbench/modules/scalapack.py
+++ b/numbench/modules/scalapack.py
@@ -57,7 +57,7 @@ class Module:
btlconfig = dict (
CXX = 'mpic++',
source = 'libs/PBLAS/main.cpp',
- preargs = ('mpirun', '-np', self.numproc),
+ preargs = ('mpirun', '-np', str(self.numproc)),
exe = pjoin(test['testdir'], implementation, 'test'),
logdir = pjoin(test['logdir'], implementation),
testdir = pjoin(test['testdir'], implementation),