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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (annotate)
Mon Apr 5 17:12:14 2010 UTC (14 years, 2 months ago) by dalvarez
File size: 441 byte(s)
First release to the general public
# Makefile definitions

# Compiler used to compile the C code
CC = icc

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

# Compiler used to compile the microbenchmarking suite
UPCC = upc

# Compiler flags
UPCFLAGS = -O3 -upc_backend icc -smp

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

# Linker
UPCLINK = $(UPCC)

# Linker flags
UPCLINKFLAGS = $(UPCFLAGS)

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

Powered By FusionForge