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 /samples
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 'samples')
-rw-r--r--samples/scalapacktests.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/scalapacktests.xml b/samples/scalapacktests.xml
index b74b5bc..cadf14b 100644
--- a/samples/scalapacktests.xml
+++ b/samples/scalapacktests.xml
@@ -1,14 +1,14 @@
<tests>
<test id="reference-O3">
- <pkg>sci-libs/scalapack-1.8.0</pkg>
+ <pkg>sci-libs/scalapack-2.0.1</pkg>
<emergeenv>
<var name="FFLAGS">-O3</var>
</emergeenv>
</test>
<test id="reference-O1">
- <pkg>sci-libs/scalapack-1.8.0</pkg>
+ <pkg>sci-libs/scalapack-2.0.1</pkg>
<emergeenv>
<var name="FFLAGS">-O1</var>
</emergeenv>