Skip to content
New issue

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

Enhance grape_engine for mpi-operator based GAE deployment. #3829

Open
siyuan0322 opened this issue May 22, 2024 · 1 comment · May be fixed by #3982
Open

Enhance grape_engine for mpi-operator based GAE deployment. #3829

siyuan0322 opened this issue May 22, 2024 · 1 comment · May be fixed by #3982
Assignees

Comments

@siyuan0322
Copy link
Collaborator

siyuan0322 commented May 22, 2024

Currently we use run_app to launch jobs.

Use grape_engine to launch jobs and add several flags to ease the parameter passing.

And support running java applications by providing jar file to MPI operator.

@siyuan0322 siyuan0322 self-assigned this May 22, 2024
@siyuan0322 siyuan0322 changed the title Add a more formal driver for mpi-operator based GAE deployment. Enhance grape_engine for mpi-operator based GAE deployment. May 23, 2024
@yecol
Copy link
Collaborator

yecol commented May 23, 2024

  • considering Java apps
  • maybe add a flag to indicate whether the graph-engine run in server mode
    • if yes, expose REST/gRPC port;
    • if no, find and load the algorithm .so to run an analytical job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants