From e0762d1b7bf4ee008b634ea8825bd7a257abd0d5 Mon Sep 17 00:00:00 2001 From: soler2000 Date: Mon, 19 Jan 2015 10:07:34 +0000 Subject: [PATCH] Update run.pl Changed line 478 to --halt-on-error 1 -j+0 to -j3 --- run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.pl b/run.pl index 485c977d..cb59cdd7 100755 --- a/run.pl +++ b/run.pl @@ -475,7 +475,7 @@ sub getKeypoints { print SIFT_DEST $vlsiftJobs; close(SIFT_DEST); - run("\"$BIN_PATH/parallel\" --halt-on-error 1 -j+0 < \"$jobOptions{step_1_vlsift}\""); + run("\"$BIN_PATH/parallel\" --halt-on-error 1 -j3 < \"$jobOptions{step_1_vlsift}\""); if($args{"--end-with"} ne "getKeypoints"){ match();