Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100180875
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
Tue, Jan 28, 20:04
Size
199 B
Mime Type
text/x-makefile
Expires
Thu, Jan 30, 20:04 (2 d)
Engine
blob
Format
Raw Data
Handle
23919030
Attached To
R7871 phys-743-exercises
Makefile
View Options
CC = icc
CFLAGS = -O3 -march=native
CFLAGS += -Wall
CFLAGS += -qopenmp
all: stream
stream: stream.c
$(CC) $(CFLAGS) -qopt-streaming-stores=always stream.c -o stream
clean:
rm -f stream *.o
Event Timeline
Log In to Comment