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 15 - (view) (download)

1 : dalvarez 1 # Makefile definitions
2 :    
3 :     # Compiler used to compile the C code
4 : dalvarez 15 CC = icc
5 : dalvarez 1
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 : dalvarez 15 UPCFLAGS = -Wc,-O3 -nopthreads -DBUPC_USE_UPC_NAMESPACE
14 : dalvarez 1
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 15 UPCLINKFLAGS = -Wl,-O3 -nopthreads -lm

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

Powered By FusionForge