| | 5 | The stuff initially printed out is as follows: |
| | 6 | |
| | 7 | {{{ |
| | 8 | MiniMP version 1.0 |
| | 9 | URL: http://vsl.cis.udel.edu |
| | 10 | |
| | 11 | Minimp initialized with 1 process |
| | 12 | Program runs in compare mode. |
| | 13 | Program parsed succesfully. |
| | 14 | IR generated succesfully. |
| | 15 | }}} |
| | 16 | |
| | 17 | Can we replace that instead with the following form: |
| | 18 | |
| | 19 | {{{ |
| | 20 | +----------------------------------------------------------------------+ |
| | 21 | | TASS: Toolkit for Accurate Scientific Software | |
| | 22 | | version 1.0 1 Sep 2009 http://vsl.cis.udel.edu/tass | |
| | 23 | +----------------------------------------------------------------------+ |
| | 24 | |
| | 25 | Function : compare |
| | 26 | specification : foo.mmp (np=1) |
| | 27 | implementation : bar.mmp (np=5) |
| | 28 | Deadlock detection: potential [absolute, ignore] |
| | 29 | Reduction : Urgent [Standard] |
| | 30 | |
| | 31 | [etc. for any other options] |
| | 32 | }}} |
| | 33 | |
| | 34 | For verify model, the Function is "verify" and instead of specification and implementation, just "model". |
| | 35 | |
| | 36 | The stuff about parsing and the IR should only be printed out if the verbose option is selected. |