summaryrefslogtreecommitdiff
path: root/vest
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-29 17:14:20 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-29 17:14:20 +0000
commit321b5cfe9ce2a84e62cdd185b55cbac5c133b549 (patch)
tree4af43747c66003d4293c40308e0523295fb0c4f8 /vest
parentfa91c76321460773e0de7fc077db5a3c919eb89b (diff)
debug msg
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@55 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-rwxr-xr-xvest/parallelize.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vest/parallelize.pl b/vest/parallelize.pl
index b7e7427e..d89dcd33 100755
--- a/vest/parallelize.pl
+++ b/vest/parallelize.pl
@@ -264,6 +264,7 @@ sub launch_job_on_node {
$jobid =~ s/^(\d+)(.*?)$/\1/g;
$jobid =~ s/^Your job (\d+) .*$/\1/;
print STDERR " short job id $jobid\n";
+ if ($verbose){ print STDERR "cmd: $cmd\n"; }
if ($joblist == "") { $joblist = $jobid; }
else {$joblist = $joblist . "\|" . $jobid; }
my $cleanfn="`qdel $jobid 2> /dev/null`";