| 351 | | |
| | 351 | ==== Run and Collect Information ==== |
| | 352 | Start an interactive job, |
| | 353 | {{{#!bash |
| | 354 | [fuji@cypress1 ~]$ idev |
| | 355 | }}} |
| | 356 | To collect information, run the code by |
| | 357 | {{{#!bash |
| | 358 | [fuji@cypress1 ~]$ inspxe-cl -collect=mi2 -app-working-dir=$PWD -result-dir=$PWD/results $PWD/mytest |
| | 359 | }}} |
| | 360 | See [https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-634DB62A-CE9B-4301-8530-BDF6C183AF1E.htm] for details. |
| | 361 | |
| | 362 | To show results, |
| | 363 | {{{#!bash |
| | 364 | [fuji@cypress1 ~]$ inspxe-cl -R problems -r $PWD/results |
| | 365 | }}} |
| | 366 | See [https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-1C6FCC6A-E343-40FF-BF31-B74567A554A8.htm] for details. |