We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objective:
Specification:
Job
Stages
Contexts
Key-value Store Service
Stage
Controller Task
Compute Tasks
Controller Tasks
Group Communication
BroadCast
Reduce
Gatter
Scatter
Compute Task
initialize
run
cleanup
The text was updated successfully, but these errors were encountered:
Closed via #19.
Sorry, something went wrong.
No branches or pull requests
Objective:
Specification:
Job
consists of one or moreStages
Stages
are executed on the same evaluators, which maintainContexts
, stage by stageStages
usingKey-value Store Service
Stage
follows a BSP programming modelStage
consists of oneController Task
and one or more homogeneousCompute Tasks
Controller Tasks
andCompute Tasks
communicate each other throughGroup Communication
Group Communication
includesBroadCast
,Reduce
,Gatter
, andScatter
of arbitrary types of dataCompute Task
andController Task
consists ofinitialize
,run
, andcleanup
step.The text was updated successfully, but these errors were encountered: