Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Parallel Programming

Fall 2025 @ NYCU with Prof. Yi-Ping You

Assignment 2 is now released

Oct 2 · 0 min read

Hello students,

Assignment 2 has now been released. Please take note of the following:

  • Login Method: Use ssh <usrname>@hpclogin[01-03].cs.nycu.edu.tw.

Assignment 1 is now released

Sep 18 · 0 min read

Hello students,

Assignment 1 has now been released. Please take note of the following:

  • Login Method: Use ssh <usrname>@hpclogin[01-03].cs.nycu.edu.tw.
  • Use module load pp to load the environment
  • If you are not using Bash, the environment may fail to activate successfully. If you encounter any issues, please try switching your shell with the command bash.

Schedule Adjustment Announcement

Aug 25 · 0 min read

Please note a slight adjustment to our class schedule:

  • The class will begin at 9:10 AM.
  • We will have two breaks:
    • 10:00-10:10 AM
    • 11:00-11:10 AM

This adjustment ensures that each session starts at 10 minutes past the hour. The class still ends at 12:00 PM.

Thank you for your attention, and I look forward to seeing you on September 4th!

All announcements

Instructor

Yi-Ping You

Webpage: https://www.cs.nycu.edu.tw/~ypyou

Email: ypyou [at] nycu.edu.tw

Tel: 03-5712121 ext. 56688

Office hours: by appointment

Teaching Assistants

Bo-Zhong Chen

Email: bzchen [at] sslab.cs.nycu.edu.tw

Tel: 03-5712121 ext. 54745

Po-Hsun Lai

Email: phlai [at] sslab.cs.nycu.edu.tw

Tel: 03-5712121 ext. 54745

Shang-Chi Chen

Email: shcchen [at] sslab.cs.nycu.edu.tw

Tel: 03-5712121 ext. 54745

Yue-Sheng Lu

Email: yslu [at] sslab.cs.nycu.edu.tw

Tel: 03-5712121 ext. 54745

Notice

You should not email directly, even though we give you our email addresses, to the individual members of the staff. You should email us generally at PP-f25 [at] sslab.cs.nycu.edu.tw.

Overview

This course examines current research in parallel and cloud computing, with an emphasis on several programming models. Topics covered include

  • Parallel and distributed programming for cloud computing
  • Introduction to parallel hardware and software
  • Shared-memory programming with OpenMP
  • Shared-memory programming with Pthreads
  • Distributed-memory programming with MPI
  • Data parallel programming with CUDA
  • Data parallel programming with OpenCL
  • Performance benchmarking

Back to top

This website is built using Kevin Lin's Just the Class Jekyll template.