This commit is contained in:
Raffaele Mignone 2021-04-07 15:10:16 +02:00
parent 7905906644
commit d6f54cf62b
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ parallel-log: src/parallel.c src/util.c src/kmp.c build
mpicc -std=c99 -D LOG src/parallel.c src/util.c src/kmp.c -lm -o build/kmp-pl.out
parallel-mpe: src/parallel.c src/util.c src/kmp.c build
mpecc -std=c99 src/parallel.c src/util.c src/kmp.c -lm -o build/kmp-mpe.out
mpecc -std=c99 -mpilog -lpthread src/parallel.c src/util.c src/kmp.c -lm -o build/kmp-mpe.out
build:
mkdir build