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 7 - (download) (annotate)
Fri Apr 23 09:49:46 2010 UTC (14 years, 1 month ago) by dalvarez
File size: 433 byte(s)
Variable "times" name changed and the upc_strict header was removed
# 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 = -lm

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

Powered By FusionForge