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

View of /tags/1.0/src/config/make.def.template.bupc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (download) (annotate)
Wed May 12 11:28:19 2010 UTC (14 years ago) by dalvarez
File size: 462 byte(s)
Tag 1.0
# Makefile definitions

# Compiler used to compile the C code
CC = gcc

# Compiler flags used to compile the timing code
CFLAGS = -O3

# Compiler used to compile the microbenchmarking suite
UPCC = upcc

# Compiler flags
UPCFLAGS = -Wc,-O3 -pthreads -DBUPC_USE_UPC_NAMESPACE

# Switch used for define the number of threads (be aware of blanks after the switch)
THREADS_SWITCH = -T 

# Linker
UPCLINK = $(UPCC)

# Linker flags
UPCLINKFLAGS = -Wl,-O3 -pthreads -lm

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

Powered By FusionForge