source: palm/trunk/INSTALL/MAKE.inc.pgi.openacc.MPI @ 1697

Last change on this file since 1697 was 1595, checked in by raasch, 9 years ago

missing cpp-switch added

  • Property svn:executable set to *
File size: 492 bytes
Line 
1# Contents of this file are included in palm's makefile if the simple install
2# process (palm_simple_install) is used.
3# Please adjust compiling parameters as required for your system.
4
5PROG=palm
6F90=mpif90
7COPT= -Mpreprocess -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__parallel -D__nopointer -D__openacc -D__lc
8F90FLAGS= -acc -ta=tesla,6.0,nocache,time -Minfo=acc -fastsse -Mcuda=cuda6.0
9LDFLAGS= -acc -ta=tesla,6.0,nocache,time -Minfo=acc -fastsse -Mcuda=cuda6.0
Note: See TracBrowser for help on using the repository browser.