OMSCS

Distributed Computing Summary

I just finished the CS7210 Distributed Computing this Fall. Don’t be scared by the OMSCentral review, the course is wonderful. It does require amount of more time and effort than many other courses, but the schedule and workload have been modified from the Sprint semester which it was first offered, and it felt much more balanced now. For the last projects, it’s not hard to get it working under simple conditions; however, it’s really hard to get full credits with a fault-tolerant version, particularly for messages being delayed or duplicated, and servers being crushed and recouped.

IHPC Summary

This past spring I took the class CSE6220 Intro to High Performance Computing. Though the name says introductory, the content is pretty hard and the workload is heavy. However, the projects were quite fun. Since all projects were implemented with C, pointer manipulation is a must to master in order to achieve a good performance score. Recursion is heavily used too.