Changeset 838fb6a for fedkit


Ignore:
Timestamp:
Sep 17, 2007 3:05:02 PM (17 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
3529a90
Parents:
f70f9c8
Message:

getting hostnames from the current directory - should be from tmpdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/splitter.pl

    rf70f9c8 r838fb6a  
    153153    if ($state eq "active") {
    154154        # 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) ||
    156156            return 0;
    157157        &ship_scripts($host, $user, $proj_dir) || return 0;
     
    166166        # First copy new scripts and hostinfo into the remote /proj (because
    167167        # 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;
    169170        &ship_scripts($host, $user, $proj_dir) || return 0;
    170171        &ship_configs($host, $user, "$tmpdir/$tb", $proj_dir) || return 0;
     
    183184            "$pid -e $eid $tclfile", "startexp") || return 0;
    184185        # 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;
    186188        &ship_scripts($host, $user, $proj_dir) || return 0;
    187189        &ship_configs($host, $user, "$tmpdir/$tb", $proj_dir) || return 0;
Note: See TracChangeset for help on using the changeset viewer.