Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93463223
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, Nov 28, 23:29
Size
319 B
Mime Type
text/x-makefile
Expires
Sat, Nov 30, 23:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22642741
Attached To
R10834 Project_multiproc
Makefile
View Options
CC = gcc
CFLAGS = -std=gnu99 -O3 -fopenmp -Wall
all: numa order
numa: numa.c utility.h
$(CC) $(CFLAGS) $< -o $@
order: order.c
$(CC) $(CFLAGS) -lpthread $< -o $@
order_asm: order.c
$(CC) $(CFLAGS) -lpthread -S $< -o $@
clean:
rm -f numa order
numa_trivial: numa_trivial.c utility.h
$(CC) $(CFLAGS) $< -o $@
Event Timeline
Log In to Comment