Skip to content

Commit

Permalink
Update 01_modules_make_batch_jobs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Jun 14, 2024
1 parent 9fb1fdd commit 211b47e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion computer-platforms/docs/01_modules_make_batch_jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ cc main.c -o main
<div class=column>

<small>
In practice programs be separated into several files
In practice programs are separated into several files
<br>$\Rightarrow$ complicated dependency structures
- Building large programs takes time
- could we just rebuild the parts that changed?
Expand All @@ -131,6 +131,17 @@ cc main.c -o main

# Compiling and linking: possible problems

<small>
- Programs should usually be separated into several files
<br>$\Rightarrow$ complicated dependency structures
- Building large programs takes time
- could we just rebuild the parts that changed?
- Having different options when building
- debug versions, enabling/disabling features, etc.
</small>

# Compiling and linking: possible problems

- Programs should usually be separated into several files
<br>$\Rightarrow$ complicated dependency structures
- Building large programs takes time
Expand Down

0 comments on commit 211b47e

Please sign in to comment.