Changes between Version 4 and Version 5 of RemoteJob
- Timestamp:
- Sep 9, 2010, 4:03:29 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJob
v4 v5 17 17 For details please see the paper T. Giorgino, M. J. Harvey and G. De Fabritiis, ''Distributed computing as a virtual supercomputer: Tools to run and manage large-scale BOINC simulations'', Comp. Phys. Commun. 181, 1402 (2010). [[http://boinc.berkeley.edu/rboinc.pdf pdf]] 18 18 19 == Notes==19 == Summary == 20 20 21 (This section to be fixed.) 21 22 The software should be fairly self-explanatory, but installation may be tricky. Here's a general overview 22 23 … … 39 40 40 41 41 == Syntax for workunittemplate files ==42 == Annotating the WU template files == 42 43 43 44 Workunit template files should be marked as RBoinc-enabled at the top. This marks the template as RBoinc-enabled and thus ''scientist-visible'' as an application. This is achieved prepending the following tag to the relevant workunit template: … … 74 75 75 76 76 == Syntax for resultstemplate files ==77 == Annotating the result template files == 77 78 78 79 Results template files are annotated with RBoinc-specific tags which identify which results should be transferred back to the scientist's workstation. The same tags can be used to build output-input ''chains'', i.e. to automatically submit new workunits as continuations of successfully-completed ones.