EMCompute 4.0.0

fast , simple and cross-platform parallel computing library
Documentation
1
2
3
4
5
6
7
8
9
test: cleanup
	@gcc main.c libEMCompute.so EMCompute.h -Wl,-rpath=. -o test; \
	echo "Start time: $$(date)"; \
	./test; \
	echo "End time: $$(date)"

cleanup:
	@rm -f test