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


1.3
date	2007.10.17.01.08.12;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	2cbb471560714567;

1.2
date	2005.07.22.02.58.22;	author gioachin;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.21.01.52.33;	author gioachin;	state Exp;
branches;
next	;


desc
@@


1.3
log
@added TESTOPTS
@
text
@CHARMC=../../../../bin/charmc $(OPTS)

OBJS = pgm.o

all: pgm

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

pgm.decl.h: pgm.ci
	$(CHARMC) pgm.ci

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

pgm.o: pgm.C pgm.decl.h
	$(CHARMC) -c pgm.C

test: all
	./charmrun pgm +p4 $(TESTOPTS)

bgtest: all
	./charmrun pgm +p4 +x2 +y2 +z1
@


1.2
log
@including comlib multicast example in the nightly autobuild
@
text
@d20 1
a20 1
	./charmrun pgm +p4
@


1.1
log
@example program for commlib multicast strategies
@
text
@d20 1
a20 1
	./charmrun pgm +p4 10
d23 1
a23 1
	./charmrun pgm +p4 10 +x2 +y2 +z1
@

