Changeset 838fb6a
- Timestamp:
- Sep 17, 2007 3:05:02 PM (17 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 3529a90
- Parents:
- f70f9c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/splitter.pl
rf70f9c8 r838fb6a 153 153 if ($state eq "active") { 154 154 # First copy new scripts and hostinfo into the remote /proj 155 &scp_file("$tmpdir/ $tb/hostnames", "$user\@$host", $to_hostname) ||155 &scp_file("$tmpdir/hostnames", "$user\@$host", $to_hostname) || 156 156 return 0; 157 157 &ship_scripts($host, $user, $proj_dir) || return 0; … … 166 166 # First copy new scripts and hostinfo into the remote /proj (because 167 167 # the experiment exists, the directory tree should be there. 168 &scp_file("./hostnames", "$user\@$host", $to_hostname) || return 0; 168 &scp_file("$tmpdir/hostnames", "$user\@$host", $to_hostname) || 169 return 0; 169 170 &ship_scripts($host, $user, $proj_dir) || return 0; 170 171 &ship_configs($host, $user, "$tmpdir/$tb", $proj_dir) || return 0; … … 183 184 "$pid -e $eid $tclfile", "startexp") || return 0; 184 185 # First copy new scripts and hostinfo into the remote /proj 185 &scp_file("./hostnames", "$user\@$host", $to_hostname) || return 0; 186 &scp_file("$tmpdir/hostnames", "$user\@$host", $to_hostname) || 187 return 0; 186 188 &ship_scripts($host, $user, $proj_dir) || return 0; 187 189 &ship_configs($host, $user, "$tmpdir/$tb", $proj_dir) || return 0;
Note: See TracChangeset
for help on using the changeset viewer.