Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/12 19:41:52 (12 years ago)
Author:
ascheibe
Message:

#1700 added configuration of number of cores used for calculation to slave

Location:
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs

    r7014 r7777  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.239
     4//     Runtime Version:4.0.30319.530
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2626        [global::System.Configuration.UserScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("00:00:20")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("00:00:40")]
    2929        public global::System.TimeSpan HeartbeatInterval {
    3030            get {
     
    299299            }
    300300        }
     301       
     302        [global::System.Configuration.UserScopedSettingAttribute()]
     303        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     304        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
     305        public int NrOfCoresToScavenge {
     306            get {
     307                return ((int)(this["NrOfCoresToScavenge"]));
     308            }
     309            set {
     310                this["NrOfCoresToScavenge"] = value;
     311            }
     312        }
    301313    }
    302314}
  • trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings

    r7014 r7777  
    44  <Settings>
    55    <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User">
    6       <Value Profile="(Default)">00:00:20</Value>
     6      <Value Profile="(Default)">00:00:40</Value>
    77    </Setting>
    88    <Setting Name="LastUsedFileName" Type="System.String" Scope="User">
     
    7272      <Value Profile="(Default)">00:00:20</Value>
    7373    </Setting>
     74    <Setting Name="NrOfCoresToScavenge" Type="System.Int32" Scope="User">
     75      <Value Profile="(Default)">-1</Value>
     76    </Setting>
    7477  </Settings>
    7578</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.