Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98747863
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 16, 03:48
Size
288 B
Mime Type
text/x-makefile
Expires
Sat, Jan 18, 03:48 (2 d)
Engine
blob
Format
Raw Data
Handle
23638597
Attached To
R7871 phys-743-exercises
Makefile
View Options
OPTIM ?=-O3 -march=native
CXX=mpicxx
CC=mpicxx
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -std=c++11 $(OPTIM)
LDFLAGS+=-lm
EXE=pi_p2p_async pi_gather_bcast pi_reduce pi_p2p_sendrecv pi_p2p_sync pi_p2p_persistent pi_1sided_put pi_1sided_get pi_io_at
all: clean $(EXE)
clean:
rm -f $(EXE) *.o *~
Event Timeline
Log In to Comment