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 53584f7 commit 9fb1fdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion computer-platforms/docs/01_modules_make_batch_jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,26 @@ ssh-copy-id <my_user_id>@mahti.csc.fi
# Compiling and linking

Single file source code:

```bash
cc main.c -o main
```

<div class=column>

<small>
In practice programs 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>

</div>

<div class=column>
![](images/depend.png){.center width=20%}
![](images/depend.png){.center width=40%}
</div>

# Compiling and linking: possible problems
Expand Down

0 comments on commit 9fb1fdd

Please sign in to comment.