- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whether Intel provides that in particular, I do not know, but if you consult the Fortran Wiki at fortranwiki.org and search for "unit testing", you will find a number of solutions. My own, called ftnunit, consists of a Fortran library and some additional tools. The basic idea is that you write a bunch of small subroutines that exercise the code you want to test and check that the outcome is as expected. The framework then exercises these subroutines and keeps track of the results. Much in fact like any such framework ;).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel doesn't offer a testing framework, but it does offer a coverage analysis tool that you can use with your own framework to determine if all of your code is being exercised. There's also a "test prioritization" tool to help you optimize your testing. See https://software.intel.com/en-us/fortran-compiler-developer-guide-and-reference-pgo-tools

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page