Skip to content

Commit

Permalink
[susy2] in susy_gg_tt.sa Parameters_MSSM_SLHA2.h, temporarely(?) comm…
Browse files Browse the repository at this point in the history
…ent out "#error only HRDCOD=1 is supported"

'make HRDCOD=0' fails with
ccache /cvmfs/sft.cern.ch/lcg/releases/gcc/12.1.0-57c96/x86_64-centos9/bin/g++  -O3  -std=c++17 -I.  -fPIC -Wall -Wshadow -Wextra -ffast-math  -fopenmp  -march=skylake-avx512 -mprefer-vector-width=256  -DMGONGPU_FPTYPE_DOUBLE -DMGONGPU_FPTYPE2_DOUBLE -fPIC -c Parameters_MSSM_SLHA2.cc -o Parameters_MSSM_SLHA2.o
In file included from Parameters_MSSM_SLHA2.cc:15:
Parameters_MSSM_SLHA2.h: In function 'const mg5amcCpu::Parameters_MSSM_SLHA2_dependentCouplings::DependentCouplings_sv mg5amcCpu::Parameters_MSSM_SLHA2_dependentCouplings::computeDependentCouplings_fromG(const mg5amcCpu::fptype_sv&)':
Parameters_MSSM_SLHA2.h:842:33: error: 'mdl_I51x11' was not declared in this scope
  842 |         out.GC_51 = -( cI * G * mdl_I51x11 );
      |                                 ^~~~~~~~~~
Parameters_MSSM_SLHA2.cc: In member function 'void mg5amcCpu::Parameters_MSSM_SLHA2::setIndependentParameters(SLHAReader&)':
Parameters_MSSM_SLHA2.cc:80:3: error: 'indices' was not declared in this scope
   80 |   indices[0] = 3;
      |   ^~~~~~~
make[1]: *** [cudacpp_src.mk:251: Parameters_MSSM_SLHA2.o] Error 1
  • Loading branch information
valassi committed Feb 14, 2024
1 parent d5ded87 commit 717a5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epochX/cudacpp/susy_gg_tt.sa/src/Parameters_MSSM_SLHA2.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//==========================================================================

#ifndef MGONGPU_HARDCODE_PARAM // this is only supported in SM processes (e.g. not in EFT models) for the moment (#439)
#error This non-SM physics process only supports MGONGPU_HARDCODE_PARAM builds (#439): please run "make HRDCOD=1"
//#error This non-SM physics process only supports MGONGPU_HARDCODE_PARAM builds (#439): please run "make HRDCOD=1"

#include "read_slha.h"

Expand Down

0 comments on commit 717a5de

Please sign in to comment.