Changeset 3499 for palm/trunk/SCRIPTS


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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.