Skip to content

Commit

Permalink
matlabpool close complains, so squelch it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz J Malisiewicz committed Sep 24, 2012
1 parent c281778 commit 8931b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ screen -L -c animrc

#The process string calls a matlab and tries to execute some command in a try catch block, this command is passed on the command line
#export PROCESS_STRING="(/afs/csail.mit.edu/system/amd64_linux26/matlab/latest/bin/matlab -nodesktop -nosplash -r \"try,cd ~/exemplarsvm/; addpath(genpath(pwd)); ${PROC};,catch,disp('Error with script');end;exit(1);\")"
export PROCESS_STRING="(~/linux-jedi-files/bin/mytop 400 && /afs/csail.mit.edu/system/amd64_linux26/matlab/latest/bin/matlab -nodesktop -nosplash -r \"try,cd /csail/vision-torralba6/people/tomasz/icp_kinect; addpath(genpath(pwd)); ${PROC};,catch,disp('Error with script');end;matlabpool close; exit(1);\")"
export PROCESS_STRING="(~/linux-jedi-files/bin/mytop 400 && /afs/csail.mit.edu/system/amd64_linux26/matlab/latest/bin/matlab -nodesktop -nosplash -r \"try,cd /csail/vision-torralba6/people/tomasz/icp_kinect; addpath(genpath(pwd)); ${PROC};,catch,disp('Error with script');end; exit(1);\")"

#STARTID is a temporary counter variable
STARTID='1'
Expand Down

0 comments on commit 8931b6b

Please sign in to comment.