Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112442565
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
Sat, May 10, 15:15
Size
199 B
Mime Type
text/x-makefile
Expires
Mon, May 12, 15:15 (2 d)
Engine
blob
Format
Raw Data
Handle
26090325
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