Matrix Multiplication of non-square matrices in C, including parallel versions
Compile with: gcc -fopenmp -O2 file_name.c -o file_name -lm
Go to project properties, and under "Configuration Properties --> C/C++ --> Language --> Open MP Support" select "Yes".