Skip to content
Snippets Groups Projects

Add NEC-specific compiler option to mo_lib_divrot

Merged Daniel Reinert requested to merge libiconmath_nec_hotfix into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -9,6 +9,11 @@
! SPDX-License-Identifier: BSD-3-Clause
! ---------------------------------------------------------------
! This compile option is needed to ensure complete unrolling of the
! dot products in the least squares reconstruction routines for
! SX AURORA.
!NEC$ options "-floop-unroll-completely=10"
!>
!! Contains the implementation of the div,rot,recon mathematical operators.
!!
Loading