Skip to content
Snippets Groups Projects
Commit 279099eb authored by gkusoglu's avatar gkusoglu
Browse files

other small correction global script

parent 19b94dc0
No related merge requests found
#!/bin/bash
gcc -O3 -march=native -fopenmp -I ../../../utilities ../../../utilities/polybench.c $1.c -DPOLYBENCH_TIME -D$2_DATASET -o $1 -lm
gcc -O3 -march=native -fopenmp -I ../utilities ../utilities/polybench.c $1.c -DPOLYBENCH_TIME -D$2_DATASET -o $1 -lm
for i in {0..99}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment