Skip to content

Commit

Permalink
Updated schedule for this year
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeroux committed May 31, 2024
1 parent 585c013 commit 3b6b98a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# an: ACENET
# cc: Compute Canada
# alliance: Digital Research Alliance of Canada
# molmodsim: Compute Canada Molecular Simulation Team
# molmodsim: Compute Canada Molecular Simulation Team
# bst: (compatibility) same as `molmodsim`
carpentry: "an"

Expand Down Expand Up @@ -72,7 +72,7 @@ instructor_post_survey: "https://www.surveymonkey.com/r/instructor_training_post


# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
start_time: 570
start_time: 840

# Specify that things in the episodes collection should be output.
collections:
Expand Down Expand Up @@ -119,14 +119,14 @@ plugins:
episode_order:
- introduction
- python
- delayed
- break1
- delayed
- computations
- lunch_break
#- lunch_break
- distributed
- cython
- numpy
- break2
- numpy
- array
- wrap-up
# - pandas
Expand Down
2 changes: 1 addition & 1 deletion _episodes/distributed.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ objectives:
- ""
keypoints:
- ""
#start: true
start: true
---

So we have started to see some of the implications of GIL when we are using Dask. Now we will look at a way to avoid it even if your code needs frequent access to the Python Interpreter (e.g. you haven't converted a bunch of it to C code with something like [Cython](https://cython.org/) which can seriously improve the performance of Python code even before parallelization).
Expand Down

0 comments on commit 3b6b98a

Please sign in to comment.