annotate example/many_task/Makefile.def @ 1518:940ffd32e5bd draft

add many_task/Makefile.gpu
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 10 Nov 2012 11:15:00 +0900
parents e544f9747169
children 9ccfdc408d51
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 TARGET = sort
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
3 # include/library path
291
d7803cea25a3 document
kono@localhost.localdomain
parents: 256
diff changeset
4 # ex macosx
217
gongo@localhost.localdomain
parents: 109
diff changeset
5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6
256
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
7 CERIUM = ../../../Cerium
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
8
1518
940ffd32e5bd add many_task/Makefile.gpu
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 1516
diff changeset
9 OPT = -O
940ffd32e5bd add many_task/Makefile.gpu
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 1516
diff changeset
10 OPT = -g -O0
1420
e8debff40a3d comment
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 1413
diff changeset
11 # OPT = -g
1516
e544f9747169 fix gpu kernel source
Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
parents: 1515
diff changeset
12 CC = clang++
1515
b3644b73d2cf add flip flag test
Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
parents: 1420
diff changeset
13 CFLAGS = -Wall $(OPT) -DUSE_SIMPLE_TASK
932
53ad3a61b40b sort test (add swap())
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 674
diff changeset
14 # CFLAGS = -Wall $(OPT)
256
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
15
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
16 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
17 LIBS = -L${CERIUM}/TaskManager
1079
7823233584da single cpu run on Mac OS X
one@zeus.cr.ie.u-ryukyu.ac.jp
parents: 932
diff changeset
18
7823233584da single cpu run on Mac OS X
one@zeus.cr.ie.u-ryukyu.ac.jp
parents: 932
diff changeset
19 ABIBIT = 64
7823233584da single cpu run on Mac OS X
one@zeus.cr.ie.u-ryukyu.ac.jp
parents: 932
diff changeset
20 ABI = -m$(ABIBIT)