madgraph5 / madgraph4gpu

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

Fix testmisc tests on MacOS ARM and reenable them in the CI #840

Open valassi opened 4 months ago

valassi commented 4 months ago

This is a followup to #838. One CI test failed on Mac ARM, while the same code was previously succeding on Mac x86. I suspect that issue #838 is specific to ARM MacOS. But I am unable to debug as I have no MacOS machine (neither x86 nor arm). So I just worked around it by disabling the test. Eventually this should be fixed and reenabled in the CI. cc @oliviermattelaer @roiser @hageboeck

Note, about the CI, presently MacOS github-hosted runners may randomly happen to be x86_64 or arm, I found n way to specify those. Probably self-hosted runners are needed to distinguish x86_64 and arm. See #839.