INIT: zad5 (dziala)

This commit is contained in:
2016-12-09 19:49:36 +01:00
parent ff8f215af2
commit e5d2d860b9
9 changed files with 357 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
gauss_mpi: gauss_mpi.cpp
mpicxx -Wall -o gauss_mpi gauss_mpi.cpp `pkg-config opencv --cflags --libs`
clean:
rm -rf gauss_mpi