Skip to content
Snippets Groups Projects
Commit 8848e593 authored by Dominik Zobel's avatar Dominik Zobel
Browse files

Add slide about accessing data

parent db9bba1c
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
......@@ -531,6 +531,14 @@ issues in line 9 and 13
# Errors due to data access and communication
## Accessing data {.leftalign}
- Data has to be available and accessible
- Typical errors are out-of-bounds accesses
(resulting in a segmentation fault in languages like C)
- Usually manual checks are needed
## Postprocessing example (1/4)
- Extract data from netCDF file and calculate interpolation weights
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment