Skip to content
Snippets Groups Projects
Commit 39cbf9fa authored by Ivan Razumov's avatar Ivan Razumov
Browse files

[SPI-1414] Add Madgraph5amc version 2.6.6 and 2.6.6.atlas

parent 1cb837d4
No related branches found
No related tags found
1 merge request!237[SPI-1414] Add Madgraph5amc version 2.6.6 and 2.6.6.atlas
Pipeline #1048100 passed
......@@ -6,6 +6,7 @@ if(LCG_PYTHON_VERSION EQUAL 2)
LCG_external_package(rivet 2.7.0 ${MCGENPATH}/rivet yoda=1.7.4 )
LCG_external_package(madgraph5amc 2.6.2.atlas ${MCGENPATH}/madgraph5amc author=2.6.2)
LCG_external_package(madgraph5amc 2.6.5.atlas ${MCGENPATH}/madgraph5amc author=2.6.5)
LCG_external_package(madgraph5amc 2.6.6.atlas ${MCGENPATH}/madgraph5amc author=2.6.6)
LCG_external_package(openloops 2.0.0 ${MCGENPATH}/openloops)
LCG_external_package(sherpa 2.2.7 ${MCGENPATH}/sherpa author=2.2.7 hepevt=10000 openloops=2.0.0)
LCG_external_package(sherpa-openmpi 2.2.7.openmpi3 ${MCGENPATH}/sherpa author=2.2.7 hepevt=10000 openloops=2.0.0)
......@@ -32,6 +33,7 @@ LCG_external_package(syscalc 1.1.7 ${MCGENPATH}/syscalc)
LCG_external_package(madgraph5amc 3.0.0.beta ${MCGENPATH}/madgraph5amc author=3.0.0.beta)
LCG_external_package(madgraph5amc 2.6.2 ${MCGENPATH}/madgraph5amc author=2.6.2)
LCG_external_package(madgraph5amc 2.6.5 ${MCGENPATH}/madgraph5amc author=2.6.5)
LCG_external_package(madgraph5amc 2.6.6 ${MCGENPATH}/madgraph5amc author=2.6.6)
LCG_external_package(lhapdf 6.1.6.cxxstd ${MCGENPATH}/lhapdf author=6.1.6 usecxxstd=1 )
......
This diff is collapsed.
--- input/.mg5_configuration_default.txt.orig 2017-06-01 12:38:04.067508362 +0200
+++ input/.mg5_configuration_default.txt 2017-06-01 12:39:32.585514296 +0200
@@ -93,7 +93,7 @@
#! Allow/Forbid the automatic opening of the web browser (on the status page)
#! when launching MadEvent [True/False]
-# automatic_html_opening = True
+automatic_html_opening = False
#! allow notification of finished job in the notification center (Mac Only)
# notification_center = True
@@ -209,12 +209,12 @@
#! > external : ML5 places a link to the MG5_aMC-wide libraries
#! > internal : ML5 copies all dependencies in the output so that it is independent
#! > environment_paths : ML5 searches for the dependencies in your environment path
-# output_dependencies = external
+output_dependencies = internal
#! SysCalc PATH
#! Path to the directory containing syscalc executables
#! relative path start from main directory
-# syscalc_path = ./SysCalc
+syscalc_path = @syscalc@
#! Absolute paths to config scripts in the bin directories for APPLgrid and aMCFast.
# applgrid = applgrid-config
--- input/mg5_configuration.txt.orig 2017-06-01 12:38:09.705572462 +0200
+++ input/mg5_configuration.txt 2017-06-01 12:39:52.677742498 +0200
@@ -93,7 +93,7 @@
#! Allow/Forbid the automatic opening of the web browser (on the status page)
#! when launching MadEvent [True/False]
-# automatic_html_opening = True
+automatic_html_opening = False
#! allow notification of finished job in the notification center (Mac Only)
# notification_center = True
@@ -209,12 +209,12 @@
#! > external : ML5 places a link to the MG5_aMC-wide libraries
#! > internal : ML5 copies all dependencies in the output so that it is independent
#! > environment_paths : ML5 searches for the dependencies in your environment path
-# output_dependencies = external
+output_dependencies = internal
#! SysCalc PATH
#! Path to the directory containing syscalc executables
#! relative path start from main directory
-# syscalc_path = ./SysCalc
+syscalc_path = @syscalc@
#! Absolute paths to config scripts in the bin directories for APPLgrid and aMCFast.
# applgrid = applgrid-config
--- vendor/CutTools/makefile.orig 2018-06-18 13:24:17.164637074 +0200
+++ vendor/CutTools/makefile 2018-06-18 13:24:27.756740547 +0200
@@ -9,7 +9,7 @@
ifeq ($(wildcard ../make_opts), ../make_opts)
include ../make_opts
else
- FFLAGS =
+ FFLAGS = -std=legacy
FC=gfortran
endif
--- vendor/IREGI/src/makefile_ML5_lib.orig 2018-07-09 13:33:48.546490615 +0200
+++ vendor/IREGI/src/makefile_ML5_lib 2018-07-09 13:33:57.238573607 +0200
@@ -5,7 +5,7 @@
FFDIR=$(qcdlooppath)/ff
onelooppath=$(PWD)/oneloop
#FFLAGS=-O -g -ggdb -fno-automatic -fbounds-check -I$(onelooppath) # -fbounds-check is very useful in checking mermory error,-g is for debuging,-ggdb is for debuging special in gdb
-FFLAGS=-O -g -fPIC -I$(onelooppath)
+FFLAGS=-O -g -fPIC -I$(onelooppath) -std=legacy
obj= global.o funlib.o linear_algebra.o kinematics.o matrices.o matrix_base.o cmatrix_base.o mis_warp.o special_fun.o pave_reduce.o cpave_reduce.o si_reduce.o csi_reduce.o ti_reduce.o cti_reduce.o gti_reduce.o binary_tree.o IREGI4ML5_interface.o avh_olo_foriregi.o
olomod= avh_olo_foriregi.mod avh_olo_foriregi_dp_box.mod avh_olo_foriregi_dp_olog.mod avh_olo_foriregi_units.mod \
avh_olo_foriregi_dp.mod avh_olo_foriregi_dp_boxc.mod avh_olo_foriregi_dp_prec.mod avh_olo_foriregi_version.mod \
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment