Ignore:
Timestamp:
Aug 21, 2017 7:50:30 AM (7 years ago)
Author:
hellstea
Message:

Minor bugfix in nesting initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r2339 r2359  
    425425# The following line is needed for palm_simple_install, don't remove it!
    426426#to_be_replaced_by_include
     427
     428#BOUNDS="-Rbc"  # Array bounds checking. Compromises performance seriously.
     429
     430F90 = 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
     433COPT = -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
     437F90FLAGS = -O2 -e F -G2 -rm $(BOUNDS) -hnoomp
     438LDFLAGS = $(F90FLAGS) -dynamic
     439
     440# End of include
    427441
    428442.SUFFIXES:
Note: See TracChangeset for help on using the changeset viewer.