Hi Guchun On Friday 03 Feb 2012 16:57:37 Guchun Zhang wrote: > Hi Barry, > > The STDOUT files location issue can be solved by changing > > Line 1046 in experiment.perl from > > -- `qsub $qsub_args -e $step.STDERR $step -o $step.STDOUT`; > > to > > ++ `qsub $qsub_args -e $step.STDERR -o $step.STDOUT $step`; >
Thanks - I've checked in your fix > About the PATH=..... : command not found issue, is it safe to remove it > from the script? I think it's trying to reset the PATH environment variable > of all the execution nodes to be same as that of the head node, which is > not permitted in bash as I understand. > Are you sure your nodes are using bash? It should be possible to change the path. cheers - Barry _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
