summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arteaga <andyspiros@gmail.com>2012-04-09 23:37:32 +0200
committerAndrea Arteaga <andyspiros@gmail.com>2012-04-09 23:37:32 +0200
commitc3d002ed1ee61e445aee27842f604b116fb2e729 (patch)
tree1a5de34af2e510daaf9c69a1259ed6b8c75243e1 /numbench/modules/scalapack.py
parentAdded -c / --clean switch. (diff)
downloadauto-numerical-bench-c3d002ed1ee61e445aee27842f604b116fb2e729.tar.gz
auto-numerical-bench-c3d002ed1ee61e445aee27842f604b116fb2e729.tar.bz2
auto-numerical-bench-c3d002ed1ee61e445aee27842f604b116fb2e729.zip
Solved problems with the scalapack module -- working now.
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),