fmihpc / vlasiator

Vlasiator - ten letters you can count on
https://www.helsinki.fi/en/researchgroups/vlasiator
Other
47 stars 38 forks source link

turn off -mavx and -march=znver2 in testpackage compilation on Carrin… #1015

Closed markusbattarbee closed 1 month ago

markusbattarbee commented 1 month ago

This might solve the issue of filtering omp simd pragmas causing diffs in testpackage_damr.

markusbattarbee commented 1 month ago

Although running testpackage without vectorization flags might be a nice way to more "safely" evaluate how code changes affect the simulation output, it takes the testpackage information even further away from production flags. And, if we are doing optimizations, we are also interested in how large a magnitude change they have, even if it makes CI evaluation a bit more challenging.

The real reason though is that runtime increases too much with this. (order of 10 minutes for a TP run)

If we at some point decide to implement several different CI pipelines with varying levels of accuracy and runtime, we should re-visit this topic.