Commit 8b89e85
committed
fix submodules
1 parent 99141db commit 8b89e85
3 files changed
Lines changed: 3 additions & 3 deletions
- .clang-format+1
- cmake/codipack-config.cmake+1
- documentation/Changelog.md+1
- include/codi.hpp+3-1
- include/codi/config.h+42-4
- include/codi/expressions/activeTypeBase.hpp+6-6
- include/codi/expressions/activeTypeStatelessTape.hpp+153
- include/codi/expressions/binaryExpression.hpp+2-2
- include/codi/expressions/lhsExpressionInterface.hpp+3-2
- include/codi/expressions/real/binaryOperators.hpp+148-8
- include/codi/expressions/real/unaryOperators.hpp+232
- include/codi/expressions/referenceActiveType.hpp+1-1
- include/codi/expressions/unaryExpression.hpp+1-1
- include/codi/misc/eventSystem.hpp+59-3
- include/codi/misc/exceptions.hpp+12-5
- include/codi/misc/macros.hpp+1-1
- include/codi/misc/toConst.hpp+56
- include/codi/tapes/data/chunk.hpp+37-36
- include/codi/tapes/forwardEvaluation.hpp+17-17
- include/codi/tapes/jacobianBaseTape.hpp+12-4
- include/codi/tapes/jacobianLinearTape.hpp+4-4
- include/codi/tapes/jacobianReuseTape.hpp+8-4
- include/codi/tapes/primalValueBaseTape.hpp+16-4
- include/codi/tapes/primalValueLinearTape.hpp+6-6
- include/codi/tapes/primalValueReuseTape.hpp+3-3
- include/codi/tools/algorithms.hpp+2-2
- include/codi/tools/cuda/codiCUDA.hpp+54
- include/codi/tools/cuda/cudaFunctionAttributes.hpp+53
- include/codi/tools/data/hessian.hpp+1-1
- include/codi/tools/data/jacobian.hpp+1-1
- include/codi/tools/helpers/externalFunctionHelper.hpp+175-61
- include/codi/tools/helpers/openMPExternalFunctionHelper.hpp-520
- include/codi/tools/mpi/codiForwardMeDiPackTool.hpp+18-18
- include/codi/tools/mpi/codiReverseMeDiPackTool.hpp+22-22
- include/codi/tools/parallel/openmp/codiOpenMP.hpp+7-3
- include/codi/tools/parallel/openmp/openMPAtomic.hpp+9-9
- include/codi/tools/parallel/openmp/openMPSynchronization.hpp+65
- include/codi/tools/parallel/openmp/openMPThreadInformation.hpp+1-1
- include/codi/tools/parallel/parallelToolbox.hpp+8-2
- include/codi/tools/parallel/readWriteMutex.hpp+6-3
- include/codi/tools/parallel/synchronizationInterface.hpp+75
- include/codi/tools/parallel/threadInformationInterface.hpp+16
- include/codi/traits/numericLimits.hpp+12-6
- tests/general/Makefile.drivers+1
- tests/general/include/tests/expressions/testTwoArgumentExpr1.hpp+4-7
- tests/general/include/tests/expressions/testTwoArgumentExpr2.hpp+4-1
- tests/general/results/deriv0th/TwoArgumentExpr1.out+36-111
- tests/general/results/deriv0th/TwoArgumentExpr2.out+54
- tests/general/results/deriv1st/TwoArgumentExpr1.out+50-125
- tests/general/results/deriv1st/TwoArgumentExpr2.out+54
- tests/general/results/deriv2nd/TwoArgumentExpr1.out-299
- tests/general/results/deriv2nd/TwoArgumentExpr2.out+216
0 commit comments