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

View of /trunk/uoms/src/config/make.def.template.hpupc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (download) (annotate)
Tue Nov 30 13:05:36 2010 UTC (13 years, 6 months ago) by dalvarez
File size: 446 byte(s)
V1.1
# 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 -nosmp -smp_local

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

# Linker
UPCLINK = $(UPCC)

# Linker flags
UPCLINKFLAGS = -lm

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

Powered By FusionForge