#========================================================= # # mg.properties # # *Note: Only 'mg.homemachine' field is mandatory # #========================================================= #home machine fully qualified domain name mg.name = #the RMI port number that will be used by MyGrid mg.port = 1099 #Public address by which the machine can be contacted #mg.externalname = #indicates which scheduling heuristic must be used by MyGrid during the task-to-processor assignments #(options: workqueue or storageAffinity) #mg.heuristic = workqueue #The maximum number of replicas of a task #mg.maxreplicas = 1 #The maximum number of attempts to execute a task #mg.maxfails = 3 #The maximum number of blacklist fails. This determines how many times #a machine can fail inside a job. If the job has less tasks than this #number then the machine will fail once in each task. #mg.max.blacklist.fails = 10 #The property key for the DataDiscovery cache #(options: yes or no) #mg.cache.ddfile = no #The default GDF (Grid Definition File) to automatically set the Grid #mg.default.gdf = #Security options, ALL must be set for security to work. These options are OFF be default #mg.security = no #mg.secureport = #mg.keystorefilename = #mg.keystorepassword = #mg.truststorefilename = #mg.truststorepassword =