Ignore:
Timestamp:
Mar 18, 2010 2:30:38 AM (14 years ago)
Author:
raasch
Message:

simple installation method documented and updated; bugfix for PGI compiler in buoyancy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/MAKE.inc.ifort.imuk

    r421 r515  
    1 # contents of this file are include in palm's makefile if the simple install
     1# Contents of this file are included in palm's makefile if the simple install
    22# process (palm_simple_install) is used.
    3 # Please adjust compiling parameters as required for your system
     3# Please adjust compiling parameters as required for your system.
    44
    55PROG=palm
    66F90=mpif90
    7 COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__netcdf_64bit -D__intel_openmp_bug -D__lc -D__parallel
    8 F90FLAGS= -axW -openmp -r8 -nbs -convert little_endian -I /muksoft_64/packages/netcdf/3.6.3/include
    9 LDFLAGS= -axW -openmp -r8 -nbs -Vaxlib -L/muksoft_64/packages/netcdf/3.6.3/lib -lnetcdf
     7COPT= -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__netcdf -D__lc -D__parallel
     8F90FLAGS= -axW -O3 -r8 -nbs -convert little_endian -I /muksoft_64/packages/netcdf/3.6.3/include
     9LDFLAGS= -axW -O3 -r8 -nbs -Vaxlib -L/muksoft_64/packages/netcdf/3.6.3/lib -lnetcdf
Note: See TracChangeset for help on using the changeset viewer.