From 4e788d38857f658419b76a97020509714f22803b Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Tue, 13 Dec 2016 16:39:23 +0100
Subject: [PATCH] Fixing installation of Trilinos with intel compiler

---
 script/install_PETSC.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/install_PETSC.sh b/script/install_PETSC.sh
index 6a0593492..0d59bf1fa 100755
--- a/script/install_PETSC.sh
+++ b/script/install_PETSC.sh
@@ -2,8 +2,8 @@
 
 # check if the directory $1/PETSC exist
 
-CXX=$3
-CC=$4
+CXX=$4
+CC=$3
 F77=$5
 FC=$6
 
-- 
GitLab