head	1.3;
access;
symbols
	charm6_1:1.3
	charm_6_0_1:1.3
	charm6_0_1:1.3
	charm6_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2008.08.11.20.53.35;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	OePuKpPGC8saEpet;

1.2
date	2007.09.20.20.25.00;	author bhatele;	state Exp;
branches;
next	1.1;
commitid	41d046f2d7064567;

1.1
date	2007.09.13.15.47.44;	author idooley2;	state Exp;
branches;
next	;
commitid	4fc646e95b934567;


desc
@@


1.3
log
@updated.
@
text
@CHARMC=../../../../bin/charmc $(OPTS) -g

INCS=-I/usr/include/ -I.
LIBS=-lgsl -lgslcblas -lm -L/usr/lib

all: interpolatelog

interpolatelog: interpolatelog.o EventInterpolator.o
	$(CHARMC) -seq -o interpolatelog interpolatelog.o EventInterpolator.o -lconv-bigsim-logs -lconv-util -lblue-standalone -language c++  $(LIBS)

interpolatelog.o: interpolatelog.C
	$(CHARMC) -seq -c interpolatelog.C $(INCS)

EventInterpolator.o: EventInterpolator.C
	$(CHARMC) -c EventInterpolator.C $(INCS)

rewritelog: rewritelog.o
	$(CHARMC) -seq -o rewritelog rewritelog.o -lconv-bigsim-logs -lconv-util -lblue-standalone -language c++

rewritelog.o: rewritelog.C
	$(CHARMC) -seq -c rewritelog.C

clean:
	rm -f *.o *~ moduleinit.C charmrun conv-host rewritelog
	rm -rf *.decl.h *.def.h core *.log newtraces interpolatelog

test: rewritelog
	./rewritelog < sample-input
@


1.2
log
@"all" target added
@
text
@d3 2
a4 2
INCS=-I/SW/include -I.
LIBS=-lgsl -lgslcblas -lm -L/sw/lib
d6 1
a6 1
all: rewritelog
@


1.1
log
@Checking in this older version of rewritelog that uses an old file format. This is used by Isaac and Gengbin to simulate the NSF / NCSA / IBM Petascale data from January 2007.
@
text
@d6 2
@

