/CCC_A1

Cloud and Cluster Computing Assignment 1

Primary LanguageC++

COMP90042 Assignment1

To compile: mpic++ -O3 main.cpp
To run: mpirun -np (your choice of cores) a.out
	e.g. mpirun -np 2 a.out