easyconfigs-it4i/m/MPI-LIBLINEAR/INTEL_parallel-make.patch

13 lines
355 B
Diff

#This patch fixes the detection of Intel MPI C++ and C compilers.
#made by PERMON team (http://permon.it4i.cz/)
--- Makefile.orig 2016-11-08 06:23:58.000000000 +0100
+++ Makefile 2017-04-24 15:17:54.000000000 +0200
@@ -1,5 +1,5 @@
-CXX = mpic++
-CC = mpicc
+CXX = mpiicpc
+CC = mpiicc
CFLAGS = -Wall -Wconversion -O3 -fPIC
LIBS = blas/blas.a
SHVER = 3