Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95787389
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, 05:56
Size
335 B
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 05:56 (2 d)
Engine
blob
Format
Raw Data
Handle
23049594
Attached To
rSCINTROPAR Introduction to parallelism
Makefile
View Options
OPTIM+=-O3
CXX=mpicxx
CC=mpicxx
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -std=c++11 $(OPTIM)
LDFLAGS+=$(OPTIM) -lm
EXECS=pi pi_p2p_ring pi_p2p_async_ring pi_gather pi_reduce pi_io_at pi_hybrid pi_p2p_sendrecv_ring
all: clean $(EXECS)
pi_hybrid: pi_hybrid.cc
$(CXX) $(CXXFLAGS) $(LDFLAGS) -fopenmp -o $@ $<
clean:
rm -f $(EXECS) *.o *~
Event Timeline
Log In to Comment