Skip to content

Commit 0e5a454

Browse files
authored
Merge pull request #992 from madgraph5/master_for360
Master for360
2 parents 6dd4ca8 + a40ab80 commit 0e5a454

1,179 files changed

Lines changed: 44197 additions & 22995 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MG5aMC/mg5amcnlo

Submodule mg5amcnlo updated 3134 files

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/MG5aMC_patches/PROD/patch.P1

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,34 +126,34 @@ index 1124a9164..27a6e4674 100644
126126
open(unit=lun,file=tempname,status='old',ERR=20)
127127
fopened=.true.
128128
diff --git b/epochX/cudacpp/gg_tt.mad/SubProcesses/P1_gg_ttx/matrix1.f a/epochX/cudacpp/gg_tt.mad/SubProcesses/P1_gg_ttx/matrix1.f
129-
index 8b73188ef..710fd1297 100644
129+
index 1acba8200..069c74ef4 100644
130130
--- b/epochX/cudacpp/gg_tt.mad/SubProcesses/P1_gg_ttx/matrix1.f
131131
+++ a/epochX/cudacpp/gg_tt.mad/SubProcesses/P1_gg_ttx/matrix1.f
132-
@@ -72,7 +72,10 @@ C
132+
@@ -71,7 +71,10 @@ C
133133
DATA NB_FAIL /0/
134134
DOUBLE PRECISION GET_CHANNEL_CUT
135135
EXTERNAL GET_CHANNEL_CUT
136136
-
137137
+C
138-
+ INTEGER NGOODHEL(2) ! -1 if not yet retrieved and printed
138+
+ INTEGER NGOODHEL ! -1 if not yet retrieved and printed
139139
+ SAVE NGOODHEL
140-
+ DATA NGOODHEL/-1,-1/
140+
+ DATA NGOODHEL/-1/
141141
C
142142
C This is just to temporarily store the reference grid for
143143
C helicity of the DiscreteSampler so as to obtain its number of
144-
@@ -230,6 +233,17 @@ C update.
144+
@@ -211,6 +214,17 @@ C ----------
145145
ENDIF
146-
IF(NTRY(IMIRROR).EQ.MAXTRIES)THEN
147-
ISHEL(IMIRROR)=MIN(ISUM_HEL,NGOOD(IMIRROR))
146+
IF(NTRY(1).EQ.MAXTRIES)THEN
147+
ISHEL=MIN(ISUM_HEL,NGOOD)
148148
+C Print the number of good helicities
149-
+ IF (NGOODHEL(IMIRROR).EQ.-1) THEN
150-
+ NGOODHEL(IMIRROR)=0
149+
+ IF (NGOODHEL.EQ.-1) THEN
150+
+ NGOODHEL=0
151151
+ DO I=1,NCOMB
152-
+ IF (GOODHEL(I,IMIRROR)) THEN
153-
+ NGOODHEL(IMIRROR)=NGOODHEL(IMIRROR)+1
152+
+ IF (GOODHEL(I,1)) THEN
153+
+ NGOODHEL=NGOODHEL+1
154154
+ ENDIF
155155
+ END DO
156-
+ WRITE (6,*) 'NGOODHEL =', NGOODHEL(IMIRROR) ! no need to print imirror?
156+
+ WRITE (6,*) 'NGOODHEL =', NGOODHEL
157157
+ WRITE (6,*) 'NCOMB =', NCOMB
158158
+ ENDIF
159159
ENDIF

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/MG5aMC_patches/PROD/patch.common

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
diff --git b/epochX/cudacpp/gg_tt.mad/Source/genps.inc a/epochX/cudacpp/gg_tt.mad/Source/genps.inc
2-
index a59181c70..af7e0efbc 100644
3-
--- b/epochX/cudacpp/gg_tt.mad/Source/genps.inc
4-
+++ a/epochX/cudacpp/gg_tt.mad/Source/genps.inc
5-
@@ -30,7 +30,8 @@ c*************************************************************************
6-
c Parameters for helicity sums in matrixN.f
7-
c*************************************************************************
8-
REAL*8 LIMHEL
9-
- PARAMETER(LIMHEL=1e-8) ! ME threshold for helicity filtering
10-
+c PARAMETER(LIMHEL=1e-8) ! ME threshold for helicity filtering (Fortran default)
11-
+ PARAMETER(LIMHEL=0) ! ME threshold for helicity filtering (force Fortran to mimic cudacpp, see #419)
12-
INTEGER MAXTRIES
13-
PARAMETER(MAXTRIES=25)
14-
C To pass the helicity configuration chosen by the DiscreteSampler to
151
diff --git b/epochX/cudacpp/gg_tt.mad/SubProcesses/makefile a/epochX/cudacpp/gg_tt.mad/SubProcesses/makefile
162
index 348c283be..49e6800ff 100644
173
--- b/epochX/cudacpp/gg_tt.mad/SubProcesses/makefile

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/launch_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def default_setup(self):
9898
self['vector_size'] = 16 # already setup in default class (just change value)
9999
self['aloha_flag'] = '--fast-math'
100100
self['matrix_flag'] = '-O3'
101+
self['limhel'] = 0
101102
self.display_block.append('simd')
102103
self.display_block.append('psoptim')
103104

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/smatrix_multi.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
& SELECTED_HEL2, SELECTED_COL2, .TRUE.) ! quit after computing helicities
2323
FIRST = .FALSE.
2424
c ! This is a workaround for https://github.com/oliviermattelaer/mg5amc_test/issues/22 (see PR #486)
25-
IF( FBRIDGE_MODE .EQ. 1 ) THEN ! (CppOnly=1 : SMATRIX1 is not called at all)
26-
CALL RESET_CUMULATIVE_VARIABLE() ! mimic 'avoid bias of the initialization' within SMATRIX1
27-
ENDIF
25+
c IF( FBRIDGE_MODE .EQ. 1 ) THEN ! (CppOnly=1 : SMATRIX1 is not called at all)
26+
c CALL RESET_CUMULATIVE_VARIABLE() ! mimic 'avoid bias of the initialization' within SMATRIX1
27+
c ENDIF
2828
CALL FBRIDGEGETNGOODHEL(FBRIDGE_PBRIDGE,NGOODHEL,NTOTHEL)
2929
IF( NTOTHEL .NE. NCOMB ) THEN
3030
WRITE(6,*) 'ERROR! Cudacpp/Fortran mismatch',

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def copy_template(self, model):
195195
open(os.path.join('test', 'cudacpp_test.mk'), 'w').write(makefile_test)
196196

197197
# OM - overload export_v4.py version to add additional_clean section (and avoid patchMad.sh for Source/makefile)
198-
def write_source_makefile(self, writer, default=None):
198+
def write_source_makefile(self, writer, model=None, default=None):
199199
if default:
200200
replace_dict = default
201201
else:

epochX/cudacpp/ee_mumu.mad/CODEGEN_mad_ee_mumu_log.txt

Lines changed: 38 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Running MG5 in debug mode
1414
* * * * * *
1515
* * * *
1616
* *
17-
* VERSION 3.5.3_lo_vect 2023-12-23 *
17+
* VERSION 3.6.0_lo_vect 2024-06-17 *
1818
* *
1919
* WARNING: UNKNOWN DEVELOPMENT VERSION. *
2020
* WARNING: DO NOT USE FOR PRODUCTION *
@@ -45,15 +45,10 @@ Please set the 'lhapdf' variable to the (absolute) /PATH/TO/lhapdf-config (inclu
4545
Note that you can still compile and run aMC@NLO with the built-in PDFs
4646
MG5_aMC> set lhapdf /PATH/TO/lhapdf-config
4747

48-
None does not seem to correspond to a valid lhapdf-config executable.
49-
Please set the 'lhapdf' variable to the (absolute) /PATH/TO/lhapdf-config (including lhapdf-config).
50-
Note that you can still compile and run aMC@NLO with the built-in PDFs
51-
MG5_aMC> set lhapdf /PATH/TO/lhapdf-config
52-
5348
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
5449
Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
5550
Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
56-
import /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu.mg
51+
import /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu.mg
5752
The import format was not given, so we guess it as command
5853
set stdout_level DEBUG
5954
set output information to level: 10
@@ -62,7 +57,7 @@ generate e+ e- > mu+ mu-
6257
No model currently active, so we import the Standard Model
6358
INFO: load particles
6459
INFO: load vertices
65-
DEBUG: model prefixing takes 0.005466938018798828 
60+
DEBUG: model prefixing takes 0.005581378936767578 
6661
INFO: Restrict model sm with file models/sm/restrict_default.dat .
6762
DEBUG: Simplifying conditional expressions 
6863
DEBUG: remove interactions: u s w+ at order: QED=1 
@@ -158,20 +153,20 @@ INFO: Process has 2 diagrams
158153
Total: 1 processes with 2 diagrams
159154
output madevent_simd ../TMPOUT/CODEGEN_mad_ee_mumu --hel_recycling=False --vector_size=32
160155
Load PLUGIN.CUDACPP_OUTPUT
161-
Plugin PLUGIN.CUDACPP_OUTPUT has marked as NOT being validated with this version: 3.5.3_lo_vect.
156+
Plugin PLUGIN.CUDACPP_OUTPUT has marked as NOT being validated with this version: 3.6.0_lo_vect.
162157
It has been validated for the last time with version: 3.5.2
163158
Output will be done with PLUGIN: CUDACPP_OUTPUT
164159
Addition matrix-element will be done with PLUGIN: CUDACPP_OUTPUT
160+
DEBUG: opt['output_options']['vector_size'] =  32 [export_v4.py at line 4334] 
165161
Output will be done with PLUGIN: CUDACPP_OUTPUT
166-
DEBUG: cformat =  standalone_simd [export_cpp.py at line 3070] 
167162
DEBUG: Entering PLUGIN_ProcessExporter.__init__ (initialise the exporter) [output.py at line 165] 
168163
INFO: initialize a new directory: CODEGEN_mad_ee_mumu
169164
INFO: remove old information in CODEGEN_mad_ee_mumu
170165
DEBUG: Entering PLUGIN_ProcessExporter.copy_template (initialise the directory) [output.py at line 170] 
171-
WARNING: File exists /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu 
172-
INFO: Creating subdirectories in directory /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu
173-
WARNING: File exists /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards 
174-
WARNING: File exists /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/SubProcesses 
166+
WARNING: File exists /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu 
167+
INFO: Creating subdirectories in directory /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu
168+
WARNING: File exists /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards 
169+
WARNING: File exists /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/SubProcesses 
175170
INFO: Organizing processes into subprocess groups
176171
INFO: Generating Helas calls for process: e+ e- > mu+ mu- WEIGHTED<=4 @1
177172
INFO: Processing color information for process: e+ e- > mu+ mu- @1
@@ -181,30 +176,25 @@ INFO: Creating files in directory .
181176
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for ././CPPProcess.h
182177
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for ././CPPProcess.cc
183178
INFO: Created files CPPProcess.h and CPPProcess.cc in directory ./.
184-
DEBUG: proc_id =  1 [export_cpp.py at line 710] 
185-
DEBUG: config_map =  [1, 2] [export_cpp.py at line 711] 
186-
DEBUG: subproc_number =  0 [export_cpp.py at line 712] 
187-
DEBUG: Done [export_cpp.py at line 713] 
188-
WARNING: vector code for lepton pdf not implemented. We removed the option to run dressed lepton 
189179
INFO: Generating Feynman diagrams for Process: e+ e- > mu+ mu- WEIGHTED<=4 @1
190180
INFO: Finding symmetric diagrams for subprocess group epem_mupmum
191-
DEBUG: os.getcwd() =  /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/SubProcesses/P1_epem_mupmum [export_v4.py at line 6494] 
192181
DEBUG: len(subproc_diagrams_for_config) =  2 [model_handling.py at line 1523] 
193182
DEBUG: iconfig_to_diag =  {1: 1, 2: 2} [model_handling.py at line 1547] 
194183
DEBUG: diag_to_iconfig =  {1: 1, 2: 2} [model_handling.py at line 1548] 
195184
Generated helas calls for 1 subprocesses (2 diagrams) in 0.004 s
196-
Wrote files for 8 helas calls in 0.081 s
185+
Wrote files for 8 helas calls in 0.073 s
186+
DEBUG: self.vector_size =  32 [export_v4.py at line 7023] 
197187
ALOHA: aloha starts to compute helicity amplitudes
198188
ALOHA: aloha creates FFV1 routines
199189
ALOHA: aloha creates FFV2 routines
200190
ALOHA: aloha creates FFV4 routines
201-
ALOHA: aloha creates 3 routines in 0.203 s
191+
ALOHA: aloha creates 3 routines in 0.206 s
202192
ALOHA: aloha starts to compute helicity amplitudes
203193
ALOHA: aloha creates FFV1 routines
204194
ALOHA: aloha creates FFV2 routines
205195
ALOHA: aloha creates FFV4 routines
206196
ALOHA: aloha creates FFV2_4 routines
207-
ALOHA: aloha creates 7 routines in 0.258 s
197+
ALOHA: aloha creates 7 routines in 0.262 s
208198
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
209199
<class 'aloha.create_aloha.AbstractRoutine'> FFV1
210200
<class 'aloha.create_aloha.AbstractRoutine'> FFV2
@@ -213,38 +203,40 @@ ALOHA: aloha creates 7 routines in 0.258 s
213203
<class 'aloha.create_aloha.AbstractRoutine'> FFV4
214204
<class 'aloha.create_aloha.AbstractRoutine'> FFV2_4
215205
<class 'aloha.create_aloha.AbstractRoutine'> FFV2_4
216-
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/./HelAmps_sm.h
217-
INFO: Created file HelAmps_sm.h in directory /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/.
206+
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/./HelAmps_sm.h
207+
INFO: Created file HelAmps_sm.h in directory /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/.
218208
super_write_set_parameters_onlyfixMajorana (hardcoded=False)
219209
super_write_set_parameters_onlyfixMajorana (hardcoded=True)
220-
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/./Parameters_sm.h
221-
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/./Parameters_sm.cc
210+
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/./Parameters_sm.h
211+
FileWriter <class 'PLUGIN.CUDACPP_OUTPUT.model_handling.PLUGIN_CPPWriter'> for /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/./Parameters_sm.cc
222212
INFO: Created files Parameters_sm.h and Parameters_sm.cc in directory
223-
INFO: /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/. and /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/.
213+
INFO: /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/. and /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/src/.
224214
The option zerowidth_tchannel is modified [True] but will not be written in the configuration files.
225215
If you want to make this value the default for future session, you can run 'save options --all'
226-
save configuration file to /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
216+
save configuration file to /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
227217
INFO: Use Fortran compiler gfortran
228218
INFO: Use c++ compiler g++
229219
INFO: Generate jpeg diagrams
230220
INFO: Generate web pages
231-
DEBUG: cd /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu; patch -p4 -i /data/avalassi/GPU2023/madgraph4gpuX/epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/MG5aMC_patches/PROD/patch.common
232-
patching file Source/genps.inc
221+
DEBUG: cd /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu; patch -p4 -i /data/avalassi/GPU2023/madgraph4gpuBis/epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/MG5aMC_patches/PROD/patch.common
233222
patching file SubProcesses/makefile
234-
DEBUG: cd /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/SubProcesses/P1_epem_mupmum; patch -p6 -i /data/avalassi/GPU2023/madgraph4gpuX/epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/MG5aMC_patches/PROD/patch.P1
223+
DEBUG: cd /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/SubProcesses/P1_epem_mupmum; patch -p6 -i /data/avalassi/GPU2023/madgraph4gpuBis/epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/MG5aMC_patches/PROD/patch.P1
235224
patching file driver.f
225+
Hunk #1 succeeded at 76 (offset 2 lines).
226+
Hunk #2 succeeded at 280 (offset 8 lines).
227+
Hunk #3 succeeded at 489 (offset 13 lines).
236228
patching file matrix1.f
237-
Hunk #2 succeeded at 242 (offset 9 lines).
229+
Hunk #2 succeeded at 236 (offset 22 lines).
238230
DEBUG: p.returncode =  0 [output.py at line 258] 
239-
Output to directory /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu done.
231+
Output to directory /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu done.
240232
Type "launch" to generate events from this process, or see
241-
/data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/README
233+
/data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/README
242234
Run "open index.html" to see more information about this process.
243235
quit
244236

245-
real 0m2.059s
246-
user 0m1.802s
247-
sys 0m0.254s
237+
real 0m2.540s
238+
user 0m1.832s
239+
sys 0m0.262s
248240
Code generation completed in 2 seconds
249241
************************************************************
250242
* *
@@ -258,17 +250,17 @@ Code generation completed in 2 seconds
258250
* * * * * *
259251
* * * *
260252
* *
261-
* VERSION 3.5.3_lo_vect *
253+
* VERSION 3.6.0_lo_vect *
262254
* *
263255
* The MadGraph5_aMC@NLO Development Team - Find us at *
264256
* https://server06.fynu.ucl.ac.be/projects/madgraph *
265257
* *
266258
* Type 'help' for in-line help. *
267259
* *
268260
************************************************************
269-
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
270-
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/mg5amcnlo/input/mg5_configuration.txt
271-
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
261+
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
262+
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/mg5amcnlo/input/mg5_configuration.txt
263+
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
272264
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
273265
Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
274266
Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
@@ -288,17 +280,17 @@ launch in debug mode
288280
* * * * * *
289281
* * * *
290282
* *
291-
* VERSION 3.5.3_lo_vect *
283+
* VERSION 3.6.0_lo_vect *
292284
* *
293285
* The MadGraph5_aMC@NLO Development Team - Find us at *
294286
* https://server06.fynu.ucl.ac.be/projects/madgraph *
295287
* *
296288
* Type 'help' for in-line help. *
297289
* *
298290
************************************************************
299-
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
300-
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/mg5amcnlo/input/mg5_configuration.txt
301-
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuX/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
291+
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
292+
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/mg5amcnlo/input/mg5_configuration.txt
293+
INFO: load configuration from /data/avalassi/GPU2023/madgraph4gpuBis/MG5aMC/TMPOUT/CODEGEN_mad_ee_mumu/Cards/me5_configuration.txt
302294
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
303295
Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
304296
Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt

0 commit comments

Comments
 (0)