mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
13 lines
355 B
Diff
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
|