Topic outline
- General
- Slides
Slides
- Materials
Materials
- Github link (ICT+CS): link
- Attendance check (ICT+CS): link
- Textbook material: link
- RPC (C-language): oracle rpc syntax and Backup-nauf form
- Midterm Examination (For DS only)
Midterm Examination (For DS only)
- Midterm Project (For CS + ICT)
Midterm Project (For CS + ICT)
Group project for midterm
- Submission: into the group leader github (reference to GROUP LIST in attendance spreadsheet).
- Submit format: Source code + Group report (pdf + latex) + SETUP script to build your work in other machine.
- Topic: reference to your group topic in GROUP LIST in attendance spreadsheet.
- QA: send me the mail with title "[DS] GP - <MESSAGE>" into mail <le-nhu-chu.hiep@usth.edu.vn>
- Deadline: 3 days before final exam (we have not yet decided time ;-)
- Live Coding example
Live Coding example
In this example, we will use MPI to compute grayscale for the input image
In this example, we will use RPC to compute grayscale for the input image.
Note: You will know how to write a function on the server side and then register it (using the register_function() method) so that the client can make a call.
In this example, we will use RPC to compute the sum of two input numbers.
Note: You will know how to write a function on the server side and then register it (using the register_function() method) so that the client can make a call.
In this example, we will introduce the usage of pipe
In this example, we will show you how to work with shared memory
In this example, we will demonstrate the MapReduce programming model