diff options
| author | Leo Chan <leochanj@live.unc.edu> | 2020-10-22 01:53:21 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 01:56:35 -0400 |
| commit | d17b33131c14864bd1eae275f49a3f148e21cf29 (patch) | |
| tree | 0d8f77922e8d193cb0f6edab83018f057aad64a0 /SD-VBS/benchmarks/sift/data/sim/m_run.txt | |
| parent | 601ed25a4c5b66cb75315832c15613a727db2c26 (diff) | |
Squashed commit of the sb-vbs branch.
Includes the SD-VBS benchmarks modified to:
- Use libextra to loop as realtime jobs
- Preallocate memory before starting their main computation
- Accept input via stdin instead of via argc
Does not include the SD-VBS matlab code.
Fixes libextra execution in LITMUS^RT.
Diffstat (limited to 'SD-VBS/benchmarks/sift/data/sim/m_run.txt')
| -rw-r--r-- | SD-VBS/benchmarks/sift/data/sim/m_run.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/sift/data/sim/m_run.txt b/SD-VBS/benchmarks/sift/data/sim/m_run.txt new file mode 100644 index 0000000..eb860cf --- /dev/null +++ b/SD-VBS/benchmarks/sift/data/sim/m_run.txt | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | Executing Matlab version of the benchmark sift | ||
| 2 | sift | ||
| 3 | Warning: Unable to open display , MATLAB is starting without a display. | ||
| 4 | You will not be able to display graphics on the screen. | ||
| 5 | Warning: No window system found. Java option 'MWT' ignored | ||
| 6 | |||
| 7 | < M A T L A B > | ||
| 8 | Copyright 1984-2006 The MathWorks, Inc. | ||
| 9 | Version 7.3.0.298 (R2006b) | ||
| 10 | August 03, 2006 | ||
| 11 | |||
| 12 | |||
| 13 | To get started, type one of these: helpwin, helpdesk, or demo. | ||
| 14 | For product information, visit www.mathworks.com. | ||
| 15 | |||
| 16 | Warning: Function /h/g2/kvs/Desktop/VBS_Ver1.1/common/randn.m has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. | ||
| 17 | > In path at 113 | ||
| 18 | In script_run_profile at 3 | ||
| 19 | We need pathName and fileName as inputs here | ||
| 20 | DONE WITH MATLAB PRINT | ||
| 21 | Computing frames and descriptors. | ||
| 22 | >> quit | ||
