Ignore:
Timestamp:
Nov 6, 2018 2:51:27 PM (5 years ago)
Author:
suehring
Message:

Surface output revised and some bugs are fixed + new post-processing tool to convert binary surface output to Paraview readable VTK files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/Makefile_utilities

    r3208 r3494  
    2323# -----------------
    2424# $Id$
     25# Added make directive for surface-output post-processing
     26#
     27# 3208 2018-08-27 13:10:50Z sward
    2528# Added make directive for agent_preprocessing tool
    2629#
     
    5457PROG2 =  compare_palm_logs.x
    5558PROG3 =  agent_preprocessing
     59PROG4 =  surface_output_to_vtk
    5660
    5761OBJS1 =  combine_plot_fields.o
    5862OBJS2 =  compare_palm_logs.o
    5963OBJS3 =  agent_preprocessing.o
     64OBJS4 =  surface_output_to_vtk.o
    6065
    6166CC = cc
     
    7176
    7277
    73 all: $(PROG1) $(PROG2) $(PROG3)
     78all: $(PROG1) $(PROG2) $(PROG3) $(PROG4)
    7479
    7580$(PROG1): $(OBJS1)
     
    8287        $(F90_SER) -o $(PROG3) $(OBJS3) $(LDFLAGS)
    8388
     89$(PROG4): $(OBJS4)
     90        $(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS)
     91
    8492.f90.o:
    8593        $(F90_SER) $(F90FLAGS) $(COPT) -c $<
Note: See TracChangeset for help on using the changeset viewer.