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] Diff of /trunk/uoms/src/config/make.def.template.bupc
[uoms] / trunk / uoms / src / config / make.def.template.bupc Repository:
ViewVC logotype

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14, Mon Nov 29 18:07:07 2010 UTC revision 15, Tue Nov 30 13:05:36 2010 UTC
# Line 1  Line 1 
1  # Makefile definitions  # Makefile definitions
2    
3  # Compiler used to compile the C code  # Compiler used to compile the C code
4  CC = gcc  CC = icc
5    
6  # Compiler flags used to compile the timing code  # Compiler flags used to compile the timing code
7  CFLAGS = -O3  CFLAGS = -O3
# Line 10  Line 10 
10  UPCC = upcc  UPCC = upcc
11    
12  # Compiler flags  # Compiler flags
13  UPCFLAGS = -Wc,-O3 -pthreads -DBUPC_USE_UPC_NAMESPACE  UPCFLAGS = -Wc,-O3 -nopthreads -DBUPC_USE_UPC_NAMESPACE
14    
15  # Switch used for define the number of threads (be aware of blanks after the switch)  # Switch used for define the number of threads (be aware of blanks after the switch)
16  THREADS_SWITCH = -T  THREADS_SWITCH = -T
# Line 19  Line 19 
19  UPCLINK = $(UPCC)  UPCLINK = $(UPCC)
20    
21  # Linker flags  # Linker flags
22  UPCLINKFLAGS = -Wl,-O3 -pthreads -lm  UPCLINKFLAGS = -Wl,-O3 -nopthreads -lm

Legend:
Removed from v.14  
changed lines
  Added in v.15

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

Powered By FusionForge