Brad Bell
Brad Bell
I fixed `make check` so it includes the multi_thread examples; see https://github.com/coin-or/CppAD/commit/3667ead45b6085d4fd75bbd18d15b633eb5b75bb
Looking at https://github.com/coin-or/CppAD/pull/117/commits/bc40d0ff4869b76e9d0fc1aec947d21523c72d6b It seems the `omp` library may be system specific and that perhaps it would be better to use OpenMP_CXX_LIB_NAMES; see https://cmake.org/cmake/help/latest/module/FindOpenMP.html ?
It seems to me that the variable ``` OpenMP__FLAGS OpenMP compiler flags for , separated by spaces. ``` with = CXX should have all the necessary flags for the system...
I have started a branch for testing ideas related to github actions; see https://github.com/coin-or/CppAD/tree/actions
Using github actions on macos-latest,(on the actions branch) I get the following message ``` /Users/runner/work/CppAD/CppAD/include/cppad/core/check_for_nan.hpp:211:21: warning: 'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security...
I have done a lot of testing and cannot figure out why cmake on the macos-latest platform is not finding mkstemp. Here is a a very similar test script that...
@proyan Sorry for the delay here. I was very busy with some things for work and forgot about this pull request. If you ware willing to maintain the files in...
Would you please provide a simple program that uses CppAD an generates this error message.
@hujunchao Is this still a problem for you ?
Can you provide a short example, with as small a matrix as possible, that demonstrates the problem ?