236370 - Parallel And Distributed Programming
עברית
English
Русский
العربية
Course (default)
System
Acessible
Java
Renown Bruce Eckel's %22Thinking in Java%22 - Free book on Java
( somewhat slow but easy-reading )
Introductory stuff on java
In-depth review of new features in 1.5
Intro to java.concurrent
Serialization explained
BSP
BSP Manual Pages
Multicore BSP
We are using in this course Multicore BSP.
Build on our system is done using:
gcc -o example example.c /usr/local/lib64/compat-libmcbsp1.0.1.a -pthread -lrt
Include mcbsp.hpp for C++ and mcbsp.h for C
Other
Parallel computing introduction
Material of the first and the second lecture
OpenMP reference
OpenMP reference for exam
CUDA programming guide - for reference on GPU material
TCPP undergrad curriculum