Changeset 8412883 for fedkit/splitter.pl


Ignore:
Timestamp:
Oct 5, 2007 10:28:55 AM (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:
0404558
Parents:
33548e1
Message:

Documentation of variable expansion in startcmds and some touch ups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/splitter.pl

    r33548e1 r8412883  
    890890Value in seconds after which a swap-in operatioin will be considered a success.
    891891Often long swap-ins will hang when there are partial failures.  This works
    892 around this issue.
     892around this issue.  (This behavior can be requested on the command line by
     893specifying B<-t> I<secs>.)
    893894
    894895=item FailSoft
    895896
    896 If not set, failure of any sub experiment swaps the rest out.  Setting this to any value avoids this swap out.  (Also B<-F>.)
     897If not set, failure of any sub experiment swaps the rest out.  Setting this to
     898any value avoids this swap out.  (This behavior can be requested on the command
     899line by specifying B<-F>.)
    897900
    898901=back
     
    936939
    937940The start command to run on experimental nodes when this testbed is used as a
    938 slave.  In all the start commands the string FEDDIR will be replaced by the
    939 local experiment's federation scripts directory and the string GWCONF replaced
    940 by the gatway configuration file.
     941slave.  In all the start commands the following string substitutions are made:
     942
     943=over 10
     944
     945=item FEDDIR
     946
     947The local experiment's federation scripts directory.  Each local experiment
     948will have this replaced by the scripts directory on its local boss.
     949
     950=item GWCONF
     951
     952The full pathname of the gateway configuration file.  As with FEDDIR, this is
     953on the local boss.
     954
     955=item PROJDIR
     956
     957The project directory on the local boss.
     958
     959=item EID
     960
     961The local experiment name.
     962
     963=back
     964
     965All startcmds specified in F<testbeds> undergo these expansions.
    941966
    942967=item SlaveConnectorStartCmd
    943968
    944969The start command to run on gateway nodes when this testbed is used as a slave.
    945 The same string substitutions are made in this command as in experiment start.
     970The same string substitutions are made in this command as in SlaveNodeStartCmd.
    946971
    947972=item MasterNodeStartCmd
     
    949974The start command to run on experimental nodes when this testbed is used as a
    950975master.  The same string substitutions are made in this command as in
    951 experiment start.
     976SlaveNodeStartCmd.
    952977
    953978=item MasterConnectorStartCmd
     
    955980The start command to run on gateway nodes when this testbed is used as a
    956981master.  The same string substitutions are made in this command as in
    957 experiment start.
     982SlaveNodeStartCmd.
    958983
    959984=item ConnectorImage
     
    9761001
    9771002=back
    978 
    9791003
    9801004=head1 ENVIRONMENT
     
    9841008environment.
    9851009
     1010=head1 BUGS
     1011
     1012A deprecated B<-N> flag was used to select testbeds file format.  Only one
     1013format is supported now, and B<-N> generates a warning, but otherwise does not
     1014affect B<splitter.pl>.
     1015
    9861016=head1 SEE ALSO
    9871017
Note: See TracChangeset for help on using the changeset viewer.