mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-04 17:11:39 -05:00
prevent unneedet rebuild
This commit is contained in:
parent
a22bee0811
commit
0ca62164a1
2 changed files with 2 additions and 5 deletions
5
prog/runcards/pp/.gitignore
vendored
5
prog/runcards/pp/.gitignore
vendored
|
@ -1,4 +1 @@
|
|||
out/*
|
||||
|
||||
!out/analysis
|
||||
!out/sherpa_xs
|
||||
out
|
||||
|
|
|
@ -34,7 +34,7 @@ $(ANALYSIS_DIR)/$(ANALYSIS_SO_NAME).so: $(ANALYSIS_DIR)/$(ANALYSIS_NAME).cc
|
|||
###############################################################################
|
||||
|
||||
analysis: $(OUT_DIR)/analysis/Analysis.yoda
|
||||
$(OUT_DIR)/analysis/Analysis.yoda: sherpa_xs analysis_cpp
|
||||
$(OUT_DIR)/analysis/Analysis.yoda: sherpa_xs $(ANALYSIS_DIR)/$(ANALYSIS_SO_NAME).so
|
||||
cd $(OUT_DIR) && \
|
||||
$(SET_RIVET) mpirun --use-hwthread-cpus \
|
||||
--use-hwthread-cpus $(SHERPA_CMD) "OUTPUT: 0"
|
||||
|
|
Loading…
Add table
Reference in a new issue