Skip to content

Commit

Permalink
Add PGI config correction (no -x option).
Browse files Browse the repository at this point in the history
  • Loading branch information
sponce24 committed Dec 11, 2018
1 parent 26c7a9b commit 6301e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-suite/config/TestFarm/farmer_pgi18_mvapich23b.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6301e0e

Please sign in to comment.