-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update differentiated files to latest tapenade version #89
Conversation
Codecov Report
@@ Coverage Diff @@
## main #89 +/- ##
=======================================
Coverage 73.31% 73.31%
=======================================
Files 6 6
Lines 757 757
=======================================
Hits 555 555
Misses 202 202 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the Tapenade make process so that running make -f Makefile_tapenade
by default runs ad_forward
and ad_reverse
? It would also be nice to clean up the temp_forward
and temp_reverse
directories.
@sseraj updated the Makefile rules a bit as you suggested. I also made minor adjustments to autoedit scripts to check input and reduce code duplication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning up the build process!
Purpose
This PR updates the AD'd files to the latest Tapenade version. The ADFirstAidKit files are also updated. Current pinned Tapenade version (Jul 2021) creates nonstandard type declarations, so postprocessing steps are added.
Expected time until merged
Few days
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable