head	1.11;
access;
symbols
	charm6_1:1.11
	charm_6_0_1:1.11
	charm6_0_1:1.11
	charm6_0:1.10
	ChaNGa_1-0:1.6;
locks; strict;
comment	@# @;


1.11
date	2008.08.11.20.54.06;	author gzheng;	state Exp;
branches;
next	1.10;
commitid	b6BTYaZZlvClEpet;

1.10
date	2007.09.20.20.25.00;	author bhatele;	state Exp;
branches;
next	1.9;
commitid	41d046f2d7064567;

1.9
date	2007.05.21.21.46.20;	author idooley2;	state Exp;
branches;
next	1.8;
commitid	45c24652131c4567;

1.8
date	2007.01.24.05.05.17;	author idooley2;	state Exp;
branches;
next	1.7;
commitid	24b345b6e8f14567;

1.7
date	2007.01.20.20.02.15;	author idooley2;	state Exp;
branches;
next	1.6;
commitid	618a45b275004567;

1.6
date	2007.01.17.04.25.40;	author idooley2;	state Exp;
branches;
next	1.5;
commitid	2dbe45ada51b4567;

1.5
date	2007.01.15.19.44.44;	author idooley2;	state Exp;
branches;
next	1.4;
commitid	4fe45abd99c4567;

1.4
date	2007.01.08.03.18.22;	author idooley2;	state Exp;
branches;
next	1.3;
commitid	94745a1b7db4567;

1.3
date	2007.01.06.21.29.43;	author idooley2;	state Exp;
branches;
next	1.2;
commitid	555f45a014bd4567;

1.2
date	2007.01.06.21.22.08;	author idooley2;	state Exp;
branches;
next	1.1;
commitid	544e45a012ca4567;

1.1
date	2007.01.06.19.34.58;	author idooley2;	state Exp;
branches;
next	;
commitid	16f7459ff9a94567;


desc
@@


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

INCS=-I/SW/include -I.
LIBS=-lgsl -lgslcblas -lm -L/sw/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

docs: 
	doxygen Doxyfile

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

test: rewritelog
	./rewritelog < sample-input
@


1.10
log
@"all" target added
@
text
@d6 1
a6 1
all: rewritelog
@


1.9
log
@Fixed some problems. Now a default set of parameters is assumed if no specialized ones are provided
@
text
@d6 2
@


1.8
log
@Now bracketed times are correctly interpolated
@
text
@d21 3
d26 1
a26 1
	rm -rf *.decl.h *.def.h core *.log newtraces interpolatelog
@


1.7
log
@Functions now can be separated into cases/classes
@
text
@a14 3
# FunctionSpecifier.o: FunctionSpecifier.C
# 	$(CHARMC) -c FunctionSpecifier.C $(INCS)

@


1.6
log
@Restructuring code to read in cycle accurate files with multiple functions timed in each.
Unfortunately the interpolation is not yet producing non-zero values.
@
text
@d15 2
@


1.5
log
@More Interpolation is working correctly
@
text
@d1 1
a1 1
CHARMC=../../../../bin/charmc $(OPTS) -O2
d5 1
a5 1
 
d8 2
a9 2
 
interpolatelog.o: interpolatelog.C 
@


1.4
log
@A new program for interpolating values to a desired parameterization. params-time-table would be generated by something like a cycle accurate simulator.
@
text
@d3 1
a3 1
INCS=-I/SW/include
d6 2
a7 2
interpolatelog: interpolatelog.o 
	$(CHARMC) -seq -o interpolatelog interpolatelog.o -lconv-bigsim-logs -lconv-util -lblue-standalone -language c++  $(LIBS)
d10 4
a13 1
	$(CHARMC) -seq -c interpolatelog.C $(INCS) $(LIBS)
@


1.3
log
@Make clean now removes the directory newtraces
@
text
@d3 9
a15 1

d21 1
a21 1
	rm -rf *.decl.h *.def.h core *.log newtraces
@


1.2
log
@Now sent message times are corrected to be linearly mapped into the new time range for an event. Also the output directory
is created, and an explanation at the top of rewritelog.C is more informative
@
text
@d13 1
a13 1
	rm -rf *.decl.h *.def.h core *.log
@


1.1
log
@Initial version of a program which loads bgTrace* files and then outputs them. Next the code to modify the
trace data structures will be added.
@
text
@d1 1
a1 1
CHARMC=../../../../bin/charmc $(OPTS) -g
d16 1
a16 1
	./rewritelog
@

