Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95835736
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, 18:46
Size
377 B
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 18:46 (2 d)
Engine
blob
Format
Raw Data
Handle
23065953
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 pi_p2p_permanent_ring pi_p2p_derived_type
all: clean $(EXECS)
pi_hybrid: pi_hybrid.cc
$(CXX) $(CXXFLAGS) $(LDFLAGS) -fopenmp -o $@ $<
clean:
rm -f $(EXECS) *.o *~
Event Timeline
Log In to Comment