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

Add Pi calculation program in examples #23

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

xyloid
Copy link

@xyloid xyloid commented Nov 3, 2021

A simple pi calculation example is added. The pi program can be deployed with default scheduler and kubeflux scheduler. Those can be used to test kubeflux scheduler. 3 YAML files are included, which can be used to deploy batch jobs:

  • pi-job-default.yaml in this configuration, default scheduler is used to schedule those pods.
  • pi-job-kubeflux.yaml in this configuration, kubeflux is used to schedule those pods.
  • pi-job-kubeflux-segfault.yaml: those pods will end up in PodFailed PodPhase, exit code 139.

A simple pi calculation example is added.
The pi program can be deployed with default
scheduler and kubeflux scheduler. Those can
be used to test kubeflux scheduler.
@cmisale cmisale merged commit 200cd08 into flux-framework:main Nov 4, 2021
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.

2 participants