This website works better with JavaScript.
Explore
Help
Sign In
parallel-programming-hwr
/
benchmark-openMP
mirror of
https://github.com/parallel-programming-hwr/benchmark-openMP.git
Watch
1
Star
0
Fork
You've already forked benchmark-openMP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
655029b150
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '655029b150'
${ noResults }
benchmark-openMP
/
Makefile
5 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
arguments can be passed with argp.h
5 years ago
all
:
main
main
:
updated makefile: error on ubuntu -lm option hat to be in the end of command
5 years ago
gcc -fopenmp -std
=
c11 -pedantic -Wall -o run main.c -lm