head	1.8;
access;
symbols
	charm6_1:1.8
	charm_6_0_1:1.8
	charm6_0_1:1.8
	charm6_0:1.3
	ChaNGa_1-0:1.2
	charm5_9:1.2;
locks; strict;
comment	@# @;


1.8
date	2008.11.22.22.04.16;	author cheelee;	state Exp;
branches;
next	1.7;
commitid	IbN7D2MqpHe0JErt;

1.7
date	2008.11.22.03.58.30;	author cheelee;	state Exp;
branches;
next	1.6;
commitid	FSz2ZeuEX9fxIyrt;

1.6
date	2008.06.04.23.59.25;	author wesolwsk;	state Exp;
branches;
next	1.5;
commitid	zszWrAdY2vMlRG5t;

1.5
date	2008.06.04.23.14.23;	author wesolwsk;	state Exp;
branches;
next	1.4;
commitid	Pqe8Q61nRKoVAG5t;

1.4
date	2008.03.26.22.44.12;	author jetley;	state Exp;
branches;
next	1.3;
commitid	jyhyndmKCaV3HGWs;

1.3
date	2007.10.16.20.21.42;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	4bdf47151d514567;

1.2
date	2004.10.24.06.11.46;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2004.09.15.19.43.05;	author bohm;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Looks like stuff from the older method of making TAU work got checked in
by accident here.
@
text
@SRC=../../../src
CHARMC=../../../bin/charmc $(OPTS)

OBJS = pingpong.o

all:	cifiles pgm

pgm: $(OBJS)
	$(CHARMC) -language charm++ -o pgm $(OBJS)

cifiles: pingpong.ci
	$(CHARMC)  pingpong.ci

clean:
	rm -f *.decl.h *.def.h conv-host *.o pgm charmrun

pingpong.o: pingpong.C
	$(CHARMC) -I$(SRC)/conv-core pingpong.C

test: all
	@@echo "Intra-processor Pingpong.."
	./charmrun ./pgm +p1 $(TESTOPTS)
	@@echo "Inter-processor Pingpong.."
	./charmrun ./pgm +p2 $(TESTOPTS)

bgtest: all
	@@echo "Intra-processor Pingpong.."
	./charmrun ./pgm +p1 +x1 +y1 +z1
	@@echo "Inter-processor Pingpong.."
	./charmrun ./pgm +p2 +x2 +y1 +z1

@


1.7
log
@Modifications for TAU tracing in the Charm++ framework.
@
text
@a0 2
include $(HOME)/tau2-new/x86_64/lib/Makefile.tau-icpc-mpi-pthread

d9 1
a9 1
	$(CHARMC) -language charm++ -o pgm $(OBJS) $(TAU_LIBS)
@


1.6
log
@reverting to previous version
@
text
@d1 2
d11 1
a11 1
	$(CHARMC) -language charm++ -o pgm $(OBJS)
@


1.5
log
@updated CUDA hybridAPI and added a CUDA hello example
@
text
@d9 1
a9 1
	$(CHARMC) -language charm++ -pg -o pgm $(OBJS)
a17 3
<<<<<<< Makefile
	$(CHARMC) -pg -c pingpong.C
=======
a18 1
>>>>>>> 1.4
@


1.4
log
@CmiDirect/CkDirect changes
@
text
@d9 1
a9 1
	$(CHARMC) -language charm++ -o pgm $(OBJS)
d18 3
d22 1
@


1.3
log
@added TESTOPTS
@
text
@d1 1
d18 1
a18 1
	$(CHARMC) -c pingpong.C
@


1.2
log
@setup bgtest for bigsim
@
text
@d21 1
a21 1
	./charmrun ./pgm +p1
d23 1
a23 1
	./charmrun ./pgm +p2
@


1.1
log
@Initial checkin of move from pgms
@
text
@d24 7
@

