Skip to content

Commit 4776d29

Browse files
committed
[gpucpp] ** COMPLETE GPUCPP ** regenerate all processes
1 parent f1db0b7 commit 4776d29

34 files changed

+222
-206
lines changed

epochX/cudacpp/ee_mumu.mad/CODEGEN_mad_ee_mumu_log.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ generate e+ e- > mu+ mu-
6262
No model currently active, so we import the Standard Model
6363
INFO: load particles
6464
INFO: load vertices
65-
DEBUG: model prefixing takes 0.005508899688720703 
65+
DEBUG: model prefixing takes 0.00567936897277832 
6666
INFO: Restrict model sm with file models/sm/restrict_default.dat .
6767
DEBUG: Simplifying conditional expressions 
6868
DEBUG: remove interactions: u s w+ at order: QED=1 
@@ -154,7 +154,7 @@ INFO: Checking for minimal orders which gives processes.
154154
INFO: Please specify coupling orders to bypass this step.
155155
INFO: Trying process: e+ e- > mu+ mu- WEIGHTED<=4 @1
156156
INFO: Process has 2 diagrams
157-
1 processes with 2 diagrams generated in 0.004 s
157+
1 processes with 2 diagrams generated in 0.005 s
158158
Total: 1 processes with 2 diagrams
159159
output madevent_simd ../TMPOUT/CODEGEN_mad_ee_mumu --hel_recycling=False --vector_size=32
160160
Load PLUGIN.CUDACPP_OUTPUT
@@ -192,7 +192,7 @@ INFO: Created files CPPProcess.h and CPPProcess.cc in directory ./.
192192
DEBUG: vector, subproc_group,self.opt['vector_size'] =  32 True 32 [export_v4.py at line 1877] 
193193
INFO: Generating Feynman diagrams for Process: e+ e- > mu+ mu- WEIGHTED<=4 @1
194194
INFO: Finding symmetric diagrams for subprocess group epem_mupmum
195-
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/SubProcesses/P1_epem_mupmum [export_v4.py at line 6443] 
195+
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/SubProcesses/P1_epem_mupmum [export_v4.py at line 6444] 
196196
DEBUG: len(subproc_diagrams_for_config) =  2 [model_handling.py at line 1520] 
197197
DEBUG: iconfig_to_diag =  {1: 1, 2: 2} [model_handling.py at line 1544] 
198198
DEBUG: diag_to_iconfig =  {1: 1, 2: 2} [model_handling.py at line 1545] 
@@ -202,7 +202,7 @@ ALOHA: aloha starts to compute helicity amplitudes
202202
ALOHA: aloha creates FFV1 routines
203203
ALOHA: aloha creates FFV2 routines
204204
ALOHA: aloha creates FFV4 routines
205-
ALOHA: aloha creates 3 routines in 0.204 s
205+
ALOHA: aloha creates 3 routines in 0.202 s
206206
ALOHA: aloha starts to compute helicity amplitudes
207207
ALOHA: aloha creates FFV1 routines
208208
ALOHA: aloha creates FFV2 routines
@@ -248,9 +248,9 @@ Type "launch" to generate events from this process, or see
248248
Run "open index.html" to see more information about this process.
249249
quit
250250

251-
real 0m2.192s
252-
user 0m1.817s
253-
sys 0m0.264s
251+
real 0m2.783s
252+
user 0m1.820s
253+
sys 0m0.261s
254254
Code generation completed in 3 seconds
255255
************************************************************
256256
* *

epochX/cudacpp/ee_mumu.mad/Source/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,7 @@ cleanSource: # Clean builds: fortran in this Source
135135
clean: cleanSource # Clean builds: fortran in this Source and in all P*
136136
for i in `ls -d ../SubProcesses/P*`; do cd $$i; make clean; cd -; done;
137137

138-
cleanall: cleanSource # Clean builds: fortran in this Source and in all P*; cudacpp for all AVX in all P* and in src
138+
cleanavxs: # Clean builds: fortran in all P*; cudacpp for all AVX in all P* and in src
139139
for i in `ls -d ../SubProcesses/P*`; do cd $$i; make cleanavxs; cd -; done;
140+
141+
cleanall: cleanSource cleanavxs # Clean builds: fortran in this Source and in all P*; cudacpp for all AVX in all P* and in src
Binary file not shown.

epochX/cudacpp/ee_mumu.sa/CODEGEN_cudacpp_ee_mumu_log.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ generate e+ e- > mu+ mu-
6262
No model currently active, so we import the Standard Model
6363
INFO: load particles
6464
INFO: load vertices
65-
DEBUG: model prefixing takes 0.005733013153076172 
65+
DEBUG: model prefixing takes 0.005564689636230469 
6666
INFO: Restrict model sm with file models/sm/restrict_default.dat .
6767
DEBUG: Simplifying conditional expressions 
6868
DEBUG: remove interactions: u s w+ at order: QED=1 
@@ -183,7 +183,7 @@ ALOHA: aloha creates FFV1 routines
183183
ALOHA: aloha creates FFV2 routines
184184
ALOHA: aloha creates FFV4 routines
185185
ALOHA: aloha creates FFV2_4 routines
186-
ALOHA: aloha creates 4 routines in 0.273 s
186+
ALOHA: aloha creates 4 routines in 0.266 s
187187
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
188188
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
189189
<class 'aloha.create_aloha.AbstractRoutine'> FFV2
@@ -202,7 +202,7 @@ INFO: Created files Parameters_sm.h and Parameters_sm.cc in directory
202202
INFO: /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_cudacpp_ee_mumu/src/. and /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_cudacpp_ee_mumu/src/.
203203
quit
204204

205-
real 0m0.693s
206-
user 0m0.599s
205+
real 0m0.666s
206+
user 0m0.592s
207207
sys 0m0.058s
208-
Code generation completed in 1 seconds
208+
Code generation completed in 0 seconds

epochX/cudacpp/gg_tt.mad/CODEGEN_mad_gg_tt_log.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ generate g g > t t~
6262
No model currently active, so we import the Standard Model
6363
INFO: load particles
6464
INFO: load vertices
65-
DEBUG: model prefixing takes 0.005517721176147461 
65+
DEBUG: model prefixing takes 0.005519866943359375 
6666
INFO: Restrict model sm with file models/sm/restrict_default.dat .
6767
DEBUG: Simplifying conditional expressions 
6868
DEBUG: remove interactions: u s w+ at order: QED=1 
@@ -155,7 +155,7 @@ INFO: Please specify coupling orders to bypass this step.
155155
INFO: Trying coupling order WEIGHTED<=2: WEIGTHED IS QCD+2*QED
156156
INFO: Trying process: g g > t t~ WEIGHTED<=2 @1
157157
INFO: Process has 3 diagrams
158-
1 processes with 3 diagrams generated in 0.009 s
158+
1 processes with 3 diagrams generated in 0.008 s
159159
Total: 1 processes with 3 diagrams
160160
output madevent_simd ../TMPOUT/CODEGEN_mad_gg_tt --hel_recycling=False --vector_size=32
161161
Load PLUGIN.CUDACPP_OUTPUT
@@ -192,7 +192,7 @@ INFO: Created files CPPProcess.h and CPPProcess.cc in directory ./.
192192
DEBUG: vector, subproc_group,self.opt['vector_size'] =  32 True 32 [export_v4.py at line 1877] 
193193
INFO: Generating Feynman diagrams for Process: g g > t t~ WEIGHTED<=2 @1
194194
INFO: Finding symmetric diagrams for subprocess group gg_ttx
195-
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_tt/SubProcesses/P1_gg_ttx [export_v4.py at line 6443] 
195+
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_tt/SubProcesses/P1_gg_ttx [export_v4.py at line 6444] 
196196
DEBUG: len(subproc_diagrams_for_config) =  3 [model_handling.py at line 1520] 
197197
DEBUG: iconfig_to_diag =  {1: 1, 2: 2, 3: 3} [model_handling.py at line 1544] 
198198
DEBUG: diag_to_iconfig =  {1: 1, 2: 2, 3: 3} [model_handling.py at line 1545] 
@@ -201,11 +201,11 @@ Wrote files for 10 helas calls in 0.109 s
201201
ALOHA: aloha starts to compute helicity amplitudes
202202
ALOHA: aloha creates VVV1 set of routines with options: P0
203203
ALOHA: aloha creates FFV1 routines
204-
ALOHA: aloha creates 2 routines in 0.145 s
204+
ALOHA: aloha creates 2 routines in 0.149 s
205205
ALOHA: aloha starts to compute helicity amplitudes
206206
ALOHA: aloha creates VVV1 set of routines with options: P0
207207
ALOHA: aloha creates FFV1 routines
208-
ALOHA: aloha creates 4 routines in 0.133 s
208+
ALOHA: aloha creates 4 routines in 0.134 s
209209
<class 'aloha.create_aloha.AbstractRoutine'> VVV1
210210
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
211211
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
@@ -239,9 +239,9 @@ Type "launch" to generate events from this process, or see
239239
Run "open index.html" to see more information about this process.
240240
quit
241241

242-
real 0m1.916s
243-
user 0m1.645s
244-
sys 0m0.273s
242+
real 0m2.133s
243+
user 0m1.651s
244+
sys 0m0.279s
245245
Code generation completed in 2 seconds
246246
************************************************************
247247
* *

epochX/cudacpp/gg_tt.mad/Source/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,7 @@ cleanSource: # Clean builds: fortran in this Source
135135
clean: cleanSource # Clean builds: fortran in this Source and in all P*
136136
for i in `ls -d ../SubProcesses/P*`; do cd $$i; make clean; cd -; done;
137137

138-
cleanall: cleanSource # Clean builds: fortran in this Source and in all P*; cudacpp for all AVX in all P* and in src
138+
cleanavxs: # Clean builds: fortran in all P*; cudacpp for all AVX in all P* and in src
139139
for i in `ls -d ../SubProcesses/P*`; do cd $$i; make cleanavxs; cd -; done;
140+
141+
cleanall: cleanSource cleanavxs # Clean builds: fortran in this Source and in all P*; cudacpp for all AVX in all P* and in src

epochX/cudacpp/gg_tt.sa/CODEGEN_cudacpp_gg_tt_log.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ generate g g > t t~
6262
No model currently active, so we import the Standard Model
6363
INFO: load particles
6464
INFO: load vertices
65-
DEBUG: model prefixing takes 0.005598783493041992 
65+
DEBUG: model prefixing takes 0.005546092987060547 
6666
INFO: Restrict model sm with file models/sm/restrict_default.dat .
6767
DEBUG: Simplifying conditional expressions 
6868
DEBUG: remove interactions: u s w+ at order: QED=1 
@@ -182,7 +182,7 @@ Generated helas calls for 1 subprocesses (3 diagrams) in 0.006 s
182182
ALOHA: aloha starts to compute helicity amplitudes
183183
ALOHA: aloha creates VVV1 set of routines with options: P0
184184
ALOHA: aloha creates FFV1 routines
185-
ALOHA: aloha creates 2 routines in 0.146 s
185+
ALOHA: aloha creates 2 routines in 0.145 s
186186
<class 'aloha.create_aloha.AbstractRoutine'> VVV1
187187
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
188188
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
@@ -197,7 +197,7 @@ INFO: Created files Parameters_sm.h and Parameters_sm.cc in directory
197197
INFO: /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_cudacpp_gg_tt/src/. and /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_cudacpp_gg_tt/src/.
198198
quit
199199

200-
real 0m0.592s
201-
user 0m0.484s
202-
sys 0m0.051s
203-
Code generation completed in 1 seconds
200+
real 0m0.630s
201+
user 0m0.483s
202+
sys 0m0.052s
203+
Code generation completed in 0 seconds

epochX/cudacpp/gg_tt01g.mad/CODEGEN_mad_gg_tt01g_log.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ generate g g > t t~
6262
No model currently active, so we import the Standard Model
6363
INFO: load particles
6464
INFO: load vertices
65-
DEBUG: model prefixing takes 0.005467891693115234 
65+
DEBUG: model prefixing takes 0.005473613739013672 
6666
INFO: Restrict model sm with file models/sm/restrict_default.dat .
6767
DEBUG: Simplifying conditional expressions 
6868
DEBUG: remove interactions: u s w+ at order: QED=1 
@@ -155,7 +155,7 @@ INFO: Please specify coupling orders to bypass this step.
155155
INFO: Trying coupling order WEIGHTED<=2: WEIGTHED IS QCD+2*QED
156156
INFO: Trying process: g g > t t~ WEIGHTED<=2 @1
157157
INFO: Process has 3 diagrams
158-
1 processes with 3 diagrams generated in 0.008 s
158+
1 processes with 3 diagrams generated in 0.009 s
159159
Total: 1 processes with 3 diagrams
160160
add process g g > t t~ g
161161
INFO: Checking for minimal orders which gives processes.
@@ -202,7 +202,7 @@ INFO: Created files CPPProcess.h and CPPProcess.cc in directory ./.
202202
DEBUG: vector, subproc_group,self.opt['vector_size'] =  32 True 32 [export_v4.py at line 1877] 
203203
INFO: Generating Feynman diagrams for Process: g g > t t~ g WEIGHTED<=3 @2
204204
INFO: Finding symmetric diagrams for subprocess group gg_ttxg
205-
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_tt01g/SubProcesses/P2_gg_ttxg [export_v4.py at line 6443] 
205+
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_tt01g/SubProcesses/P2_gg_ttxg [export_v4.py at line 6444] 
206206
DEBUG: len(subproc_diagrams_for_config) =  15 [model_handling.py at line 1520] 
207207
DEBUG: iconfig_to_diag =  {1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, 14: 14, 15: 15} [model_handling.py at line 1544] 
208208
DEBUG: diag_to_iconfig =  {1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, 14: 14, 15: 15} [model_handling.py at line 1545] 
@@ -222,26 +222,26 @@ INFO: Created files CPPProcess.h and CPPProcess.cc in directory ./.
222222
DEBUG: vector, subproc_group,self.opt['vector_size'] =  32 True 32 [export_v4.py at line 1877] 
223223
INFO: Generating Feynman diagrams for Process: g g > t t~ WEIGHTED<=2 @1
224224
INFO: Finding symmetric diagrams for subprocess group gg_ttx
225-
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_tt01g/SubProcesses/P1_gg_ttx [export_v4.py at line 6443] 
225+
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_tt01g/SubProcesses/P1_gg_ttx [export_v4.py at line 6444] 
226226
DEBUG: len(subproc_diagrams_for_config) =  3 [model_handling.py at line 1520] 
227227
DEBUG: iconfig_to_diag =  {1: 1, 2: 2, 3: 3} [model_handling.py at line 1544] 
228228
DEBUG: diag_to_iconfig =  {1: 1, 2: 2, 3: 3} [model_handling.py at line 1545] 
229-
Generated helas calls for 2 subprocesses (19 diagrams) in 0.044 s
230-
Wrote files for 46 helas calls in 0.261 s
229+
Generated helas calls for 2 subprocesses (19 diagrams) in 0.043 s
230+
Wrote files for 46 helas calls in 0.259 s
231231
ALOHA: aloha starts to compute helicity amplitudes
232232
ALOHA: aloha creates VVV1 routines
233233
ALOHA: aloha creates FFV1 routines
234234
ALOHA: aloha creates VVVV1 set of routines with options: P0
235235
ALOHA: aloha creates VVVV3 set of routines with options: P0
236236
ALOHA: aloha creates VVVV4 set of routines with options: P0
237-
ALOHA: aloha creates 5 routines in 0.332 s
237+
ALOHA: aloha creates 5 routines in 0.330 s
238238
ALOHA: aloha starts to compute helicity amplitudes
239239
ALOHA: aloha creates VVV1 routines
240240
ALOHA: aloha creates FFV1 routines
241241
ALOHA: aloha creates VVVV1 set of routines with options: P0
242242
ALOHA: aloha creates VVVV3 set of routines with options: P0
243243
ALOHA: aloha creates VVVV4 set of routines with options: P0
244-
ALOHA: aloha creates 10 routines in 0.314 s
244+
ALOHA: aloha creates 10 routines in 0.326 s
245245
<class 'aloha.create_aloha.AbstractRoutine'> VVV1
246246
<class 'aloha.create_aloha.AbstractRoutine'> VVV1
247247
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
@@ -285,9 +285,9 @@ Type "launch" to generate events from this process, or see
285285
Run "open index.html" to see more information about this process.
286286
quit
287287

288-
real 0m2.704s
289-
user 0m2.361s
290-
sys 0m0.304s
288+
real 0m3.083s
289+
user 0m2.525s
290+
sys 0m0.334s
291291
Code generation completed in 3 seconds
292292
************************************************************
293293
* *

epochX/cudacpp/gg_tt01g.mad/Source/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,7 @@ cleanSource: # Clean builds: fortran in this Source
135135
clean: cleanSource # Clean builds: fortran in this Source and in all P*
136136
for i in `ls -d ../SubProcesses/P*`; do cd $$i; make clean; cd -; done;
137137

138-
cleanall: cleanSource # Clean builds: fortran in this Source and in all P*; cudacpp for all AVX in all P* and in src
138+
cleanavxs: # Clean builds: fortran in all P*; cudacpp for all AVX in all P* and in src
139139
for i in `ls -d ../SubProcesses/P*`; do cd $$i; make cleanavxs; cd -; done;
140+
141+
cleanall: cleanSource cleanavxs # Clean builds: fortran in this Source and in all P*; cudacpp for all AVX in all P* and in src

epochX/cudacpp/gg_ttg.mad/CODEGEN_mad_gg_ttg_log.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ generate g g > t t~ g
6262
No model currently active, so we import the Standard Model
6363
INFO: load particles
6464
INFO: load vertices
65-
DEBUG: model prefixing takes 0.005521059036254883 
65+
DEBUG: model prefixing takes 0.005499839782714844 
6666
INFO: Restrict model sm with file models/sm/restrict_default.dat .
6767
DEBUG: Simplifying conditional expressions 
6868
DEBUG: remove interactions: u s w+ at order: QED=1 
@@ -192,26 +192,26 @@ INFO: Created files CPPProcess.h and CPPProcess.cc in directory ./.
192192
DEBUG: vector, subproc_group,self.opt['vector_size'] =  32 True 32 [export_v4.py at line 1877] 
193193
INFO: Generating Feynman diagrams for Process: g g > t t~ g WEIGHTED<=3 @1
194194
INFO: Finding symmetric diagrams for subprocess group gg_ttxg
195-
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_ttg/SubProcesses/P1_gg_ttxg [export_v4.py at line 6443] 
195+
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_gg_ttg/SubProcesses/P1_gg_ttxg [export_v4.py at line 6444] 
196196
DEBUG: len(subproc_diagrams_for_config) =  15 [model_handling.py at line 1520] 
197197
DEBUG: iconfig_to_diag =  {1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, 14: 14, 15: 15} [model_handling.py at line 1544] 
198198
DEBUG: diag_to_iconfig =  {1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, 14: 14, 15: 15} [model_handling.py at line 1545] 
199199
Generated helas calls for 1 subprocesses (16 diagrams) in 0.038 s
200-
Wrote files for 36 helas calls in 0.159 s
200+
Wrote files for 36 helas calls in 0.157 s
201201
ALOHA: aloha starts to compute helicity amplitudes
202202
ALOHA: aloha creates VVV1 routines
203203
ALOHA: aloha creates FFV1 routines
204204
ALOHA: aloha creates VVVV1 set of routines with options: P0
205205
ALOHA: aloha creates VVVV3 set of routines with options: P0
206206
ALOHA: aloha creates VVVV4 set of routines with options: P0
207-
ALOHA: aloha creates 5 routines in 0.337 s
207+
ALOHA: aloha creates 5 routines in 0.330 s
208208
ALOHA: aloha starts to compute helicity amplitudes
209209
ALOHA: aloha creates VVV1 routines
210210
ALOHA: aloha creates FFV1 routines
211211
ALOHA: aloha creates VVVV1 set of routines with options: P0
212212
ALOHA: aloha creates VVVV3 set of routines with options: P0
213213
ALOHA: aloha creates VVVV4 set of routines with options: P0
214-
ALOHA: aloha creates 10 routines in 0.314 s
214+
ALOHA: aloha creates 10 routines in 0.323 s
215215
<class 'aloha.create_aloha.AbstractRoutine'> VVV1
216216
<class 'aloha.create_aloha.AbstractRoutine'> VVV1
217217
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
@@ -251,10 +251,10 @@ Type "launch" to generate events from this process, or see
251251
Run "open index.html" to see more information about this process.
252252
quit
253253

254-
real 0m2.490s
255-
user 0m2.217s
256-
sys 0m0.263s
257-
Code generation completed in 2 seconds
254+
real 0m2.487s
255+
user 0m2.208s
256+
sys 0m0.278s
257+
Code generation completed in 3 seconds
258258
************************************************************
259259
* *
260260
* W E L C O M E to *

epochX/cudacpp/gg_ttg.mad/Source/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,7 @@ cleanSource: # Clean builds: fortran in this Source
135135
clean: cleanSource # Clean builds: fortran in this Source and in all P*
136136
for i in `ls -d ../SubProcesses/P*`; do cd $$i; make clean; cd -; done;
137137

138-
cleanall: cleanSource # Clean builds: fortran in this Source and in all P*; cudacpp for all AVX in all P* and in src
138+
cleanavxs: # Clean builds: fortran in all P*; cudacpp for all AVX in all P* and in src
139139
for i in `ls -d ../SubProcesses/P*`; do cd $$i; make cleanavxs; cd -; done;
140+
141+
cleanall: cleanSource cleanavxs # Clean builds: fortran in this Source and in all P*; cudacpp for all AVX in all P* and in src

0 commit comments

Comments
 (0)