into out.log files located in experiment/node specific runtime
directories in /tmp.
Suggested by: Atanu Ghosh (some 2, 3 or more years ago)
Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
# and Technology through the research contract #IP-2003-143.
#
-# $Id: exec.tcl,v 1.70 2008/01/08 12:35:30 marko Exp $
+# $Id: exec.tcl,v 1.71 2008/01/31 10:56:56 marko Exp $
#****f* exec.tcl/nexec
nexec close_conf_file
}
- catch "nexec vimage $node_id $bootcmd $node_dir/boot.conf &"
+ catch "nexec vimage $node_id $bootcmd $node_dir/boot.conf >& $node_dir/out.log &"
}
#****f* exec.tcl/l3node.shutdown