Skip to content

Commit

Permalink
Merge branch 'pgi_power_stanza' into release-v4.2 (PR #149)
Browse files Browse the repository at this point in the history
This merge adds a new configuration stanza for building with the PGI compilers
on Linux/POWER9 systems.

This configuration stanza has been used to successfully build the WPS
on ORNL Summit using the PGI 19.9 compilers.

* pgi_power_stanza:
  Add configuration stanza for PGI compilers on Linux/POWER9
  • Loading branch information
mgduda committed Apr 22, 2020
2 parents dbe5004 + 619ce32 commit 5690c15
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/configure.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,27 @@ CFLAGS =
CPP = cpp -P -traditional
CPPFLAGS = -Uvector -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 CONFIGURE_MPI
ARFLAGS =
########################################################################################################################
#ARCH Linux ppc64le POWER Linux, PGI compiler # serial serial_NO_GRIB2 dmpar dmpar_NO_GRIB2
#
COMPRESSION_LIBS = CONFIGURE_COMP_L
COMPRESSION_INC = CONFIGURE_COMP_I
FDEFS = CONFIGURE_FDEFS
NCARG_LIBS =
NCARG_LIBS2 =
FC = mpifort
SFC = pgfortran
CC = mpicc
SCC = pgcc
LD = $(FC)
FFLAGS = -Mfree -byteswapio
F77FLAGS = -Mfixed -byteswapio
FNGFLAGS = $(FFLAGS)
LDFLAGS =
CFLAGS =
CPP = cpp -P -traditional
CPPFLAGS = -Uvector -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DIO_BINARY -DIO_GRIB1 -DBIT32 CONFIGURE_MPI
ARFLAGS =

########################################################################################################################
#ARCH Linux ppc64 BG bglxf compiler with blxlc # dmpar
Expand Down

0 comments on commit 5690c15

Please sign in to comment.