From 6301e0ed7171bc69d1ea932fb2432e2d1d6d7134 Mon Sep 17 00:00:00 2001 From: Samuel Ponce Date: Tue, 11 Dec 2018 11:49:02 +0000 Subject: [PATCH] Add PGI config correction (no -x option). --- test-suite/config/TestFarm/farmer_pgi18_mvapich23b.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-suite/config/TestFarm/farmer_pgi18_mvapich23b.inc b/test-suite/config/TestFarm/farmer_pgi18_mvapich23b.inc index d11cc27d3..fcbe19cdb 100644 --- a/test-suite/config/TestFarm/farmer_pgi18_mvapich23b.inc +++ b/test-suite/config/TestFarm/farmer_pgi18_mvapich23b.inc @@ -5,10 +5,10 @@ F90 = pgf90 #Add next two lines for parallel postw90. Choose the correct name of the mpi f90 wrapper -#COMMS = mpi +COMMS = mpi MPIF90 = mpif90 -FCOPTS = -O2 -g -x f95-cpp-input -I/mnt/buildbot/binary/mvapich23_pgi185/include +FCOPTS = -O2 -g f95-cpp-input -I/mnt/buildbot/binary/mvapich23_pgi185/include LDOPTS = -O2 # Debug options