summaryrefslogtreecommitdiff
path: root/math/scalapack/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/scalapack/files')
-rw-r--r--math/scalapack/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scalapack/files/Makefile b/math/scalapack/files/Makefile
index 711f068aaa67..75ff28cf00b8 100644
--- a/math/scalapack/files/Makefile
+++ b/math/scalapack/files/Makefile
@@ -6,6 +6,6 @@ all: densg densg2
densg: example1.f # f77 version
mpif77 -o densg example1.f -L/usr/local/lib -lscalapack -lblacs -lblacsf77 -lblacs -lf77blas
-
+
densg2: example1.cc # C++ version
mpiCC -o densg2 example1.cc -I/usr/local/mpich/include -I/usr/local/include -L/usr/local/lib -lscalapack -lblacs -lblacsf77 -lblacs -lf77blas -lg2c -lm