head	1.11;
access;
symbols
	charm6_1:1.11
	charm_6_0_1:1.11
	charm6_0_1:1.11
	charm6_0:1.9
	ChaNGa_1-0:1.7
	charm5_9:1.7
	charm_5-4-2:1.5
	charm_5-4-1:1.5
	pre-winnt-version:1.3;
locks; strict;
comment	@# @;


1.11
date	2008.06.04.23.55.37;	author wesolwsk;	state Exp;
branches;
next	1.10;
commitid	fsr8XP6Jl5G1QG5t;

1.10
date	2008.06.04.23.14.21;	author wesolwsk;	state Exp;
branches;
next	1.9;
commitid	Pqe8Q61nRKoVAG5t;

1.9
date	2007.10.17.01.09.19;	author gzheng;	state Exp;
branches;
next	1.8;
commitid	2d42471560b94567;

1.8
date	2007.09.20.20.38.47;	author bhatele;	state Exp;
branches;
next	1.7;
commitid	110846f2da544567;

1.7
date	2003.08.03.04.24.46;	author gzheng;	state Exp;
branches;
next	1.6;

1.6
date	2002.09.19.18.37.42;	author gzheng;	state Exp;
branches;
next	1.5;

1.5
date	2000.12.24.09.23.41;	author milind;	state Exp;
branches;
next	1.4;

1.4
date	2000.12.17.08.04.16;	author milind;	state Exp;
branches;
next	1.3;

1.3
date	99.10.28.08.45.30;	author milind;	state Exp;
branches;
next	1.2;

1.2
date	99.08.08.01.49.55;	author milind;	state Exp;
branches;
next	1.1;

1.1
date	99.08.07.22.27.05;	author milind;	state Exp;
branches;
next	;


desc
@@


1.11
log
@reverting to previous version
@
text
@CHARMC=../../../bin/charmc $(OPTS)

all: pingpong

pingpong: pingpong.o
	$(CHARMC) -language converse++ -o pingpong pingpong.o

pingpong.o: pingpong.C
	$(CHARMC) -language converse++ -c pingpong.C

test: pingpong
	./charmrun ./pingpong +p2 $(TESTOPTS)

clean:
	rm -f core *.cpm.h
	rm -f TAGS *.o
	rm -f pingpong
	rm -f conv-host charmrun
@


1.10
log
@updated CUDA hybridAPI and added a CUDA hello example
@
text
@d6 1
a6 1
	$(CHARMC) -language converse++ -pg -o pingpong pingpong.o
d9 1
a9 1
	$(CHARMC) -language converse++ -pg -c pingpong.C
@


1.9
log
@added TESTOPTS
@
text
@d6 1
a6 1
	$(CHARMC) -language converse++ -o pingpong pingpong.o
d9 1
a9 1
	$(CHARMC) -language converse++ -c pingpong.C
@


1.8
log
@"all" target added
@
text
@d12 1
a12 1
	./charmrun ./pingpong +p2
@


1.7
log
@add ./ prefix for executable in test.
@
text
@d3 2
@


1.6
log
@minor change.
@
text
@d10 1
a10 1
	./charmrun pingpong +p2
@


1.5
log
@Automated testing.
@
text
@d3 5
a7 2
pingpong: pingpong.C
	$(CHARMC) -language converse++ -o pingpong pingpong.C
@


1.4
log
@Added removal of charmrun as part of the clean target.
@
text
@d6 3
@


1.3
log
@Fixed Makefiles for taking an OPTS argument from commandline.
@
text
@d10 1
a10 1
	rm -f conv-host
@


1.2
log
@Fixed paths broken due to rearrangement.
@
text
@d1 1
a1 1
CHARM=../../..
d4 1
a4 2
	$(CHARM)/bin/charmc -language converse++ -O -o pingpong pingpong.C

d6 5
@


1.1
log
@Reorganized pgms directory.
@
text
@d1 1
a1 1
CHARM=../..
@

