Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95839880
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, Dec 19, 19:58
Size
242 B
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 19:58 (2 d)
Engine
blob
Format
Raw Data
Handle
23066392
Attached To
rSCINTROPAR Introduction to parallelism
Makefile
View Options
OPTIM+=-O3 -fopenmp
CXX=g++
CC=g++
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -std=c++11 $(OPTIM)
LDFLAGS+=$(OPTIM) -lm
all: clean pi pi_critical_correct pi_critical pi_reduction
clean:
rm -f pi pi_critical_correct pi_critical pi_reduction *.o *~
Event Timeline
Log In to Comment