workaround for FPE in vxxxxx on HIP (and fixes for v1.00.01 tags)#1012
Merged
valassi merged 11 commits intomadgraph5:masterfrom valassi:amdOct 4, 2024
+310-211
Commits
Commits on Oct 3, 2024
- committed
- committed
[post-release] in CODEGEN __init__.py, replace (1,00,01) by (1,0,1) as leading zeros in decimal integer literals are not permitted (madgraph5#1013)
committed[post-release] fix archiver.sh and gitTag.sh to produce '1.00.01' from input '(1,0,1)' in __init__.py (issue madgraph5#1013)
committed- committed
[amd] in gg_tt.mad and CODEGEN, workaround for FPE madgraph5#1011 in vxxxxx on HIP: replace "pvec0 / ( vmass * pp )" by "pvec0 / vmass / pp"
committed- committed
Commits on Oct 4, 2024
- committed
[amd] rerun 96 tput builds and tests on LUMI worker node (small-g 72h) with the workaround for HIP FPEs madgraph5#1011 - now all tests succeed
committed[amd] rerun 30 tmad tests on LUMI worker node (small-g 72h) - no change (heft fails madgraph5#833, skip ggttggg madgraph5#933)
committed- committed