Difference between revisions of "Online Seminars"

From SHARCNETHelp
Jump to navigationJump to search
Line 173: Line 173:


===2013===
===2013===
{|class="mw-collapsible mw-collapsed" border="0" cellpadding="5" cellspacing="0" align="left"
! style="background:#ffffff;" | 2013/12/18 - [http://vidyoreplay.computecanada.ca/replay/showRecordingExternal.html?key=vN6GEES9ZoKgGtG Why Would I Use GPUs?], Pawel Pomorski
|-valign="top"
| GPUs (Graphics Processing Units) can provide a significant speedup for certain types of scientific computations. This talk will discuss which programs can benefit from this speedup, and how in certain cases it can be obtained without much effort using already existing packages and libraries. Simulation packages already accelerated for the GPU will be discussed, with focus on NAMD molecular dynamics package as a useful example. The use of GPU-enabled numerical libraries useful for common problems will be discussed. The use of these techniques will be demonstrated with example runs on SHARCNET’s new GPU cluster. While not the focus of this talk, a brief overview of available programming approaches for GPUs will be also provided.
[http://ppomorsk.sharcnet.ca/gpu_general_interest_dec2013.pdf Slides as PDF file]
<br>
|}
<br>
* 2013/12/18 - [http://vidyoreplay.computecanada.ca/replay/showRecordingExternal.html?key=vN6GEES9ZoKgGtG Why Would I Use GPUs?], Pawel Pomorski, [[Webinar 2013 Why Would I Use GPUs?|Abstract]], [http://ppomorsk.sharcnet.ca/gpu_general_interest_dec2013.pdf slides]
* 2013/12/18 - [http://vidyoreplay.computecanada.ca/replay/showRecordingExternal.html?key=vN6GEES9ZoKgGtG Why Would I Use GPUs?], Pawel Pomorski, [[Webinar 2013 Why Would I Use GPUs?|Abstract]], [http://ppomorsk.sharcnet.ca/gpu_general_interest_dec2013.pdf slides]
* 2013/11/20 - [http://vidyoreplay.computecanada.ca/replay/showRecordingExternal.html?key=esrlrLxn4qTEVp2 Introduction to Linux], Isaac Ye, [[Webinar 2013 Introduction for Linux Abstract|Abstract]], [http://www.sharcnet.ca/~isaac/intro_linux_nov_2013.pdf slides]
* 2013/11/20 - [http://vidyoreplay.computecanada.ca/replay/showRecordingExternal.html?key=esrlrLxn4qTEVp2 Introduction to Linux], Isaac Ye, [[Webinar 2013 Introduction for Linux Abstract|Abstract]], [http://www.sharcnet.ca/~isaac/intro_linux_nov_2013.pdf slides]

Revision as of 11:25, 16 March 2021

Recordings of most of our webinars can be found on SHARCNET youtube channel, http://youtube.sharcnet.ca .

General Interest Webinars

2021

2020

2019

2018

2018/05/09 - Summer School preview, Tyson Whitehead
From May 28th to June 1st SHARCNET will run its annual Summer School on Advanced Research Computing, this time at Western University. This summer school will be our largest yet: for the first time we will have three separate full streams, with SHARCNET staff providing instructions on 13 different courses ranging from traditional HPC topics (2-days in-depth courses on MPI and CUDA) to courses on machine learning, singularity and cloud computing. Each course is 1-2 days long, with plenty of hands on time. This webinar will briefly describe the courses which will be offered at the Summer School.

slides


2017

2016

2015

2015/04/29 - High Performance Computing with Python, Pawel Pomorski
Python has numerous advantages over traditional compiled languages like C and Fortran, and it is seeing increasing adoption among the scientific community. However, despite its advantages, there are challenges associated with using Python in a High Performance Computing (HPC) environment. First, a “vanilla” Python program is generally slower than an analogous compiled language program. Also, Python is relatively new to the HPC field, and many scientific programmers may not be aware of its parallel computing capabilities. This talk will discuss various strategies to make a serial Python code faster, for example using libraries like NumPy, or tools like Cython which compile Python code. The talk will also discuss the available tools for running Python in parallel, focusing on the mpi4py module which implements MPI (Message Passing Interface) in Python.

slides


2014

2013

New User Seminars