Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: remove as own dependency - hansen-zoet-exp - comparison of lab and m…
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
---
commit 23cb53072e37107bb08f145f3075fc6ed4c6864a
parent 41333bc4967ccb758fe4c122024dfede76a11670
Author: Anders Damsgaard <[email protected]>
Date: Mon, 13 Jun 2022 10:30:13 +0200
Makefile: remove as own dependency
Diffstat:
M Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -26,7 +26,7 @@ grain_rate_dependence = 0.002
time_end = 345600
time_interval = 1800
-default: ${PDFS} strain_distribution_ampl1Pa_freq1.157e-5s.txt
+default: ${PDFS} strain_distribution_ampl1kPa_freq1.157e-5s.txt
${BIN}: ${REPO}/cngf-pf.c
CFLAGS="-march=native -O3 -pipe" make -C ${REPO}
t@@ -34,7 +34,7 @@ ${BIN}: ${REPO}/cngf-pf.c
${REPO}/cngf-pf.c:
git submodule update --init
-strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN} Makefile
+strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN}
sh -c '\
for v in ${velvals}; do \
for P in ${stressvals}; do \
t@@ -51,7 +51,7 @@ strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN} Makefile
done; done' # also close fit with lower A and higher b
# higher values of L do not make a difference in flux
-strain_distribution_ampl1Pa_freq1.157e-5s.txt: ${BIN}
+strain_distribution_ampl1kPa_freq1.157e-5s.txt: ${BIN}
sh -c '\
for freq in ${fluid_freq_vals}; do \
for ampl in ${fluid_ampl_vals}; do \
t@@ -82,7 +82,7 @@ mohr_coulomb_v3.169e-6ms.txt: strain_distribution_N50kPa_v3.…
tail -n 1 strain_distribution_N$${P}kPa_v$${v}ms.txt >…
done; done'
-sediment_flux_v3.169e-6ms.txt: strain_distribution_N50kPa_v3.169e-6ms.txt Make…
+sediment_flux_v3.169e-6ms.txt: strain_distribution_N50kPa_v3.169e-6ms.txt
sh -c '\
rm -f sediment_flux_v*ms.txt; \
for v in ${velvals}; do \
t@@ -91,7 +91,7 @@ sediment_flux_v3.169e-6ms.txt: strain_distribution_N50kPa_v3…
echo sediment_flux_v$${v}ms.txt; \
done; done'
-sediment_flux_freq1.157e-5s.txt: strain_distribution_ampl1kPa_freq1.157e-5s.tx…
+sediment_flux_freq1.157e-5s.txt: strain_distribution_ampl1kPa_freq1.157e-5s.txt
sh -c '\
rm -f sediment_flux_freq*s.txt; \
for freq in ${fluid_freq_vals}; do \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.