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

Fix StreamFlow MPI example #95

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Fix StreamFlow MPI example #95

merged 1 commit into from
Mar 14, 2023

Conversation

GlassOfWhiskey
Copy link
Member

Prior to this commit, the MPI example was not working for these reasons:

  • When scheduling a job on multiple locations the STREAMFLOW_HOSTS variable was not correctly populated;
  • Helm connector had some issues with file transfers and tar streaming;
  • DockerCompose connector had issues with parsing available locations. All these issues are solved by this fix, which also fixes Error using Helm connector with MPI example #82.

Prior to this commit, the MPI example was not working for these reasons:
 - When scheduling a job on multiple locations the STREAMFLOW_HOSTS variable
   was not correctly populated;
 - Helm connector had some issues with file transfers and tar streaming;
 - DockerCompose connector had issues with parsing available locations.
All these issues are solved by this fix, which also fixes #82.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error using Helm connector with MPI example
1 participant