- Timestamp:
- Oct 5, 2007 10:28:55 AM (17 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 0404558
- Parents:
- 33548e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/splitter.pl
r33548e1 r8412883 890 890 Value in seconds after which a swap-in operatioin will be considered a success. 891 891 Often long swap-ins will hang when there are partial failures. This works 892 around this issue. 892 around this issue. (This behavior can be requested on the command line by 893 specifying B<-t> I<secs>.) 893 894 894 895 =item FailSoft 895 896 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>.) 897 If not set, failure of any sub experiment swaps the rest out. Setting this to 898 any value avoids this swap out. (This behavior can be requested on the command 899 line by specifying B<-F>.) 897 900 898 901 =back … … 936 939 937 940 The 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. 941 slave. In all the start commands the following string substitutions are made: 942 943 =over 10 944 945 =item FEDDIR 946 947 The local experiment's federation scripts directory. Each local experiment 948 will have this replaced by the scripts directory on its local boss. 949 950 =item GWCONF 951 952 The full pathname of the gateway configuration file. As with FEDDIR, this is 953 on the local boss. 954 955 =item PROJDIR 956 957 The project directory on the local boss. 958 959 =item EID 960 961 The local experiment name. 962 963 =back 964 965 All startcmds specified in F<testbeds> undergo these expansions. 941 966 942 967 =item SlaveConnectorStartCmd 943 968 944 969 The 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.970 The same string substitutions are made in this command as in SlaveNodeStartCmd. 946 971 947 972 =item MasterNodeStartCmd … … 949 974 The start command to run on experimental nodes when this testbed is used as a 950 975 master. The same string substitutions are made in this command as in 951 experiment start.976 SlaveNodeStartCmd. 952 977 953 978 =item MasterConnectorStartCmd … … 955 980 The start command to run on gateway nodes when this testbed is used as a 956 981 master. The same string substitutions are made in this command as in 957 experiment start.982 SlaveNodeStartCmd. 958 983 959 984 =item ConnectorImage … … 976 1001 977 1002 =back 978 979 1003 980 1004 =head1 ENVIRONMENT … … 984 1008 environment. 985 1009 1010 =head1 BUGS 1011 1012 A deprecated B<-N> flag was used to select testbeds file format. Only one 1013 format is supported now, and B<-N> generates a warning, but otherwise does not 1014 affect B<splitter.pl>. 1015 986 1016 =head1 SEE ALSO 987 1017
Note: See TracChangeset
for help on using the changeset viewer.