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


1.1
date	2007.06.25.23.20.14;	author cheelee;	state Exp;
branches;
next	;
commitid	f2046804d994567;


desc
@@


1.1
log
@Rudimentary documentation for the charm++ port of the ARMCI interface.
@
text
@CHARMBIN = ../../../bin

hello: hello.c
	$(CHARMBIN)/charmc -o hello hello.c -language armci

run: hello
	./charmrun +p2 ./hello

clean:
	rm -f hello charmrun
@
