How to fix GCC compilation error when compiling >2 GB of code?
So, you already have a program that produces this text: prefactor = +s.ds8*s.ds10*ti[0]->value(); expr = ( – 5/243.*(s.x14*s.x15*csc[49300] + 9/10.*s.x14*s.x15*csc[49301] + 1/10.*s.x14*s.x15*csc[49302] – 3/5.*s.x14*s.x15*csc[49303] -… and double csc19295 = + s.ds0*s.ds1*s.ds2 * ( – 32*s.x12pow2*s.x15*s.x34*s.mbpow2*s.mWpowinv2 – 32*s.x12pow2*s.x15*s.x35*s.mbpow2*s.mWpowinv2 – 32*s.x12pow2*s.x15*s.x35*s.x45*s.mWpowinv2 -… right? If all your functions have a similar “format” (multiply n numbers m times and … Read more