Hi
user
Admin Login:
Username:
Password:
Name:
Efficient Parallel Python for High-Performance Computing
--client
enthought
--show
scipy_2012
--room 105 1240 --force
Next: 11 IPython in-depth: Interactive Tools for Scientific Computing
show more...
Marks
Author(s):
Kurt Smith
Location
105
Date
jul Tue 17
Days Raw Files
Start
08:00
First Raw Start
08:47
Duration
400:00
Offset
0:47:20
End
14:40
Last Raw End
13:05
Chapters
00:00
0:06:46
2:07:24
2:11:55
2:33:30
2:34:07
2:34:22
2:37:04
2:37:36
2:38:00
2:38:53
2:46:49
Total cuts_time
203 min.
raw-playlist
raw-mp4-playlist
encoded-files-playlist
host
archive
public
tweet
mp4
svg
png
assets
release.pdf
Efficient_Parallel_Python_for_HighPerformance_Computing.json
logs
Admin:
episode
episode list
cut list
raw files day
marks day
marks day
image_files
State:
---------
borked
edit
encode
push to queue
post
richard
review 1
email
review 2
make public
tweet
to-miror
conf
done
Locked:
clear this to unlock
Locked by:
user/process that locked.
Start:
initially scheduled time from master, adjusted to match reality
Duration:
length in hh:mm:ss
Name:
Video Title (shows in video search results)
Emails:
email(s) of the presenter(s)
Released:
Unknown
Yes
No
has someone authorised pubication
Normalise:
Channelcopy:
m=mono, 01=copy left to right, 10=right to left, 00=ignore.
Thumbnail:
filename.png
Description:
This tutorial is targeted at the intermediate-to-advanced Python user who wants to extend Python into High-Performance Computing. The tutorial will provide hands-on examples and essential performance tips every developer should know for writing effective parallel Python. The result will be a clear sense of possibilities and best practices using Python in HPC environments. Many of the examples you often find on parallel Python focus on the mechanics of getting the parallel infrastructure working with your code, and not on actually building good portable parallel Python. This tutorial is intended to be a broad introduction to writing high-performance parallel Python that is well suited to both the beginner and the veteran developer. We will discuss best practices for building efficient high-performance Python through good software engineering. Parallel efficiency starts with the speed of the target code itself, so we will first look at how to evolve code from for-loops to list comprehensions and generator comprehensions to using Cython with NumPy. We will also discuss how to optimize your code for speed and memory performance by using profilers. The tutorial will cover some of the common parallel communication technologies (multiprocessing, MPI, and cloud computing) and introduce the use of parallel map and map-reduce. At the end of the tutorial, participants should be able to write simple parallel Python scripts, make use of effective parallel programming techniques, and have a framework in place to leverage the power of Python in High- Performance Computing.
markdown
Comment:
<?xml version='1.0' encoding='UTF-8'?> <ns0:entry xmlns:ns0="http://www.w3.org/2005/Atom" xmlns:ns1="http://schemas.google.com/g/2005" xmlns:ns2="http://search.yahoo.com/mrss/" xmlns:ns3="http://gdata.youtube.com/schemas/2007" xmlns:ns4="http://purl.org/atom/app#"><ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://gdata.youtube.com/schemas/2007#video" /><ns0:category label="Education" scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="Education" /><ns0:category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat" term="enthought" /><ns0:category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat" term="scipy_2012" /><ns0:category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat" term="Introductory/Intermediate" /><ns0:category scheme="http://gdata.youtube.com/schemas/2007/keywords.cat" term="KurtSmith" /><ns0:id>http://gdata.youtube.com/feeds/api/videos/AJU3EYvTNXc</ns0:id><ns0:author><ns0:name>NextDayVideo</ns0:name><ns0:uri>https://gdata.youtube.com/feeds/api/users/NextDayVideo</ns0:uri></ns0:author><ns0:content type="text">Kurt Smith This tutorial is targeted at the intermediate-to-advanced Python user who wants to extend Python into High-Performance Computing. The tutorial will provide hands-on examples and essential performance tips every developer should know for wr</ns0:content><ns0:updated>2012-09-06T05:07:22.000Z</ns0:updated><ns0:published>2012-09-06T05:07:22.000Z</ns0:published><ns1:comments><ns1:feedLink countHint="0" href="https://gdata.youtube.com/feeds/api/videos/AJU3EYvTNXc/comments?client=NextDayVideo" rel="http://gdata.youtube.com/schemas/2007#comments" /></ns1:comments><ns2:group><ns2:keywords>enthought, scipy_2012, Introductory/Intermediate, KurtSmith</ns2:keywords><ns2:description type="plain">Kurt Smith This tutorial is targeted at the intermediate-to-advanced Python user who wants to extend Python into High-Performance Computing. The tutorial will provide hands-on examples and essential performance tips every developer should know for wr</ns2:description><ns2:title type="plain">Efficient Parallel Python for High-Performance Computing</ns2:title><ns3:duration seconds="0" /><ns2:content duration="0" expression="full" isDefault="true" medium="video" type="application/x-shockwave-flash" url="https://www.youtube.com/v/AJU3EYvTNXc?version=3&f=user_uploads&c=NextDayVideo&d=Aarb2r5skm2_yNTuKEinXdAO88HsQjpE1a8d1GxQnGDm&app=youtube_gdata" ns3:format="5" /><ns2:thumbnail height="360" time="00:00:00" url="http://i.ytimg.com/vi/AJU3EYvTNXc/0.jpg" width="480" /><ns2:thumbnail height="90" time="00:00:00" url="http://i.ytimg.com/vi/AJU3EYvTNXc/1.jpg" width="120" /><ns2:thumbnail height="90" time="00:00:00" url="http://i.ytimg.com/vi/AJU3EYvTNXc/2.jpg" width="120" /><ns2:thumbnail height="90" time="00:00:00" url="http://i.ytimg.com/vi/AJU3EYvTNXc/3.jpg" width="120" /><ns2:category label="Education" scheme="http://gdata.youtube.com/schemas/2007/categories.cat">Education</ns2:category><ns2:category scheme="http://gdata.youtube.com/schemas/2007/developertags.cat">enthought</ns2:category><ns2:category scheme="http://gdata.youtube.com/schemas/2007/developertags.cat">scipy_2012</ns2:category><ns2:category scheme="http://gdata.youtube.com/schemas/2007/developertags.cat">Introductory/Intermediate</ns2:category><ns2:category scheme="http://gdata.youtube.com/schemas/2007/developertags.cat">KurtSmith</ns2:category><ns2:player url="https://www.youtube.com/watch?v=AJU3EYvTNXc&feature=youtube_gdata_player" /></ns2:group><ns0:title type="text">Efficient Parallel Python for High-Performance Computing</ns0:title><ns4:control><ns4:draft>yes</ns4:draft><ns3:state name="processing" /></ns4:control><ns0:link href="https://www.youtube.com/watch?v=AJU3EYvTNXc&feature=youtube_gdata" rel="alternate" type="text/html" /><ns0:link href="https://gdata.youtube.com/feeds/api/videos/AJU3EYvTNXc/responses?client=NextDayVideo" rel="http://gdata.youtube.com/schemas/2007#video.responses" type="application/atom+xml" /><ns0:link href="https://gdata.youtube.com/feeds/api/videos/AJU3EYvTNXc/ratings?client=NextDayVideo" rel="http://gdata.youtube.com/schemas/2007#video.ratings" type="application/atom+xml" /><ns0:link href="https://gdata.youtube.com/feeds/api/videos/AJU3EYvTNXc/complaints?client=NextDayVideo" rel="http://gdata.youtube.com/schemas/2007#video.complaints" type="application/atom+xml" /><ns0:link href="https://gdata.youtube.com/feeds/api/videos/AJU3EYvTNXc/related?client=NextDayVideo" rel="http://gdata.youtube.com/schemas/2007#video.related" type="application/atom+xml" /><ns0:link href="https://gdata.youtube.com/feeds/api/users/nextdayvideo/uploads/AJU3EYvTNXc?client=NextDayVideo" rel="self" type="application/atom+xml" /><ns0:link href="https://gdata.youtube.com/feeds/api/users/nextdayvideo/uploads/AJU3EYvTNXc?client=NextDayVideo" rel="edit" type="application/atom+xml" /></ns0:entry>
production notes
2012-07-17/05_47_20.dv
Apply:
08:47:20 - 09:01:13 ( 00:13:53 )
S:
08:47:20 -
E:
09:01:13
D:
00:13:53
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/05_47_20.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
08:47:20
seconds: 0.0
Wall: 08:47:20
Duration
00:13:53
09:01:13
seconds: 0.0
Wall: 08:47:20
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/06_01_14.dv
Apply:
09:01:14 - 09:08:00 ( 00:06:46 )
S:
09:01:14 -
E:
09:08:00
D:
00:06:46
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/06_01_14.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
09:01:14
seconds: 0.0
Wall: 09:01:14
Duration
00:06:46
09:08:00
seconds: 0.0
Wall: 09:01:14
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/06_08_01.dv
Apply:
09:08:01 - 11:08:39 ( 02:00:38 )
S:
09:08:01 -
E:
11:08:39
D:
02:00:38
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/06_08_01.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
09:08:01
seconds: 0.0
Wall: 09:08:01
Duration
02:00:38
11:08:39
seconds: 0.0
Wall: 09:08:01
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_08_42.dv
Apply:
11:08:42 - 11:13:13 ( 00:04:31 )
S:
11:08:42 -
E:
11:13:13
D:
00:04:31
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_08_42.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:08:42
seconds: 0.0
Wall: 11:08:42
Duration
00:04:31
11:13:13
seconds: 0.0
Wall: 11:08:42
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_13_14.dv
Apply:
11:13:14 - 11:34:49 ( 00:21:35 )
S:
11:13:14 -
E:
11:34:49
D:
00:21:35
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_13_14.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:13:14
seconds: 0.0
Wall: 11:13:14
Duration
00:21:35
11:34:49
seconds: 0.0
Wall: 11:13:14
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_34_49.dv
Apply:
11:34:49 - 11:45:51 ( 00:11:02 )
S:
11:34:49 -
E:
11:45:51
D:
00:11:02
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_34_49.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:34:49
seconds: 0.0
Wall: 11:34:49
Duration
00:11:02
11:45:51
seconds: 0.0
Wall: 11:34:49
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_45_52.dv
Apply:
11:45:52 - 11:47:42 ( 00:01:50 )
S:
11:45:52 -
E:
11:47:42
D:
00:01:50
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_45_52.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:45:52
seconds: 0.0
Wall: 11:45:52
Duration
00:01:50
11:47:42
seconds: 0.0
Wall: 11:45:52
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_47_44.dv
Apply:
11:47:44 - 11:48:08 ( 00:00:24 )
S:
11:47:44 -
E:
11:48:08
D:
00:00:24
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_47_44.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:47:44
seconds: 0.0
Wall: 11:47:44
Duration
00:00:24
11:48:08
seconds: 0.0
Wall: 11:47:44
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_48_09.dv
Apply:
11:48:09 - 11:48:33 ( 00:00:24 )
S:
11:48:09 -
E:
11:48:33
D:
00:00:24
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_48_09.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:48:09
seconds: 0.0
Wall: 11:48:09
Duration
00:00:24
11:48:33
seconds: 0.0
Wall: 11:48:09
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_48_33.dv
Apply:
11:48:33 - 11:49:39 ( 00:01:06 )
S:
11:48:33 -
E:
11:49:39
D:
00:01:06
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_48_33.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:48:33
seconds: 0.0
Wall: 11:48:33
Duration
00:01:06
11:49:39
seconds: 0.0
Wall: 11:48:33
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_49_40.dv
Apply:
11:49:40 - 11:51:03 ( 00:01:23 )
S:
11:49:40 -
E:
11:51:03
D:
00:01:23
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_49_40.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:49:40
seconds: 0.0
Wall: 11:49:40
Duration
00:01:23
11:51:03
seconds: 0.0
Wall: 11:49:40
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_51_04.dv
Apply:
11:51:04 - 11:51:41 ( 00:00:37 )
S:
11:51:04 -
E:
11:51:41
D:
00:00:37
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_51_04.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:51:04
seconds: 0.0
Wall: 11:51:04
Duration
00:00:37
11:51:41
seconds: 0.0
Wall: 11:51:04
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_51_41.dv
Apply:
11:51:41 - 11:51:56 ( 00:00:15 )
S:
11:51:41 -
E:
11:51:56
D:
00:00:15
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_51_41.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:51:41
seconds: 0.0
Wall: 11:51:41
Duration
00:00:15
11:51:56
seconds: 0.0
Wall: 11:51:41
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_51_56.dv
Apply:
11:51:56 - 11:54:38 ( 00:02:42 )
S:
11:51:56 -
E:
11:54:38
D:
00:02:42
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_51_56.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:51:56
seconds: 0.0
Wall: 11:51:56
Duration
00:02:42
11:54:38
seconds: 0.0
Wall: 11:51:56
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_54_39.dv
Apply:
11:54:39 - 11:55:11 ( 00:00:32 )
S:
11:54:39 -
E:
11:55:11
D:
00:00:32
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_54_39.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:54:39
seconds: 0.0
Wall: 11:54:39
Duration
00:00:32
11:55:11
seconds: 0.0
Wall: 11:54:39
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_55_12.dv
Apply:
11:55:12 - 11:55:36 ( 00:00:24 )
S:
11:55:12 -
E:
11:55:36
D:
00:00:24
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_55_12.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:55:12
seconds: 0.0
Wall: 11:55:12
Duration
00:00:24
11:55:36
seconds: 0.0
Wall: 11:55:12
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_55_37.dv
Apply:
11:55:37 - 11:56:30 ( 00:00:53 )
S:
11:55:37 -
E:
11:56:30
D:
00:00:53
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_55_37.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:55:37
seconds: 0.0
Wall: 11:55:37
Duration
00:00:53
11:56:30
seconds: 0.0
Wall: 11:55:37
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/08_56_30.dv
Apply:
11:56:30 - 12:04:26 ( 00:07:56 )
S:
11:56:30 -
E:
12:04:26
D:
00:07:56
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/08_56_30.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
11:56:30
seconds: 0.0
Wall: 11:56:30
Duration
00:07:56
12:04:26
seconds: 0.0
Wall: 11:56:30
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
2012-07-17/09_29_00.dv
Apply:
12:29:00 - 13:05:33 ( 00:36:33 )
S:
12:29:00 -
E:
13:05:33
D:
00:36:33
show more...
vlc ~/Videos/veyepar/enthought/scipy_2012/dv/105/2012-07-17/09_29_00.dv :start-time=00.0 --audio-desync=0
Raw File
Cut List
12:29:00
seconds: 0.0
Wall: 12:29:00
Duration
00:36:33
13:05:33
seconds: 0.0
Wall: 12:29:00
Comments:
mp4
mp4.m3u
dv.m3u
Split:
Sequence:
:
delete
Rf filename:
root is .../show/dv/location/, example: 2013-03-13/13:13:30.dv
Sequence:
get this:
check and save to add this
2012-07-17/05_47_20.dv
2012-07-17/06_01_14.dv
2012-07-17/06_08_01.dv
2012-07-17/08_08_42.dv
2012-07-17/08_13_14.dv
2012-07-17/08_34_49.dv
2012-07-17/08_45_52.dv
2012-07-17/08_47_44.dv
2012-07-17/08_48_09.dv
2012-07-17/08_48_33.dv
2012-07-17/08_49_40.dv
2012-07-17/08_51_04.dv
2012-07-17/08_51_41.dv
2012-07-17/08_51_56.dv
2012-07-17/08_54_39.dv
2012-07-17/08_55_12.dv
2012-07-17/08_55_37.dv
2012-07-17/08_56_30.dv
2012-07-17/09_29_00.dv
Veyepar
Video Eyeball Processor and Review