Changeset 2359 for palm/trunk/SOURCE/Makefile
- Timestamp:
- Aug 21, 2017 7:50:30 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r2339 r2359 425 425 # The following line is needed for palm_simple_install, don't remove it! 426 426 #to_be_replaced_by_include 427 428 #BOUNDS="-Rbc" # Array bounds checking. Compromises performance seriously. 429 430 F90 = ftn 431 #COPT = -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__lc -D__parallel -D__fftw \ 432 # -D__netcdf -D__netcdf4 -D__netcdf4_parallel -D__nopointer 433 COPT = -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__lc -D__parallel -D__fftw \ 434 -D__netcdf -D__netcdf4 -D__netcdf4_parallel 435 436 #F90FLAGS = -O2 -e Fm -G2 -rm $(BOUNDS) -hnoomp 437 F90FLAGS = -O2 -e F -G2 -rm $(BOUNDS) -hnoomp 438 LDFLAGS = $(F90FLAGS) -dynamic 439 440 # End of include 427 441 428 442 .SUFFIXES:
Note: See TracChangeset
for help on using the changeset viewer.