edit

David Anderson 2024-11-14 00:42:08 -08:00
parent 1690c0cd41
commit 64653dbbd7
1 changed files with 2 additions and 2 deletions

@ -48,12 +48,12 @@ project/buda_apps/
Note: you can build this hierarchy manually but Note: you can build this hierarchy manually but
typically it's maintained by a job-submission system; see below. typically it's maintained by a job-submission system; see below.
This is similar to BOINC's hierarchy of apps and app versions, This is similar to BOINC's hierarchy of apps and app versions, except:
except that
* It's represented in a directory hierarchy, not in database tables * It's represented in a directory hierarchy, not in database tables
* Science app versions are not associated with platforms * Science app versions are not associated with platforms
(they don't have to be since we're using Docker). (they don't have to be since we're using Docker).
* It stores only the current version, not a sequence of versions.
## BUDA is not polymorphic ## BUDA is not polymorphic