Changeset 1227


Ignore:
Timestamp:
Nov 21, 2008, 2:22:50 PM (16 years ago)
Author:
dkearney
Message:

adding MCR_INHIBIT_CTF_LOCK flag to prevent matlab from trying to create a lock on CTF file. it takes a long time before matlab fails. this was a problem on ccehub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/app-fermi/matlab/compiled/run_app.patch

    r1222 r1227  
    2727---
    2828> #  echo LD_LIBRARY_PATH is ${LD_LIBRARY_PATH};
    29 39c39,45
     2939c39,46
    3030< ./YOURAPPNAME $*
    3131---
    3232> #./YOURAPPNAME $*
    3333>
     34>   export MCR_INHIBIT_CTF_LOCK=1;
    3435>   appPath=`dirname $0`
    3536>   if [ "$appPath" = "" ]; then
Note: See TracChangeset for help on using the changeset viewer.