File: 29_clang.diff

package info (click to toggle)
scalapack 1.8.0-12
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,712 kB
  • ctags: 29,423
  • sloc: fortran: 288,069; ansic: 64,035; makefile: 1,966
file content (41 lines) | stat: -rw-r--r-- 1,481 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Index: scalapack-1.8.0/SLmake.inc
===================================================================
--- scalapack-1.8.0.orig/SLmake.inc	2013-05-30 14:56:57.000000000 +0200
+++ scalapack-1.8.0/SLmake.inc	2013-05-30 15:28:31.022005282 +0200
@@ -130,8 +130,8 @@
 #F77           = /usr/local/pgi/linux86/bin/pgf77
 CC            = gcc
 NOOPT         = -w $(FPIC)
-F77FLAGS      = -Wall -O6 -funroll-all-loops -ffast-math $(NOOPT)
-CCFLAGS       = -Wall $(FPIC) -O6 -funroll-all-loops -ffast-math
+F77FLAGS      = -Wall -O4 -funroll-all-loops -ffast-math $(NOOPT)
+CCFLAGS       = -Wall $(FPIC) -O4 -funroll-all-loops -ffast-math
 SRCFLAG       =
 F77LOADER     = $(F77)
 ifeq ($(MPI),mpich)
Index: scalapack-1.8.0/SRC/pdlaiect.c
===================================================================
--- scalapack-1.8.0.orig/SRC/pdlaiect.c	2006-01-18 22:36:03.000000000 +0100
+++ scalapack-1.8.0/SRC/pdlaiect.c	2013-05-30 15:20:08.781991452 +0200
@@ -227,7 +227,7 @@
    }
 }
 
-pdlachkieee_( isieee, rmax, rmin )
+void pdlachkieee_( isieee, rmax, rmin )
 /*
 *  .. Scalar Arguments ..
 */
Index: scalapack-1.8.0/SRC/pslaiect.c
===================================================================
--- scalapack-1.8.0.orig/SRC/pslaiect.c	2006-01-18 22:36:03.000000000 +0100
+++ scalapack-1.8.0/SRC/pslaiect.c	2013-05-30 15:13:50.365981030 +0200
@@ -150,7 +150,7 @@
    }
 }
 
-pslachkieee_( isieee, rmax, rmin )
+void pslachkieee_( isieee, rmax, rmin )
 /*
 *  .. Scalar Arguments ..
 */