#  Copyright (c) 1995 by Mark Hill, James Larus, and David Wood for 
#  the Wisconsin Wind Tunnel Project and Joel Saltz for the High Performance 
#  Software Laboratory, University of Maryland, College Park.
# 
#  ALL RIGHTS RESERVED.
# 
#  This software is furnished under a license and may be used and
#  copied only in accordance with the terms of such license and the
#  inclusion of the above copyright notice.  This software or any other
#  copies thereof or any derivative works may not be provided or
#  otherwise made available to any other persons.  Title to and ownership
#  of the software is retained by Mark Hill, James Larus, Joel Saltz, and
#  David Wood.  Any use of this software must include the above copyright notice.
# 
#  THIS SOFTWARE IS PROVIDED "AS IS".  THE LICENSOR MAKES NO
#  WARRANTIES ABOUT ITS CORRECTNESS OR PERFORMANCE.
#
#  Shubhendu Mukherjee (Shubu) and Shamik Sharma generated the sequential 
#  version in C.
#  Shubhendu Mukherjee (Shubu) parallelized moldyn on Tempest. 
#

WWT_ROOT = /p/wwt/projects/maryland/shubu/cvs
TPPI_ROOT = $(WWT_ROOT)/tempest

TEMPEST_IMPL = blizzard_e

PROTOCOL = stache32
BLK_SIZE = 32

CFLAGS = -g -O2 -DTIME -DCYCLES_PER_SECOND=33333333 

LDFLAGS = 

VTFLAGS = 

CMLDFLAGS = 

CC = gcc

LIBDIRS = -L/p/wwt/lib
LIBS = -lgcc

BENCHNAME = unstructured

SRCDIR = .

TARGET = $(BENCHNAME)

default: $(TARGET)

include $(SRCDIR)/blz.make.include

