Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113482823
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
Sun, May 18, 13:57
Size
266 B
Mime Type
text/x-makefile
Expires
Tue, May 20, 13:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26231070
Attached To
R7871 phys-743-exercises
Makefile
View Options
CXX=mpic++
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -Werror -pedantic -std=c++11 -O3
LDFLAGS+=-lm $(CXXFLAGS)
OBJS=poisson.o grid.o double_buffer.o simulation.o dumpers.o
all: poisson
poisson: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS)
clean:
rm -f hello poisson *.o *~
Event Timeline
Log In to Comment