Changeset 3499


Ignore:
Timestamp:
Nov 7, 2018 10:55:15 AM (5 years ago)
Author:
suehring
Message:

Temporarily avoid compilation of post-processing tool for surface output until a workaround for compiler-specific intrinsic functions is found.

Location:
palm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r3494 r3499  
    2727# -----------------
    2828# $Id$
     29# Temporarily avoid compilation of post-processing tool for surface output
     30# until a workaround for compiler-specific intrinsic functions is found.
     31#
     32# 3494 2018-11-06 14:51:27Z suehring
    2933# Add tool for surface-output post-processing
    3034#
     
    500504 cp -p  ../UTIL/compare_palm_logs.f90  .
    501505 cp -p  ../UTIL/agent_preprocessing/agent_preprocessing.f90  .
    502  cp -p  ../UTIL/surface_output_processing/surface_output_to_vtk.f90  .
     506 #cp -p  ../UTIL/surface_output_processing/surface_output_to_vtk.f90  .
    503507 cp -p  ../UTIL/Makefile_utilities  .
    504508 tar -cf  ${program_name}_sources.tar  Makefile*  *.$suf
    505  rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90  surface_output_to_vtk.f90 Makefile_utilities
     509 rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities #surface_output_to_vtk.f90
    506510
    507511
  • palm/trunk/UTIL/Makefile_utilities

    r3494 r3499  
    2323# -----------------
    2424# $Id$
     25# Temporarily avoid compilation of post-processing tool for surface output
     26# until a workaround for compiler-specific intrinsic functions is found.
     27#
     28# 3494 2018-11-06 14:51:27Z suehring
    2529# Added make directive for surface-output post-processing
    2630#
     
    5761PROG2 =  compare_palm_logs.x
    5862PROG3 =  agent_preprocessing
    59 PROG4 =  surface_output_to_vtk
     63#PROG4 =  surface_output_to_vtk
    6064
    6165OBJS1 =  combine_plot_fields.o
    6266OBJS2 =  compare_palm_logs.o
    6367OBJS3 =  agent_preprocessing.o
    64 OBJS4 =  surface_output_to_vtk.o
     68#OBJS4 =  surface_output_to_vtk.o
    6569
    6670CC = cc
     
    8791        $(F90_SER) -o $(PROG3) $(OBJS3) $(LDFLAGS)
    8892
    89 $(PROG4): $(OBJS4)
    90         $(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS)
     93#$(PROG4): $(OBJS4)
     94#       $(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS)
    9195
    9296.f90.o:
Note: See TracChangeset for help on using the changeset viewer.