Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102547137
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
Fri, Feb 21, 21:11
Size
227 B
Mime Type
text/x-makefile
Expires
Sun, Feb 23, 21:11 (2 d)
Engine
blob
Format
Raw Data
Handle
24356595
Attached To
R11201 phpc-2021
Makefile
View Options
OPTIM+=-O3 -march=native -fopenmp
CXX=g++
CC=g++
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -std=c++11 $(OPTIM)
LDFLAGS+=-lm
EXE=pi_for_wrong pi_critical pi_critical_correct pi_reduction
all: clean $(EXE)
clean:
rm -f $(EXE) *.o *~
Event Timeline
Log In to Comment