Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gpucpp' (PR #113 for madgraph5/m…
Browse files Browse the repository at this point in the history
…adgraph4gpu#855 crash in rotxxx) into gpucpp_826
  • Loading branch information
valassi committed Jun 27, 2024
2 parents e4d9df4 + 9abf6a3 commit 74fd166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aloha/template_files/aloha_functions.f
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ subroutine rotxxx(p,q , prot)
c
implicit none
double precision p(0:3),q(0:3),prot(0:3),qt2,qt,psgn,qq,p1

volatile qt, p1, qq ! prevent optimizations with -O3 (workaround for SIGFPE crashes in rotxxx: madgraph5/madgraph4gpu#855)
double precision rZero, rOne
parameter( rZero = 0.0d0, rOne = 1.0d0 )

Expand Down

0 comments on commit 74fd166

Please sign in to comment.