madgraph5/madgraph4gpu

master_june24 builds fail for MAC SIMD

Closed this issue · 1 comments

This is an issue introduced in #830 and being reviewed in #882.

Related to the tests in WIP PR #882:

master_june24 builds fail for MAC SIMD

https://github.com/madgraph5/madgraph4gpu/actions/runs/9795940525/job/27049279949

c++  -I. -O3  -std=c++17 -Wall -Wshadow -Wextra -ffast-math  -mmacosx-version-min=11.3  -D__SSE4_2__  -DMGONGPU_FPTYPE_DOUBLE -DMGONGPU_FPTYPE2_FLOAT -fPIC -c read_slha.cc -o read_slha_cpp.o
c++  -I. -O3  -std=c++17 -Wall -Wshadow -Wextra -ffast-math  -mmacosx-version-min=11.3  -D__SSE4_2__  -DMGONGPU_FPTYPE_DOUBLE -DMGONGPU_FPTYPE2_FLOAT -fPIC -c Parameters_sm.cc -o Parameters_sm_cpp.o
In file included from Parameters_sm.cc:15:
In file included from ./Parameters_sm.h:21:
./mgOnGpuVectors.h:121:30: error: expected ';' after top level declarator
  typedef unsigned int uint_v __attribue__( ( ext_vector_type( neppV ) ) );
                             ^
                             ;

This is fixed in PR #882. It was a typo
valassi@5864650
Closing