Changeset 3756 for palm


Ignore:
Timestamp:
Feb 20, 2019 11:24:32 AM (5 years ago)
Author:
suehring
Message:

Disable compilation of postprocessing tool for surface output, until crashes with unexpected segmentation faults with intel compiler are solved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r3725 r3756  
    2727# -----------------
    2828# $Id$
     29# Disable compilation of postprocessing tool for surface output, until 
     30# crashes with unexpected segmentation faults with intel compiler are solved.
     31#
     32# 3725 2019-02-07 10:11:02Z raasch
    2933# ssh-calls for compilations on remote systems modified to avoid output
    3034# of login messages on specific systems changed again (reverted as before r3549)
     
    516520 cp -p  ../UTIL/compare_palm_logs.f90  .
    517521 cp -p  ../UTIL/agent_preprocessing/agent_preprocessing.f90  .
    518  cp -p  ../UTIL/surface_output_processing/surface_output_to_vtk.f90  .
     522 #cp -p  ../UTIL/surface_output_processing/surface_output_to_vtk.f90  .
    519523 cp -p  ../UTIL/inifor/src/inifor*f90  .
    520524 cp -p  ../UTIL/Makefile_utilities  .
    521525 tar -cf  ${program_name}_sources.tar  Makefile*  *.$suf
    522  rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities surface_output_to_vtk.f90 inifor*f90
     526 rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities inifor*f90 #surface_output_to_vtk.f90
    523527
    524528
Note: See TracChangeset for help on using the changeset viewer.