Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98765778
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 16, 07:24
Size
272 B
Mime Type
text/x-makefile
Expires
Sat, Jan 18, 07:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23644371
Attached To
R7871 phys-743-exercises
Makefile
View Options
OPTIM+=-O3 -march=native -fopenmp
CXX=g++
CC=g++
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -std=c++11 $(OPTIM)
LDFLAGS+=-lm
EXE=pi
pis_openmp=pi_hello pi_race_condition pi_slow_critical pi_better_critical pi_reduction
all: $(pis_openmp) clean $(EXE)
clean:
rm -f $(EXE) *.o *~
Event Timeline
Log In to Comment