mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Updated makefiles for parallel testing.
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@7236 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
234f998f06
commit
74643748ad
109
Makefile
109
Makefile
@ -10,8 +10,8 @@ PHREEQC=../src/Class_release_64/phreeqcpp
|
||||
#PHREEQC=../src/Class_debug_64/phreeqcpp
|
||||
|
||||
ifeq ($(CFG), CYGWIN)
|
||||
PHREEQC=/cygdrive/c/Programs/phreeqc3-trunk/ClrClass_release/phreeqcpp.exe
|
||||
PHREEQC=/cygdrive/c/Programs/phreeqc3-trunk/Class_debug/phreeqcpp.exe
|
||||
PHREEQC=/cygdrive/c/Programs/phreeqc3-trunk/Class_release/phreeqcpp.exe
|
||||
#PHREEQC=/cygdrive/c/Programs/phreeqc3-trunk/Class_debug/phreeqcpp.exe
|
||||
endif
|
||||
|
||||
all: ex1.out ex2.out ex2b.out ex3.out ex4.out ex5.out ex6.out ex7.out ex8.out ex9.out \
|
||||
@ -20,133 +20,100 @@ all: ex1.out ex2.out ex2b.out ex3.out ex4.out ex5.out ex6.out ex7.out ex8.out ex
|
||||
ex19.out ex19b.out ex20a.out ex20b.out ex21.out ex22.out
|
||||
|
||||
ex1.out: $(INPUT)/ex1 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex1 ex1.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex1.log
|
||||
$(PHREEQC) $(INPUT)/ex1 ex1.out $(PHREEQCDAT) ex1.log
|
||||
|
||||
ex2.out: $(INPUT)/ex2 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex2 ex2.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex2.log
|
||||
$(PHREEQC) $(INPUT)/ex2 ex2.out $(PHREEQCDAT) ex2.log
|
||||
|
||||
ex2b.out: $(INPUT)/ex2b $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex2b ex2b.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex2b.log
|
||||
$(PHREEQC) $(INPUT)/ex2b ex2b.out $(PHREEQCDAT) ex2b.log
|
||||
|
||||
ex3.out: $(INPUT)/ex3 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex3 ex3.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex3.log
|
||||
$(PHREEQC) $(INPUT)/ex3 ex3.out $(PHREEQCDAT) ex3.log
|
||||
|
||||
ex4.out: $(INPUT)/ex4 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex4 ex4.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex4.log
|
||||
$(PHREEQC) $(INPUT)/ex4 ex4.out $(PHREEQCDAT) ex4.log
|
||||
|
||||
ex5.out: $(INPUT)/ex5 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex5 ex5.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex5.log
|
||||
$(PHREEQC) $(INPUT)/ex5 ex5.out $(PHREEQCDAT) ex5.log
|
||||
|
||||
ex6.out: $(INPUT)/ex6 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex6 ex6.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex6.log
|
||||
$(PHREEQC) $(INPUT)/ex6 ex6.out $(PHREEQCDAT) ex6.log
|
||||
|
||||
ex7.out: $(INPUT)/ex7 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex7 ex7.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex7.log
|
||||
$(PHREEQC) $(INPUT)/ex7 ex7.out $(PHREEQCDAT) ex7.log
|
||||
|
||||
ex8.out: $(INPUT)/ex8 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex8 ex8.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex8.log
|
||||
$(PHREEQC) $(INPUT)/ex8 ex8.out $(PHREEQCDAT) ex8.log
|
||||
|
||||
ex9.out: $(INPUT)/ex9 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex9 ex9.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex9.log
|
||||
$(PHREEQC) $(INPUT)/ex9 ex9.out $(PHREEQCDAT) ex9.log
|
||||
|
||||
ex10.out: $(INPUT)/ex10 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex10 ex10.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex10.log
|
||||
$(PHREEQC) $(INPUT)/ex10 ex10.out $(PHREEQCDAT) ex10.log
|
||||
|
||||
ex11.out: $(INPUT)/ex11 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex11 ex11.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex11.log
|
||||
$(PHREEQC) $(INPUT)/ex11 ex11.out $(PHREEQCDAT) ex11.log
|
||||
|
||||
ex12.out: $(INPUT)/ex12 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex12 ex12.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex12.log
|
||||
$(PHREEQC) $(INPUT)/ex12 ex12.out $(PHREEQCDAT) ex12.log
|
||||
|
||||
ex12a.out: $(INPUT)/ex12a $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex12a ex12a.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex12a.log
|
||||
$(PHREEQC) $(INPUT)/ex12a ex12a.out $(PHREEQCDAT) ex12a.log
|
||||
|
||||
ex13a.out: $(INPUT)/ex13a $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex13a ex13a.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex13a.log
|
||||
$(PHREEQC) $(INPUT)/ex13a ex13a.out $(PHREEQCDAT) ex13a.log
|
||||
|
||||
ex13b.out: $(INPUT)/ex13b $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex13b ex13b.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex13b.log
|
||||
$(PHREEQC) $(INPUT)/ex13b ex13b.out $(PHREEQCDAT) ex13b.log
|
||||
|
||||
ex13c.out: $(INPUT)/ex13c $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex13c ex13c.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex13c.log
|
||||
$(PHREEQC) $(INPUT)/ex13c ex13c.out $(PHREEQCDAT) ex13c.log
|
||||
|
||||
ex13ac.out: $(INPUT)/ex13ac $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex13ac ex13ac.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex13ac.log
|
||||
$(PHREEQC) $(INPUT)/ex13ac ex13ac.out $(PHREEQCDAT) ex13ac.log
|
||||
|
||||
ex14.out: $(INPUT)/ex14 $(PHREEQC) $(WATEQ4FDAT)
|
||||
$(PHREEQC) $(INPUT)/ex14 ex14.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex14.log
|
||||
$(PHREEQC) $(INPUT)/ex14 ex14.out $(PHREEQCDAT) ex14.log
|
||||
|
||||
ex15.out: $(INPUT)/ex15 $(PHREEQC) $(INPUT)/ex15.dat
|
||||
$(PHREEQC) $(INPUT)/ex15 ex15.out $(INPUT)/ex15.dat
|
||||
mv phreeqc.log ex15.log
|
||||
$(PHREEQC) $(INPUT)/ex15 ex15.out $(INPUT)/ex15.dat ex15.log
|
||||
|
||||
ex15a.out: $(INPUT)/ex15 $(PHREEQC) $(INPUT)/ex15.dat
|
||||
$(PHREEQC) $(INPUT)/ex15a ex15a.out $(INPUT)/ex15.dat
|
||||
mv phreeqc.log ex15a.log
|
||||
$(PHREEQC) $(INPUT)/ex15a ex15a.out $(INPUT)/ex15.dat ex15a.log
|
||||
|
||||
ex15b.out: $(INPUT)/ex15b $(PHREEQC) $(INPUT)/ex15.dat
|
||||
$(PHREEQC) $(INPUT)/ex15b ex15b.out $(INPUT)/ex15.dat
|
||||
mv phreeqc.log ex15b.log
|
||||
$(PHREEQC) $(INPUT)/ex15b ex15b.out $(INPUT)/ex15.dat ex15b.log
|
||||
|
||||
ex16.out: $(INPUT)/ex16 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex16 ex16.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex16.log
|
||||
$(PHREEQC) $(INPUT)/ex16 ex16.out $(PHREEQCDAT) ex16.log
|
||||
|
||||
ex17.out: $(INPUT)/ex17 $(PHREEQC)
|
||||
$(PHREEQC) $(INPUT)/ex17 ex17.out
|
||||
mv phreeqc.log ex17.log
|
||||
$(PHREEQC) $(INPUT)/ex17 ex17.out ex17.log
|
||||
|
||||
ex17b.out: $(INPUT)/ex17b $(PHREEQC)
|
||||
$(PHREEQC) $(INPUT)/ex17b ex17b.out
|
||||
mv phreeqc.log ex17b.log
|
||||
$(PHREEQC) $(INPUT)/ex17b ex17b.out ex17b.log
|
||||
|
||||
ex18.out: $(INPUT)/ex18 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex18 ex18.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex18.log
|
||||
|
||||
$(PHREEQC) $(INPUT)/ex18 ex18.out $(PHREEQCDAT) ex18.log
|
||||
|
||||
ex19.out: $(INPUT)/ex19 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex19 ex19.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex19.log
|
||||
$(PHREEQC) $(INPUT)/ex19 ex19.out $(PHREEQCDAT) ex19.log
|
||||
|
||||
ex19b.out: $(INPUT)/ex19b $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex19b ex19b.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex19b.log
|
||||
$(PHREEQC) $(INPUT)/ex19b ex19b.out $(PHREEQCDAT) ex19b.log
|
||||
|
||||
ex20a.out: $(INPUT)/ex20a $(PHREEQC) ../database/iso.dat
|
||||
$(PHREEQC) $(INPUT)/ex20a ex20a.out ../database/iso.dat ex20a.log
|
||||
|
||||
ex20a.out: $(INPUT)/ex20a $(PHREEQC) ../database/iso.dat
|
||||
$(PHREEQC) $(INPUT)/ex20a ex20a.out
|
||||
mv phreeqc.log ex20a.log
|
||||
|
||||
ex20b.out: $(INPUT)/ex20b $(PHREEQC) ../database/iso.dat
|
||||
$(PHREEQC) $(INPUT)/ex20b ex20b.out
|
||||
mv phreeqc.log ex20b.log
|
||||
ex20b.out: $(INPUT)/ex20b $(PHREEQC) ../database/iso.dat
|
||||
$(PHREEQC) $(INPUT)/ex20b ex20b.out ../database/iso.dat ex20b.log
|
||||
|
||||
ex21.out: $(INPUT)/ex21 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex21 ex21.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex21.log
|
||||
$(PHREEQC) $(INPUT)/ex21 ex21.out $(PHREEQCDAT) ex21.log
|
||||
|
||||
ex22.out: $(INPUT)/ex22 $(PHREEQC) $(PHREEQCDAT)
|
||||
$(PHREEQC) $(INPUT)/ex22 ex22.out $(PHREEQCDAT)
|
||||
mv phreeqc.log ex22.log
|
||||
|
||||
$(PHREEQC) $(INPUT)/ex22 ex22.out $(PHREEQCDAT) ex22.log
|
||||
diff:
|
||||
svn diff --diff-cmd diff -x -bw
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user