Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111149302
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
Tue, Apr 29, 21:32
Size
242 B
Mime Type
text/x-makefile
Expires
Thu, May 1, 21:32 (2 d)
Engine
blob
Format
Raw Data
Handle
25885729
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