Changeset 1227 for trunk/examples/app-fermi
- Timestamp:
- Nov 21, 2008, 2:22:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/app-fermi/matlab/compiled/run_app.patch
r1222 r1227 27 27 --- 28 28 > # echo LD_LIBRARY_PATH is ${LD_LIBRARY_PATH}; 29 39c39,4 529 39c39,46 30 30 < ./YOURAPPNAME $* 31 31 --- 32 32 > #./YOURAPPNAME $* 33 33 > 34 > export MCR_INHIBIT_CTF_LOCK=1; 34 35 > appPath=`dirname $0` 35 36 > if [ "$appPath" = "" ]; then
Note: See TracChangeset
for help on using the changeset viewer.