[ARVADOS] updated: 5f64ae1ff9649c01bc95ec86c26624730f9de724

git at public.curoverse.com git at public.curoverse.com
Thu Feb 20 14:16:53 EST 2014


Summary of changes:
 sdk/cli/bin/crunch-job |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  5f64ae1ff9649c01bc95ec86c26624730f9de724 (commit)
      from  5f8c016420fa751db68409d9047d3111f7e4a12a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 5f64ae1ff9649c01bc95ec86c26624730f9de724
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Feb 20 14:18:01 2014 -0500

    Changed JOB_WORK to TASK_WORK in mounting keep directory.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 370e818..a7b88c9 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -546,7 +546,7 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
     $ENV{"TASK_SLOT_NODE"} = $slot[$childslot]->{node}->{name};
     $ENV{"TASK_SLOT_NUMBER"} = $slot[$childslot]->{cpu};
     $ENV{"TASK_WORK"} = $ENV{"JOB_WORK"}."/".$slot[$childslot]->{cpu};
-    $ENV{"TASK_KEEPMOUNT"} = $ENV{"JOB_WORK"}."/keep";
+    $ENV{"TASK_KEEPMOUNT"} = $ENV{"TASK_WORK"}."/keep";
     $ENV{"TASK_TMPDIR"} = $ENV{"TASK_WORK"}; # deprecated
     $ENV{"CRUNCH_NODE_SLOTS"} = $slot[$childslot]->{node}->{ncpus};
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list