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

tutorials: add flux mini run tutorial/example #202

Merged
merged 7 commits into from
Feb 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tutorials: remove trailing whitespace
Problem: There is some trailing whitespace in the flux mini submit
tutorial.

Remove it.
  • Loading branch information
Al Chu11 authored and mergify[bot] committed Feb 13, 2023
commit 987bf0e1dc2e6faf692e4c607715db814d310d2f
6 changes: 3 additions & 3 deletions tutorials/commands/flux-mini-submit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for each task. In the second submission, we are asking for our job to start 1
task on just one node with 2 cores allocated for the task.

There are many different options to customize your job submission. For further
details, please see :core:man1:`flux-mini`.
details, please see :core:man1:`flux-mini`.

A :ref:`jobID<fluid>` (e.g., ``ƒSUEFPDH``) is returned for every job submitted. You can view
the status of your running jobs with ``flux jobs``:
Expand All @@ -37,10 +37,10 @@ the status of your running jobs with ``flux jobs``:

$ flux jobs
JOBID USER NAME ST NTASKS NNODES TIME INFO
ƒSUEFPDH fluxuser my_other_s R 1 1 1.842s
ƒSUEFPDH fluxuser my_other_s R 1 1 1.842s
ƒM5k8m7m fluxuser my_compute R 4 2 3.255s

And that's it! If you have any questions, please
And that's it! If you have any questions, please
`let us know <https://github.com/flux-framework/flux-docs/issues>`_.

-------------------------------------
Expand Down