madgraph5 / madgraph4gpu

GPU development for the Madgraph5_aMC@NLO event generator software package
28 stars 33 forks source link

master_june24 builds fail for MAC SIMD #883

Closed valassi closed 6 days ago

valassi commented 6 days ago

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 ) ) );
                             ^
                             ;
valassi commented 6 days ago

This is fixed in PR #882. It was a typo https://github.com/valassi/madgraph4gpu/commit/58646509bedb326091028078e7fbd30324243a6d Closing