Changeset 3523 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Nov 13, 2018 4:09:31 PM (5 years ago)
Author:
suehring
Message:

Implement interface for posix conform C-systemcalls in order to replace non-standard FORTRAN functions ftell and fseek

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r3499 r3523  
    2727# -----------------
    2828# $Id$
     29# Enable compilation of post-processing tool for surface output - interface
     30# for posix conform sytemcalls is implemented.
     31#
     32# 3499 2018-11-07 10:55:15Z suehring
    2933# Temporarily avoid compilation of post-processing tool for surface output
    3034# until a workaround for compiler-specific intrinsic functions is found.
     
    504508 cp -p  ../UTIL/compare_palm_logs.f90  .
    505509 cp -p  ../UTIL/agent_preprocessing/agent_preprocessing.f90  .
    506  #cp -p  ../UTIL/surface_output_processing/surface_output_to_vtk.f90  .
     510 cp -p  ../UTIL/surface_output_processing/surface_output_to_vtk.f90  .
    507511 cp -p  ../UTIL/Makefile_utilities  .
    508512 tar -cf  ${program_name}_sources.tar  Makefile*  *.$suf
    509  rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities #surface_output_to_vtk.f90
     513 rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities surface_output_to_vtk.f90
    510514
    511515
Note: See TracChangeset for help on using the changeset viewer.