summaryrefslogtreecommitdiff
path: root/xmds2/check_perturbative_approach/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xmds2/check_perturbative_approach/Makefile')
-rw-r--r--xmds2/check_perturbative_approach/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/xmds2/check_perturbative_approach/Makefile b/xmds2/check_perturbative_approach/Makefile
index be5b2ed..05bd065 100644
--- a/xmds2/check_perturbative_approach/Makefile
+++ b/xmds2/check_perturbative_approach/Makefile
@@ -15,10 +15,10 @@ PARAMS = --delta1=0 --delta2=0 --delta3=0 --E1o=1.9e7 --E2o=3.1e5 --E3o=0 --E4o
all: $(XSIL_FILES) Nlevels_no_dopler_with_z_4wm.xsil $(M_FILES) plot
Nlevels_no_dopler_with_z_4wm_with_perturbations.xsil: ../Nlevels_no_dopler_with_z_4wm_with_perturbations/Nlevels_no_dopler_with_z_4wm_with_perturbations.run
- $< $(PARAMS)
+ $< $(PARAMS) | grep "Time elapsed for simulation is:" > perturbative_analysis_execution_time.txt
Nlevels_no_dopler_with_z_4wm.xsil: ../Nlevels_no_dopler_with_z_4wm/Nlevels_no_dopler_with_z_4wm.run
- $< $(PARAMS)
+ $< $(PARAMS) | grep "Time elapsed for simulation is:" > exact_analysis_execution_time.txt
%.m: %.xsil
$(XSIL2GRAPHICS) $<
@@ -27,7 +27,10 @@ plot: $(M_FILES)
octave pp.m
clean:
- rm -f $(CC_FILES) $(RUN_FILES) $(M_FILES) $(XSIL_FILES) *.wisdom.fftw3 *.dat octave-core *.wisdom *.pdf *.eps
+ rm -f $(CC_FILES) $(RUN_FILES) $(M_FILES) $(XSIL_FILES) *.wisdom.fftw3 *.dat octave-core *.wisdom *.pdf
+
+real_clean: clean
+ rm -f *.eps
.PRECIOUS: %.run %.xsil %.m
.PHONY: all clean