Skip to content

Commit

Permalink
fix submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag committed Dec 6, 2023
1 parent 99141db commit 8b89e85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion externals/codi
Submodule codi updated 52 files
+1 −0 .clang-format
+1 −0 cmake/codipack-config.cmake
+1 −0 documentation/Changelog.md
+3 −1 include/codi.hpp
+42 −4 include/codi/config.h
+6 −6 include/codi/expressions/activeTypeBase.hpp
+153 −0 include/codi/expressions/activeTypeStatelessTape.hpp
+2 −2 include/codi/expressions/binaryExpression.hpp
+3 −2 include/codi/expressions/lhsExpressionInterface.hpp
+148 −8 include/codi/expressions/real/binaryOperators.hpp
+232 −0 include/codi/expressions/real/unaryOperators.hpp
+1 −1 include/codi/expressions/referenceActiveType.hpp
+1 −1 include/codi/expressions/unaryExpression.hpp
+59 −3 include/codi/misc/eventSystem.hpp
+12 −5 include/codi/misc/exceptions.hpp
+1 −1 include/codi/misc/macros.hpp
+56 −0 include/codi/misc/toConst.hpp
+37 −36 include/codi/tapes/data/chunk.hpp
+17 −17 include/codi/tapes/forwardEvaluation.hpp
+12 −4 include/codi/tapes/jacobianBaseTape.hpp
+4 −4 include/codi/tapes/jacobianLinearTape.hpp
+8 −4 include/codi/tapes/jacobianReuseTape.hpp
+16 −4 include/codi/tapes/primalValueBaseTape.hpp
+6 −6 include/codi/tapes/primalValueLinearTape.hpp
+3 −3 include/codi/tapes/primalValueReuseTape.hpp
+2 −2 include/codi/tools/algorithms.hpp
+54 −0 include/codi/tools/cuda/codiCUDA.hpp
+53 −0 include/codi/tools/cuda/cudaFunctionAttributes.hpp
+1 −1 include/codi/tools/data/hessian.hpp
+1 −1 include/codi/tools/data/jacobian.hpp
+175 −61 include/codi/tools/helpers/externalFunctionHelper.hpp
+0 −520 include/codi/tools/helpers/openMPExternalFunctionHelper.hpp
+18 −18 include/codi/tools/mpi/codiForwardMeDiPackTool.hpp
+22 −22 include/codi/tools/mpi/codiReverseMeDiPackTool.hpp
+7 −3 include/codi/tools/parallel/openmp/codiOpenMP.hpp
+9 −9 include/codi/tools/parallel/openmp/openMPAtomic.hpp
+65 −0 include/codi/tools/parallel/openmp/openMPSynchronization.hpp
+1 −1 include/codi/tools/parallel/openmp/openMPThreadInformation.hpp
+8 −2 include/codi/tools/parallel/parallelToolbox.hpp
+6 −3 include/codi/tools/parallel/readWriteMutex.hpp
+75 −0 include/codi/tools/parallel/synchronizationInterface.hpp
+16 −0 include/codi/tools/parallel/threadInformationInterface.hpp
+12 −6 include/codi/traits/numericLimits.hpp
+1 −0 tests/general/Makefile.drivers
+4 −7 tests/general/include/tests/expressions/testTwoArgumentExpr1.hpp
+4 −1 tests/general/include/tests/expressions/testTwoArgumentExpr2.hpp
+36 −111 tests/general/results/deriv0th/TwoArgumentExpr1.out
+54 −0 tests/general/results/deriv0th/TwoArgumentExpr2.out
+50 −125 tests/general/results/deriv1st/TwoArgumentExpr1.out
+54 −0 tests/general/results/deriv1st/TwoArgumentExpr2.out
+0 −299 tests/general/results/deriv2nd/TwoArgumentExpr1.out
+216 −0 tests/general/results/deriv2nd/TwoArgumentExpr2.out
2 changes: 1 addition & 1 deletion externals/mel
2 changes: 1 addition & 1 deletion subprojects/CoolProp
Submodule CoolProp updated 104 files

0 comments on commit 8b89e85

Please sign in to comment.