GhostRider9 / CCC_A1

Cloud and Cluster Computing Assignment 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Cloud and Cluster Computing Assignment 1


Languages

Language:C++ 100.0%