-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Reduce PRIMA binary size and suppress warning
Incorporate changes to PRIMA that allow us to not compile the other solvers. This reduces the binary from about 1.2MB to 840kB. Also the warning about compact unwind is suppressed. It comes from using AppleClang to link code compiled with gfortran. In theory it impacts exception handling but tests with exception in the objective function, constraint function, and in the C++ have shown no adverse effects.
- Loading branch information
1 parent
25bd6ba
commit 28aa2ee
Showing
2 changed files
with
11 additions
and
32 deletions.
There are no files selected for viewing
Submodule prima
updated
11 files
+1 −1 | .github/workflows/build_python.yml | |
+2 −2 | .github/workflows/compile_mex.yml | |
+1 −9 | .github/workflows/recursive_test_matlab.yml | |
+1 −9 | .github/workflows/stress_test_matlab.yml | |
+1 −9 | .github/workflows/test_matlab.yml | |
+28 −8 | c/prima.c | |
+13 −16 | fortran/tests/tools/flint | |
+13 −12 | fortran/tests/tools/mlint | |
+5 −3 | matlab/tests/private/testcu.m | |
+6 −0 | matlab/tests/prof.m | |
+2 −2 | matlab/tests/profile.m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters