hub.darcs.net :: zaleski -> paris-stable -> annotate -> Makefile

stable repository for ParisSimulator (http://parissimulator.sf.net)

Renamed code to paris. Changed speed measurements to weak scaling. Stephane Zaleski <stephane.zaleski@upmc.fr> Wed Aug 1 11:58:11 UTC 2012
1
#--------- paris-ParisSimulator main Makefile --------------------------
Initial commit Stephane Zaleski <stephane.zaleski@upmc.fr> Wed Apr 25 22:09:43 UTC 2012
2
Adds a FrontDroplet test case. Corrects some issues with Droplet test cases output. Adds a "hardtest" target to the Makefile to catch bad FPEs. Stephane Zaleski <stephane.zaleski@upmc.fr> Thu Mar 19 13:35:42 UTC 2015
3
# Change the following line to force openmpi to use another compiler
Made the code work with openmpi v3.0.0 and gfortran-mp-8 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jan 14 20:57:57 UTC 2019
4
OMPI_FC = gfortran-mp-8
minor modification for babbage - speed test branch Stephane Zaleski <stephane.zaleski@upmc.fr> Thu Jun 7 15:09:04 UTC 2012
5
Made the code work with openmpi v3.0.0 and gfortran-mp-8 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jan 14 20:57:57 UTC 2019
6
7
FC = mpifort
CC = mpicxx  # could be mpic++
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
8
CUDAC = nvcc
Initial commit Stephane Zaleski <stephane.zaleski@upmc.fr> Wed Apr 25 22:09:43 UTC 2012
9
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
10
11
LDFLAGS = -M
Improved the profiling (my_timer calls) Stephane Zaleski <stephane.zaleski@upmc.fr> Wed Jan 16 02:30:15 UTC 2019
12
FLAGS = -O3 -cpp -fimplicit-none -ffpe-summary=invalid,zero,overflow # -fbounds-check # -DOLD_BDRY_COND -fimplicit-none -fbounds-check # -g 
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
13
#FLAGS = -O0 -cpp  -fimplicit-none -fimplicit-none -fbounds-check -g 
implicit none issues. Stephane Zaleski <stephane.zaleski@upmc.fr> Thu Mar 19 14:42:40 UTC 2015
14
FLAGSDEBUG = -cpp -g -gstabs -O2  -fimplicit-none # -ffpe-summary=invalid,zero,overflow
minor changes to clean up some compilation warnings Stephane Zaleski <stephane.zaleski@upmc.fr> Thu Dec 24 01:36:06 UTC 2015
15
HARDFLAGS = -fbounds-check -ffpe-trap=invalid,zero,overflow -Wall # -ffpe-trap=invalid,zero,overflow,underflow,precision,denormal 
allows link with Vofi library by Ruben Scardovelli Stephane Zaleski <stephane.zaleski@upmc.fr> Fri May 9 09:28:24 UTC 2014
C compilation is now more visible and has warnings. Stephane Zaleski <stephane.zaleski@upmc.fr> Fri May 20 09:31:37 UTC 2016
17
CFLAGS = -O -Wall # -g -gstabs
reverted inadequate records from stable version Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Apr 2 21:05:01 UTC 2013
18
BINDIR = $(HOME)/bin
"beautified Makefile. Removed advanced bind(C,...) statement in interface" Stephane Zaleski <stephane.zaleski@upmc.fr> Sat Jun 2 22:48:02 UTC 2012
19
20

# select option for hypre
Broke up the codes in modules and main as in v42 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 28 06:24:23 UTC 2012
21
# babbage
Renamed code to paris. Changed speed measurements to weak scaling. Stephane Zaleski <stephane.zaleski@upmc.fr> Wed Aug 1 11:58:11 UTC 2012
22
# HYPRE_DIR = /share/apps/hypre
patch_MPI_tag-particle_conversion.txt ling.stanley@gmail.com Tue Nov 12 21:13:18 UTC 2013
23
# Local
More changes for output silo tomas.arrufat@gmail.com Sat Dec 20 16:03:24 UTC 2014
24
SILO_DIR = $(HOME)/cfd/libs/silo-4.10.2
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
When dt varies (dtFlag=2), dt decreases when max velocity in the flow field increases. ling.stanley@gmail.com Mon Mar 2 17:10:45 UTC 2015
26
HYPRE_DIR = $(HOME)/cfd/libs/hypre-2.10.0b/src/lib
allows link with Vofi library by Ruben Scardovelli Stephane Zaleski <stephane.zaleski@upmc.fr> Fri May 9 09:28:24 UTC 2014
27
HYPRE_LIBS =  -L$(HYPRE_DIR) -lHYPRE 
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
28
INC_SILO = -I$(SILO_DIR)/include
adjustements to SILO library makefile option. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Dec 29 10:44:16 UTC 2014
29
30
31
#DIR_MPI = /usr/local/include
#INC_MPI = -I$(DIR_MPI)
INC = $(INC_SILO) # $(INC_MPI)
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
32
33
34


ifdef HAVE_VOFI
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
35
FLAGSA = -DHAVE_VOFI $(FLAGS) 
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
36
37
38
VOFI_DIR =  $(HOME)/lib
VOFI_LIBS = -L$(VOFI_DIR) -lvofi
else
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
39
FLAGSA = $(FLAGS)
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
40
endif
"beautified Makefile. Removed advanced bind(C,...) statement in interface" Stephane Zaleski <stephane.zaleski@upmc.fr> Sat Jun 2 22:48:02 UTC 2012
Makefile to include boiling.f90 lcmalan@gmail.com Mon Feb 8 07:19:53 UTC 2016
42
ifdef PHASE_CHANGE
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
43
FLAGSB = -DPHASE_CHANGE $(FLAGSA)
Makefile to include boiling.f90 lcmalan@gmail.com Mon Feb 8 07:19:53 UTC 2016
44
else
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
45
FLAGSB = $(FLAGSA)
Makefile to include boiling.f90 lcmalan@gmail.com Mon Feb 8 07:19:53 UTC 2016
46
47
endif
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
48
ifdef HAVE_SILO
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
49
50
FLAGSC = -DHAVE_SILO $(FLAGSB) $(INC) 
SILO_LIB =  -L$(SILO_DIR)/lib -lsilo -lm -lstdc++
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
51
else
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
52
FLAGSC = $(FLAGSB)
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
53
54
55
endif

ifdef HAVE_CUDA
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
56
FLAGSD = -DHAVE_CUDA $(FLAGSC) $(INC) -L/usr/local/cuda/lib64 -I/usr/local/cuda/include  -lcudart -lcuda -lstdc++
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
57
58
59
CFLAGS = -O -Wall # -g -gstabs
CUDAFLAGS = -ccbin $(CC) -L/usr/local/cuda/lib -I/usr/local/cuda/include  -lcudart -lcuda  -lstdc++
CUDAOBJ = module_CUDA.o poissonCUDA.o cudaFun.o
Makefile corrections marco.crialesiesposito@gmail.com Wed Jul 4 12:36:26 UTC 2018
60
INSTLIBS = -Xlinker  -L/usr/local/cuda/lib64 -I/usr/local/cuda/include  -lcudart -lcuda -lstdc++
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
61
else
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
62
FLAGSD = $(FLAGSC)
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
63
64
endif
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
65
FFLAGS = $(FLAGSD)
Adding Silo Output tomas.arrufat@gmail.com Sat Dec 20 13:55:08 UTC 2014
66
LIBS = $(HYPRE_LIBS) $(VOFI_LIBS) $(SILO_LIB)
Added VOF advection CIAM/Parker-Youngs as in Surfer3D Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 25 17:08:31 UTC 2012
67
68
69

#------------------------No changes needed beyond this line----------------------------------------------
Subgrid MOMCONS 1.0.1 : Makefile updated to compile rudman (subgrid) files sagar2204pal@gmail.com Thu Oct 18 18:10:43 UTC 2018
70
OBJ = paris.o solids.o modules.o vofmodules.o front.o surface_tension.o lppmodules.o st_testing.o newsolver.o MGsolver.o $(CUDAOBJ) freesurface.o boiling.o vofnonmodule.o vof_functions.o rudman_modules.o rudman_procedures.o rudman_advection.o rudman_bc.o 
Makefile to include boiling.f90 lcmalan@gmail.com Mon Feb 8 07:19:53 UTC 2016
Removed C functions for simplicity Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Mar 5 17:25:22 UTC 2013
72
SRC = $(wildcard  *.f90) 
Initial commit Stephane Zaleski <stephane.zaleski@upmc.fr> Wed Apr 25 22:09:43 UTC 2012
first attempt at addition of solids Stephane Zaleski <stephane.zaleski@upmc.fr> Sat May 26 15:13:56 UTC 2012
74
install: $(OBJ)
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
75
76
	@echo compiling with FLAGS = $(FFLAGS)  linking with FOPTS = $(FOPTS)
	@echo compiler is FC = $(FC), mpi override is OMPI_FC = $(OMPI_FC)
Makefile corrections marco.crialesiesposito@gmail.com Wed Jul 4 12:36:26 UTC 2018
77
	$(FC) -o paris $(FOPTS) $(OBJ) $(LIBS) $(INSTLIBS)
Intermediate stage of implicit code development Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Apr 2 15:04:33 UTC 2013
78
	@if [ ! -d $(BINDIR) ] ; then echo "directory bin does not exist creating it" ; mkdir $(BINDIR) ; fi 
added CFC test Stephane Zaleski <stephane.zaleski@upmc.fr> Thu May 23 10:37:39 UTC 2013
79
	mv paris $(BINDIR)/paris
minor changes to Makefile etc. Stephane Zaleski <stephane.zaleski@upmc.fr> Sat Jul 6 12:37:09 UTC 2013
80
	@find .  -name "*.sh" -exec chmod +x  {} \; 
Added simple Poiseuille flow test Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 7 14:26:36 UTC 2012
moved compare to pariscompare to avoid conflicts with ImageMagick's compare. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Dec 29 11:02:22 UTC 2014
82
all: tags install pariscompare parisdeconv
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
83
	@echo making tags executable utility programs.
Automated more tests Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Mar 11 18:20:29 UTC 2013
Initial commit Stephane Zaleski <stephane.zaleski@upmc.fr> Wed Apr 25 22:09:43 UTC 2012
85
clean:
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
86
	@echo Cleaning all output files, .o files, tmp files, report.
Bubble case works now. ling.stanley@gmail.com Fri Dec 6 14:14:00 UTC 2013
87
	@rm -fR *.o *.mod paris stats *~ track out* errftc tmp* *.tmp fort.* *.visit core.* *stats*
Changed directory structure Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 25 18:28:49 UTC 2012
88
	@cd Tests; sh ./clean.sh; cd ..
rearranged the documentation files Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 28 09:21:56 UTC 2014
89
	@cd Documentation; sh ./cleandoc.sh; cd ..
fixed broken vof vtk output Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 3 13:44:41 UTC 2013
90
	@find . -type l -exec /bin/rm {} \;
Added simple Poiseuille flow test Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 7 14:26:36 UTC 2012
Changed directory structure Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 25 18:28:49 UTC 2012
92
distclean: clean
Corrected the Makefile. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Jul 9 09:27:14 UTC 2018
93
	@echo Cleaning xml files, visit session files.
Changed directory structure Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 25 18:28:49 UTC 2012
94
95
	@rm -fR  session* *.xml TAGS tags input
Moved compare_4cols to main directory for consistency with pariscompare Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Jan 20 22:23:55 UTC 2015
96
test:  install pariscompare parisdeconv pariscompare3D
Corrects a serious bug in the way EPSC is set. Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Feb 8 13:29:23 UTC 2019
97
	@echo "The test suite takes less than 3 minutes on a 4-core intel i7 MacBook Pro"
minor changes to Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Apr 9 07:10:00 UTC 2013
98
	@cd Tests; chmod +x ./runtests.sh; ./runtests.sh
Broke up the codes in modules and main as in v42 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 28 06:24:23 UTC 2012
Adds a FrontDroplet test case. Corrects some issues with Droplet test cases output. Adds a "hardtest" target to the Makefile to catch bad FPEs. Stephane Zaleski <stephane.zaleski@upmc.fr> Thu Mar 19 13:35:42 UTC 2015
100
101
hardtest:  pariscompare parisdeconv pariscompare3D
	make clean install FLAGS:="$(FLAGSDEBUG) $(HARDFLAGS)"
Fixing a bug in the parallelisation - ghost layer of the color function for the Front. Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jan 25 21:27:18 UTC 2019
102
	@echo "The test suite takes less than 4 minutes on an 4-core MacBook Pro mid-2015"
Adds a FrontDroplet test case. Corrects some issues with Droplet test cases output. Adds a "hardtest" target to the Makefile to catch bad FPEs. Stephane Zaleski <stephane.zaleski@upmc.fr> Thu Mar 19 13:35:42 UTC 2015
103
104
	@cd Tests; chmod +x ./runtests.sh; ./runtests.sh
moved compare to pariscompare to avoid conflicts with ImageMagick's compare. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Dec 29 11:02:22 UTC 2014
105
longtest:  install pariscompare parisdeconv
Corrects a serious bug in the way EPSC is set. Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Feb 8 13:29:23 UTC 2019
106
	@echo "This test takes 22 minutes on an 4-core MacBook Pro mid-2015"
added longtest Makefile target. zaleski@dalembert.upmc.fr Sun Oct 27 16:52:18 UTC 2013
107
108
	@cd Tests; chmod +x ./runlongtests.sh; ./runlongtests.sh
Added VOF advection CIAM/Parker-Youngs as in Surfer3D Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 25 17:08:31 UTC 2012
109
# single processor test
minor changes in Test directory Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Feb 5 17:18:59 UTC 2013
110
minitest: install
minor changes to Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Apr 9 07:10:00 UTC 2013
111
	@cd Tests/Mini; chmod +x ./run.sh; ./run.sh
Changed directory structure Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 25 18:28:49 UTC 2012
Broke up the codes in modules and main as in v42 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 28 06:24:23 UTC 2012
113
114
tags:	$(SRC)
# @SZ Create a tags file named TAGS for use by emacs
"beautified Makefile. Removed advanced bind(C,...) statement in interface" Stephane Zaleski <stephane.zaleski@upmc.fr> Sat Jun 2 22:48:02 UTC 2012
115
	@etags $(SRC)
Broke up the codes in modules and main as in v42 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 28 06:24:23 UTC 2012
116
117
# @SZ Create a tags file named tags for use by vi or textwrangler
# @SZ On MacOS tags and TAGS are identical ! 
Renamed code to paris. Changed speed measurements to weak scaling. Stephane Zaleski <stephane.zaleski@upmc.fr> Wed Aug 1 11:58:11 UTC 2012
118
# @SZ	ctags paris.f90 
Broke up the codes in modules and main as in v42 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 28 06:24:23 UTC 2012
Subgrid MOMCONS 1.0.1 : Makefile updated to compile rudman (subgrid) files sagar2204pal@gmail.com Thu Oct 18 18:10:43 UTC 2018
120
paris.o:  paris.f90 solids.o modules.o vofmodules.o front.o surface_tension.o lppmodules.o st_testing.o newsolver.o MGsolver.o $(CUDAOBJ) freesurface.o  boiling.o rudman_modules.o 
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
121
	$(FC) -c $(FFLAGS) $<
Added VOF advection CIAM/Parker-Youngs as in Surfer3D Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 25 17:08:31 UTC 2012
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
123
vofmodules.o: vofmodules.f90 modules.o solids.o rudman_modules.o
allows link with Vofi library by Ruben Scardovelli Stephane Zaleski <stephane.zaleski@upmc.fr> Fri May 9 09:28:24 UTC 2014
124
	$(FC) -c $(FFLAGS) $<
Broke up the codes in modules and main as in v42 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 28 06:24:23 UTC 2012
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
126
127
128
vofnonmodule.o: vofnonmodule.f90 vofmodules.o
	$(FC) -c $(FFLAGS) $<
Adding a test case with multiple bubbles rising due to buoyance force. ling.stanley@gmail.com Thu Nov 21 10:00:04 UTC 2013
129
lppmodules.o: lppmodules.f90 vofmodules.o modules.o
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
130
	$(FC) -c $(FFLAGS) $<
heights testing works now Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Jul 21 13:59:18 UTC 2013
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
132
surface_tension.o: surface_tension.f90 vofmodules.o modules.o newsolver.o MGsolver.o $(CUDAOBJ)
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
133
	$(FC) -c $(FFLAGS) $<
heights testing works now Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Jul 21 13:59:18 UTC 2013
Makefile to include boiling.f90 lcmalan@gmail.com Mon Feb 8 07:19:53 UTC 2016
135
st_testing.o: st_testing.f90 vofmodules.o modules.o surface_tension.o boiling.o
adjustements to SILO library makefile option. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Dec 29 10:44:16 UTC 2014
136
	$(FC) -c $(FFLAGS) $<
fixed broken vof vtk output Stephane Zaleski <stephane.zaleski@upmc.fr> Sun Nov 3 13:44:41 UTC 2013
Broke up the codes in modules and main as in v42 Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 28 06:24:23 UTC 2012
138
solids.o:  solids.f90 modules.o
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
139
	$(FC) -c $(FFLAGS) $<
first attempt at addition of solids Stephane Zaleski <stephane.zaleski@upmc.fr> Sat May 26 15:13:56 UTC 2012
Intermediate stage of implicit code development Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Apr 2 15:04:33 UTC 2013
141
front.o:  front.f90 modules.o
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
142
	$(FC) -c $(FFLAGS) $<
Intermediate stage of implicit code development Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Apr 2 15:04:33 UTC 2013
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
144
newsolver.o:  newsolver.f90 $(CUDAOBJ) modules.o MGsolver.o
New MultiGrid solver Daniel Fuster <dfuster@gmail.com> Sat Mar 5 23:24:07 UTC 2016
145
146
147
	$(FC) -c $(FFLAGS) $<

MGsolver.o:  MGsolver.f90 modules.o
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
148
	$(FC) -c $(FFLAGS) $<
Fixes pressure solver issues with inflow/outflow bc and/or solids Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Apr 29 23:10:36 UTC 2014
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
150
freesurface.o: freesurface.f90 boiling.o lppmodules.o modules.o
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
151
	$(FC) -c $(FFLAGS) $<
put free surface stuff out of module Stephane Zaleski <stephane.zaleski@upmc.fr> Fri May 9 11:01:19 UTC 2014
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
153
boiling.o: boiling.f90 modules.o vofmodules.o
Makefile to include boiling.f90 lcmalan@gmail.com Mon Feb 8 07:19:53 UTC 2016
154
155
	$(FC) -c $(FFLAGS) $<
added "averages" module of Tomas Arrufat Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jun 6 20:44:56 UTC 2014
156
averages.o: averages.f90 modules.o solids.o vofmodules.o
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
157
	$(FC) -c $(FFLAGS) $<
added "averages" module of Tomas Arrufat Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jun 6 20:44:56 UTC 2014
Subgrid MOMCONS 1.0.1 : Makefile updated to compile rudman (subgrid) files sagar2204pal@gmail.com Thu Oct 18 18:10:43 UTC 2018
159
160
161
rudman_modules.o:  rudman_modules.f90 modules.o
	$(FC) -c $(FFLAGS) $<
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
162
163
164
rudman_bc.o:  rudman_bc.f90 modules.o vofmodules.o
	$(FC) -c $(FFLAGS) $<
On more dependency in the Makefile added. Stephane Zaleski <stephane.zaleski@upmc.fr> Wed May 8 07:04:09 UTC 2019
165
rudman_advection.o: rudman_advection.f90 modules.o rudman_modules.o
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
166
167
	$(FC) -c $(FFLAGS) $<
Fix to previous record about make -j Stephane Zaleski <stephane.zaleski@upmc.fr> Thu May 2 20:56:25 UTC 2019
168
rudman_procedures.o: rudman_procedures.f90 rudman_modules.o modules.o vofmodules.o
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
169
170
	$(FC) -c $(FFLAGS) $<
first attempt at addition of solids Stephane Zaleski <stephane.zaleski@upmc.fr> Sat May 26 15:13:56 UTC 2012
171
%.o : %.f90
fixed missing file and beautified Makefile Stephane Zaleski <stephane.zaleski@upmc.fr> Fri Jul 11 17:59:17 UTC 2014
172
	$(FC) -c $(FFLAGS) $<
"beautified Makefile. Removed advanced bind(C,...) statement in interface" Stephane Zaleski <stephane.zaleski@upmc.fr> Sat Jun 2 22:48:02 UTC 2012
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
174
175
176
ifdef HAVE_CUDA
poissonCUDA.o: poissonCUDA.cu cudaFun.o 
	$(CUDAC) -c $(CUDAFLAGS) $<
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
178
179
module_CUDA.o: module_CUDA.f90  modules.o poissonCUDA.o
	$(FC) -c $(FFLAGS) $<
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
poisson_cuda-v0.1 marco.crialesiesposito@gmail.com Wed Jul 4 11:57:12 UTC 2018
181
182
183
cudaFun.o: cudaFun.f90  modules.o 
	$(FC) -c -ffree-form $(FFLAGS) $<
endif
Makefile now works with make -j pedrosc@mech.kth.se Thu May 2 20:37:15 UTC 2019
moved compare to pariscompare to avoid conflicts with ImageMagick's compare. Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Dec 29 11:02:22 UTC 2014
185
pariscompare: compare.o
C compilation is now more visible and has warnings. Stephane Zaleski <stephane.zaleski@upmc.fr> Fri May 20 09:31:37 UTC 2016
186
187
	$(CC) -o pariscompare compare.o -lm
	mv pariscompare $(BINDIR)
first attempt at addition of solids Stephane Zaleski <stephane.zaleski@upmc.fr> Sat May 26 15:13:56 UTC 2012
Moved compare_4cols to main directory for consistency with pariscompare Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Jan 20 22:23:55 UTC 2015
189
190

pariscompare3D: compare_4cols.o
Added norms to pariscompare3D lcmalan@gmail.com Fri Feb 20 00:22:23 UTC 2015
191
	$(CC) -o pariscompare3D compare_4cols.o -lm
Moved compare_4cols to main directory for consistency with pariscompare Stephane Zaleski <stephane.zaleski@upmc.fr> Tue Jan 20 22:23:55 UTC 2015
192
193
	mv pariscompare3D $(BINDIR)
fixed some issues with solids Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 27 21:32:45 UTC 2013
194
parisdeconv: parisdeconv.o
C compilation is now more visible and has warnings. Stephane Zaleski <stephane.zaleski@upmc.fr> Fri May 20 09:31:37 UTC 2016
195
196
	$(CC) -o parisdeconv parisdeconv.o -lm
	mv parisdeconv $(BINDIR)
fixed some issues with solids Stephane Zaleski <stephane.zaleski@upmc.fr> Mon May 27 21:32:45 UTC 2013
Automated more tests Stephane Zaleski <stephane.zaleski@upmc.fr> Mon Mar 11 18:20:29 UTC 2013
198
.c.o:   $< 
C compilation is now more visible and has warnings. Stephane Zaleski <stephane.zaleski@upmc.fr> Fri May 20 09:31:37 UTC 2016
199
	$(CC) -c $(CFLAGS) $<