Comment changes

This commit is contained in:
2020-12-11 13:11:28 +02:00
parent 450b73e8d9
commit 225837ed0e
7 changed files with 75 additions and 41 deletions
+3 -1
View File
@@ -236,7 +236,9 @@ v4_pthreads: $(BUILD_DIR)/$(TARGET)
# > make clean
# 3) for v4 cilk for example:
# > make csal_v4_cilk
# 4) run executables from `bin/`
# 4) run executables from `bin/`. Examples:
# > ./bin/tcount_ompv3 -i mtx/NACA0015.mtx --timing -r 3 -o /dev/null
# > ./bin/tcount_pthv4 -i mtx/com_Youtube.mtx --timing --dynamic --print_count
csal_v3: CFLAGS := $(REL_CFLAGS) -DCODE_VERSION=3
csal_v3: TARGET := tcount_v3