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
1. Answer the following in {index}`hpc.md` of your KWL repo: (to think about how the design of the system we used in class impacts programming and connect it to other ideas taught in CS)
3
+
```
4
+
1. What kinds of things would your code need to do if you were going to run it on an HPC system?
5
+
2. What sbatch options seem the most helpful?
6
+
3. How might you go about setting the time limits for a script? How could you estimate how long a script will take?
1. Answer the following in {index}`hpc.md` of your KWL repo: (to think about how the design of the system we used in class impacts programming and connect it to other ideas taught in CS)
3
+
```
4
+
1. What kinds of things would your code need to do if you were going to run it on an HPC system?
5
+
1. What sbatch options seem the most helpful?
6
+
1. How might you go about setting the time limits for a script? How could you estimate how long a script will take?
Copy file name to clipboardExpand all lines: notes/2025-10-16.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,22 +473,16 @@ Ayman
473
473
+++{"lesson_part": "main","type":"heading"}
474
474
475
475
476
-
476
+
(nesting)=
477
477
## Nesting commands
478
478
479
479
480
-
+++{"lesson_part": "main"}
481
480
We can run a command to generate the list by putting it inside `$()` to run that command first. Think kind of like PEMDAS and the `$` in bash is for variables.
0 commit comments