From b07903bd39682fd8372655b9e29cb7ea54b39770 Mon Sep 17 00:00:00 2001 From: Jim Dew Date: Fri, 26 Jan 2018 14:11:58 -0500 Subject: [PATCH] Since using the PGI Fortran compiler, use the PGI C++ compiler as well. --- ioapi/Makeinclude.Linux2_x86_64pg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioapi/Makeinclude.Linux2_x86_64pg b/ioapi/Makeinclude.Linux2_x86_64pg index 71ff489..2b28bdd 100644 --- a/ioapi/Makeinclude.Linux2_x86_64pg +++ b/ioapi/Makeinclude.Linux2_x86_64pg @@ -30,10 +30,10 @@ AR = ar CC = pgcc FC = pgf90 M4 = m4 -CPP = cpp +CPP = pgc++ LINK = $(CC) -MODI = "-module " ## Module-include-directory command +MODI = -module ## Module-include-directory command E132 = -extend MFLAGS = -fast # -Mnoupcase