<div dir="ltr">Hi everyone,<br><br>I have a code for elastic linear analysis which involves DMDA, SuperLu and matrix operations. I have a MPI vector which contains the nodal displacements, when I run the code in debug mode i get the same value for the norm (2 or Inf), for different number of process. But when I use the optimized mode, I have small variations for the same norm depending on the number of process.<br><br>-Debug mode: the same norm value for any number of processes.<br>-Optimized mode: the norm value changes with the number of processes. The variations are around 2.0e-4 units.<br><br><b> This is normal?</b><br><br><div>For my optimized mode I used the next configuration</div><div><br></div><div>./configure --with-debugging=0 COPTFLAGS='-O3 -march=native -mtune=native' CXXOPTFLAGS='-O3 -march=native -mtune=native' FOPTFLAGS='-O3 -march=native -mtune=native' --download-mpich --download-superlu_dist --download-metis --download-parmetis --download-cmake --download-fblaslapack=1 --with-cxx-dialect=C++11</div><div><br></div><div>Best regards.<br></div></div>