Changes between Version 84 and Version 85 of ProjectOptions
- Timestamp:
- Mar 2, 2009, 3:45:31 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v84 v85 209 209 == Scheduling: data distribution == 210 210 {{{ 211 <choose_download_url_by_timezone> 0|1 </choose_download_url_by_timezone> 212 }}} 211 <replace_download_url_by_timezone>URL</replace_download_url_by_timezone> 212 }}} 213 OUTDATED: BERND, PLEASE UPDATE. 213 214 When the scheduler sends work to hosts, it replaces the download URL appearing in the data and executable file descriptions with the download URL closest to the host's timezone. The project must provide a two-column file called 'download_servers' in the project root directory. This is a list of all download servers that will be inserted when work is sent to hosts. The first column is an integer listing the server's offset in seconds from UTC. The second column is the server URL in the format such as !http://einstein.phys.uwm.edu. The download servers must have identical file hierarchies and contents, and the path to file and executables must start with '/download/...' as in '!http://X/download/123/some_file_name'. 214 215 {{{