Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97939375
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 7, 19:19
Size
319 B
Mime Type
text/x-makefile
Expires
Thu, Jan 9, 19:19 (2 d)
Engine
blob
Format
Raw Data
Handle
23445700
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