Changes between Version 5 and Version 6 of RemoteInputFiles
- Timestamp:
- Feb 20, 2013, 4:24:50 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteInputFiles
v5 v6 36 36 == Content-based file management == 37 37 38 This system is used by the [CondorBoinc Condor/BOINC interface].39 If may be useful for other systems as well.40 38 In this system, the name of a file on the BOINC server 41 39 is based on its MD5 hash; thus file immutability is automatic. … … 51 49 52 50 The following C++ interfaces are provided 53 (in samples/condor/job_rpc.cpp).51 (in lib/remote_submit.cpp). 54 52 This is to be called on the job submission host; 55 53 the files must exist on that host,