Log In | Get Help   
Home My Page Projects Code Snippets Project Openings UPC Operations Microbenchmarking Suite
Summary Activity Tracker Lists Docs News SCM Files
[uoms] Annotation of /trunk/uoms/src/config/make.def.template.bupc
[uoms] / trunk / uoms / src / config / make.def.template.bupc Repository:
ViewVC logotype

Annotation of /trunk/uoms/src/config/make.def.template.bupc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (view) (download)

1 : dalvarez 1 # Makefile definitions
2 :    
3 :     # Compiler used to compile the C code
4 :     CC = gcc
5 :    
6 :     # Compiler flags used to compile the timing code
7 :     CFLAGS = -O3
8 :    
9 :     # Compiler used to compile the microbenchmarking suite
10 :     UPCC = upcc
11 :    
12 :     # Compiler flags
13 :     UPCFLAGS = -Wc,-O3 -pthreads -DBUPC_USE_UPC_NAMESPACE
14 :    
15 :     # Switch used for define the number of threads (be aware of blanks after the switch)
16 :     THREADS_SWITCH = -T
17 :    
18 :     # Linker
19 :     UPCLINK = $(UPCC)
20 :    
21 :     # Linker flags
22 : dalvarez 7 UPCLINKFLAGS = -Wl,-O3 -pthreads -lm

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge