aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-01-12 01:46:17 +0000
committerjulie <julielangou@users.noreply.github.com>2012-01-12 01:46:17 +0000
commit7c9b02423f124e79297e41af3d6257c39f187a3d (patch)
tree7bebff7bdd4f151dc34204f43346e9010110e23b /INSTALL
parentf9b184c35d0f2a4f52af6d973475ad53323c7310 (diff)
Add an option LAPACKE_WITH_TMG that will generate the LAPACKE with the TMG routines needed in plasma (by default regular LAPACKE with only LAPACK routines
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/make.inc.ALPHA4
-rw-r--r--INSTALL/make.inc.HPPA4
-rw-r--r--INSTALL/make.inc.IRIX643
-rw-r--r--INSTALL/make.inc.O2K3
-rw-r--r--INSTALL/make.inc.RS6K3
-rw-r--r--INSTALL/make.inc.SGI54
-rw-r--r--INSTALL/make.inc.SUN44
-rw-r--r--INSTALL/make.inc.SUN4SOL24
-rw-r--r--INSTALL/make.inc.gfortran4
-rw-r--r--INSTALL/make.inc.gfortran_debug4
-rw-r--r--INSTALL/make.inc.ifort4
-rw-r--r--INSTALL/make.inc.pghpf4
12 files changed, 45 insertions, 0 deletions
diff --git a/INSTALL/make.inc.ALPHA b/INSTALL/make.inc.ALPHA
index d2d09cbb..adad07fd 100644
--- a/INSTALL/make.inc.ALPHA
+++ b/INSTALL/make.inc.ALPHA
@@ -45,6 +45,10 @@ TIMER = EXT_ETIME
CC = cc
CFLAGS = -O4
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
diff --git a/INSTALL/make.inc.HPPA b/INSTALL/make.inc.HPPA
index e908e7b1..8de94211 100644
--- a/INSTALL/make.inc.HPPA
+++ b/INSTALL/make.inc.HPPA
@@ -45,6 +45,10 @@ TIMER = EXT_ETIME
CC = cc
CFLAGS =
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
diff --git a/INSTALL/make.inc.IRIX64 b/INSTALL/make.inc.IRIX64
index c62eb32f..b0665e02 100644
--- a/INSTALL/make.inc.IRIX64
+++ b/INSTALL/make.inc.IRIX64
@@ -48,6 +48,9 @@ TIMER = EXT_ETIME
CC = cc
CFLAGS = -O3
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
diff --git a/INSTALL/make.inc.O2K b/INSTALL/make.inc.O2K
index 7004ab11..9da7f009 100644
--- a/INSTALL/make.inc.O2K
+++ b/INSTALL/make.inc.O2K
@@ -48,6 +48,9 @@ TIMER = EXT_ETIME
CC = cc
CFLAGS = -O3
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
diff --git a/INSTALL/make.inc.RS6K b/INSTALL/make.inc.RS6K
index 9325deec..b788a4fb 100644
--- a/INSTALL/make.inc.RS6K
+++ b/INSTALL/make.inc.RS6K
@@ -45,6 +45,9 @@ TIMER = EXT_ETIME_
CC = xlc
CFLAGS = -O3 -qmaxmem=-1
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
diff --git a/INSTALL/make.inc.SGI5 b/INSTALL/make.inc.SGI5
index 5af64295..0472ae42 100644
--- a/INSTALL/make.inc.SGI5
+++ b/INSTALL/make.inc.SGI5
@@ -45,6 +45,10 @@ TIMER = EXT_ETIME
CC = cc
CFLAGS = -O4
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
diff --git a/INSTALL/make.inc.SUN4 b/INSTALL/make.inc.SUN4
index 3f7effd3..f2f352c9 100644
--- a/INSTALL/make.inc.SUN4
+++ b/INSTALL/make.inc.SUN4
@@ -45,6 +45,10 @@ TIMER = EXT_ETIME
CC = cc
CFLAGS = -O3
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
diff --git a/INSTALL/make.inc.SUN4SOL2 b/INSTALL/make.inc.SUN4SOL2
index ee5c1a2d..ff31e959 100644
--- a/INSTALL/make.inc.SUN4SOL2
+++ b/INSTALL/make.inc.SUN4SOL2
@@ -49,6 +49,10 @@ TIMER = EXT_ETIME
CC = cc
CFLAGS = -O3
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
diff --git a/INSTALL/make.inc.gfortran b/INSTALL/make.inc.gfortran
index f9c99285..1a83c54f 100644
--- a/INSTALL/make.inc.gfortran
+++ b/INSTALL/make.inc.gfortran
@@ -45,6 +45,10 @@ TIMER = INT_ETIME
CC = gcc
CFLAGS = -O3
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
diff --git a/INSTALL/make.inc.gfortran_debug b/INSTALL/make.inc.gfortran_debug
index 474e335f..46182cdb 100644
--- a/INSTALL/make.inc.gfortran_debug
+++ b/INSTALL/make.inc.gfortran_debug
@@ -45,6 +45,10 @@ TIMER = INT_CPU_TIME
CC = gcc
CFLAGS = -g
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
diff --git a/INSTALL/make.inc.ifort b/INSTALL/make.inc.ifort
index cde53b9c..3b911975 100644
--- a/INSTALL/make.inc.ifort
+++ b/INSTALL/make.inc.ifort
@@ -45,6 +45,10 @@ TIMER = EXT_ETIME
CC = icc
CFLAGS = -O3
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#
diff --git a/INSTALL/make.inc.pghpf b/INSTALL/make.inc.pghpf
index 886401d8..082d3a60 100644
--- a/INSTALL/make.inc.pghpf
+++ b/INSTALL/make.inc.pghpf
@@ -45,6 +45,10 @@ TIMER = EXT_ETIME
CC = pghpc
CFLAGS =
#
+# LAPACKE has also the interface to some routines from tmglib,
+# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
+#LAPACKE_WITH_TMG = Yes
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#