Skip to content

Commit

Permalink
Parallel Smoothing and Sepia
Browse files Browse the repository at this point in the history
  • Loading branch information
SM2A committed Dec 19, 2021
1 parent 1a20f14 commit 409c992
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 131 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ CA2/*.out
CA2/cmake-build-debug
CA2/Build
CA2/main
CA3/*.out
CA3/serial/*.out
CA3/parallel/*.out
CA3/cmake-build-debug
3 changes: 2 additions & 1 deletion CA3/parallel/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
COMPILER = g++
VERSION = -std=c++11
CC = ${COMPILER} ${VERSION}
OPTION = -pthread
CC = ${COMPILER} ${VERSION} ${OPTION}

all: clean parallel

Expand Down
Loading

0 comments on commit 409c992

Please sign in to comment.