Ignore:
Timestamp:
Aug 14, 2013 10:58:20 AM (11 years ago)
Author:
raasch
Message:

fftw support added; object file list in Makefile replaced by a short one line statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1203 r1210  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# fftw support added
    2525#
    2626# Former revisions:
     
    143143 executable=""
    144144 execution_error=false
     145 fftw_inc=""
     146 fftw_lib=""
     147 fftw_support=false
    145148 fimm=false
    146149 fname=test
     
    19171920
    19181921    # COMPILE- UND LINK-OPTIONEN BESTIMMEN
    1919  fopts="$fopts $netcdf_inc $dvr_inc"
    1920  lopts="$lopts $netcdf_lib $dvr_lib"
     1922 fopts="$fopts $netcdf_inc $fftw_inc $dvr_inc"
     1923 lopts="$lopts $netcdf_lib $fftw_lib $dvr_lib"
    19211924 ROPTS="$ropts"
    19221925# if [[ ( $(echo $host | cut -c1-3) = nec  ||  $(echo $host | cut -c1-3) = ibm  ||  $host = lckyoto  ||  $host = lcsgih  ||  $host = lcsgib  ||  $host = lctit  ||  $host = lcfimm  ||  $host = lcflow  ||  $host = lcxe6 ||  $host = lcxt5m || $host = lck || $host = lckiaps || $host = lckordi || $host = lcsb || $host )  &&  -n $numprocs ]]
Note: See TracChangeset for help on using the changeset viewer.