You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvement on sections and table for flux commands, and
addition of flux accounting to container (likely will not
easily work).
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Copy file name to clipboardExpand all lines: 2024-RADIUSS-AWS/JupyterNotebook/README.md
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,40 @@ to build them unless you are developing or changing them.
32
32
33
33
If you do build (and use a different name) be sure to push your images to a public registry (or load them locally to your development cluster).
34
34
35
-
35
+
### TODO
36
+
37
+
After we add the flux-accounting:
38
+
- after flux resource list, to see queues available (flux queue list)
39
+
40
+
- more carbon copy examples
41
+
- move flux batch aboe hierarchy
42
+
- transition into "what if I flux batch in my flux batch" (in my interactive allocation)
43
+
- yooo dawg
44
+
- check out riken tutorial for example
45
+
- drop the tree thing
46
+
- drop the throughput thing
47
+
- better way to render script in the notebook
48
+
- "construct a job submission object, called a jobspec"
49
+
- Python, make handle, create job description (jobspec), submit and info (monitor)
50
+
- collapse json dump
51
+
- add watch / track events for some job
52
+
- reproduce cheese / pancakes example here
53
+
- how to list jobs
54
+
- hot to get output for a job
55
+
- figure out way to collapse the last section
56
+
- typo at top of chapter 2
57
+
- do a section for flux exec? (show doing something across our "nodes"
58
+
- move flux archive into main tutorial
59
+
- Plumbing to Porcelain - "the toilet vs. the pipes" 💩️🚽️
60
+
- squash Deep Dive into section above it
61
+
- set up flux-accounting and see if it works
62
+
- how to specify a bank for a job
63
+
- list banks (all) - flux account view-bank --tree
64
+
- specify banks - flux account view user $USER
65
+
66
+
- Chapter 2: Flux Plumbing 💩️🚽️
67
+
- add flux job submit, show --dry-run
68
+
36
69
## Local Usage
37
70
38
71
While the tutorial here is intended for deployment on AWS or Google Cloud, you can also give it a try on your local machine with a single container! You will need to [install Docker](https://docs.docker.com/engine/install/). When you have Docker available, you can build and run the tutorial with:
0 commit comments