Skip to content

Commit 8a35370

Browse files
committed
Evaluate serial parts of the tape without atomics.
1 parent 0ad658c commit 8a35370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/include/code_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ FORCEINLINE Out su2staticcast_p(In ptr) {
9696
#include "codi/tools/data/externalFunctionUserData.hpp"
9797

9898
#if defined(HAVE_OMP)
99-
using su2double = codi::RealReverseIndexOpenMP;
99+
using su2double = codi::RealReverseIndexOpenMPGen<double, double>;
100100
#else
101101
#if defined(CODI_INDEX_TAPE)
102102
using su2double = codi::RealReverseIndex;

0 commit comments

Comments
 (0)