Changeset 3756 for palm/trunk/SCRIPTS
- Timestamp:
- Feb 20, 2019 11:24:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r3725 r3756 27 27 # ----------------- 28 28 # $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 29 33 # ssh-calls for compilations on remote systems modified to avoid output 30 34 # of login messages on specific systems changed again (reverted as before r3549) … … 516 520 cp -p ../UTIL/compare_palm_logs.f90 . 517 521 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 . 519 523 cp -p ../UTIL/inifor/src/inifor*f90 . 520 524 cp -p ../UTIL/Makefile_utilities . 521 525 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*f90526 rm combine_plot_fields.f90 compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities inifor*f90 #surface_output_to_vtk.f90 523 527 524 528
Note: See TracChangeset
for help on using the changeset viewer.