Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99305731
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 23, 07:24
Size
242 B
Mime Type
text/x-makefile
Expires
Sat, Jan 25, 07:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23772954
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