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


1.6
date	2006.12.04.15.33.11;	author idooley2;	state Exp;
branches;
next	1.5;
commitid	39445743fa54567;

1.5
date	2006.12.04.15.26.00;	author idooley2;	state Exp;
branches;
next	1.4;
commitid	24045743df34567;

1.4
date	2005.04.28.16.36.27;	author chao;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.07.05.43.03;	author chao;	state Exp;
branches;
next	1.2;

1.2
date	2005.04.07.04.47.41;	author chao;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.02.21.52.07;	author chao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Reverting over previous change.
@
text
@OPTS=-O3 
CHARMC=../../../bin/charmc -language ampi $(OPTS)
MPICC=mpicc $(OPTS)

#all : pingpong-2way.c
#	$(CHARMC) pingpong-2wayc -o pgm
#	$(MPICC) pingpong-2way.c -o pgm-mpi

all : pingpong-1way.c
	$(CHARMC) pingpong-1way.c -o pgm
	$(MPICC) pingpong-1way.c -o pgm-mpi

pipe: pingpong-pipeline.c
	$(CHARMC) pingpong-pipeline.c -o pgm-pipe
	$(MPICC) pingpong-pipeline.c -o pgm-pipe-mpi

test: all
	./charmrun +p2 ./pgm 100000 16 +vp2

clean:
	rm -rf charmrun conv-host moduleinit* *.o pingpong pgm pgm-mpi pgm-pipe pgm-pipe-mpi *~ *.sts core

@


1.5
log
@Using charmc instead of MPICC
@
text
@d3 1
a3 2
#MPICC=mpicc $(OPTS)
MPICC=$(CHARMC)
@


1.4
log
@*** empty log message ***
@
text
@d3 2
a4 1
MPICC=mpicc $(OPTS)
@


1.3
log
@*** empty log message ***
@
text
@d1 11
a11 7
OPTS=-O3
CHARMC=../../../bin/charmc -language ampi $(OPTS) 
MPICC=mpicc

all : pingpongmpi.c
	$(CHARMC) pingpongmpi.c -o pgm
	$(MPICC) pingpongmpi.c -o pgm-mpi
d14 2
a15 2
	$(CHARMC) pingpong-pipeline.c -o pgm.pipe
	$(MPICC) pingpong-pipeline.c -o pgm.pipe-mpi
d21 1
a21 1
	rm -rf charmrun conv-host moduleinit* *.o pingpong *~ *.sts core
@


1.2
log
@*** empty log message ***
@
text
@d11 1
a11 1
	$(MPICC) pingpongmpi-pipeline.c -o pgm.pipe-mpi
@


1.1
log
@*** empty log message ***
@
text
@d3 1
d7 5
@

