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


1.5
date	2006.07.14.06.37.37;	author chao;	state Exp;
branches;
next	1.4;

1.4
date	2006.04.16.18.19.27;	author yanshi;	state Exp;
branches;
next	1.3;

1.3
date	2006.04.10.19.49.27;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2006.03.29.22.49.16;	author idooley2;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@*** empty log message ***
@
text
@OPTS = -O3
CHARMC = ../../../bin/charmc -language ampi -memory gnu
MPICC = mpicc

all: mpibench mpibench.mpi

allgather: allgather.c
	$(CHARMC) -c allgather.c $(OPTS)
	$(CHARMC) -o allgather allgather.o $(OPTS) $(LIBS) -memory gnu

allgather.mpi: allgather.c
	$(MPICC) -c allgather.c $(OPTS)
	$(MPICC) -o allgather.mpi allgather.o $(OPTS) $(LIBS)

alltoall: alltoall.c
	$(CHARMC) -c alltoall.c $(OPTS)
	$(CHARMC) -o alltoall alltoall.o $(OPTS) $(LIBS) -memory gnu

alltoall.mpi: alltoall.c
	$(MPICC) -c alltoall.c $(OPTS)
	$(MPICC) -o alltoall.mpi alltoall.o $(OPTS) $(LIBS)

mpibench: mpibench.c
	$(CHARMC) -c mpibench.c $(OPTS)
	$(CHARMC) -o pgm mpibench.o $(OPTS) $(LIBS)

mpibench.mpi: mpibench.c
	$(MPICC) -c mpibench.c $(OPTS)
	$(MPICC) -o pgm-mpi mpibench.o $(OPTS) $(LIBS)

alltoall_VPtest: alltoall_VPtest.c
	$(CHARMC) -c alltoall_VPtest.c $(OPTS)
	$(CHARMC) -o alltoall_VPtest alltoall_VPtest.o $(OPTS) $(LIBS)

alltoall_VPtest_f: alltoall_VPtest.f
	$(CHARMC) -c alltoall_VPtest.f  -language ampif -swapglobals  $(OPTS)
	$(CHARMC) -o alltoall_VPtest_f alltoall_VPtest.o -language ampif -swapglobals $(OPTS) $(LIBS)

clean:
	rm -rf *~ *.o alltoall mpibench charmrun conv-host allgather
@


1.4
log
@Fortran test code for alltoall. Needed to investigate the memory
leak.
@
text
@d2 1
a2 1
CHARMC = ../../../bin/charmc -language ampi
d5 9
a13 1
all: alltoall alltoall_VPtest
d17 1
a17 1
	$(CHARMC) -o alltoall alltoall.o $(OPTS) $(LIBS)
d25 5
a29 1
	$(CHARMC) -o mpibench mpibench.o $(OPTS) $(LIBS)
d40 1
a40 1
	rm -rf *~ *.o alltoall mpibench charmrun conv-host alltoall_VPtest
@


1.3
log
@updated
@
text
@d23 4
@


1.2
log
@Added another all to all test.
@
text
@d24 1
a24 1
	rm -rf *~ *.o alltoall mpibench charmrun conv-host
@


1.1
log
@Checked in an alltoall benchmark
@
text
@d5 1
a5 1
all: alltoall
d19 3
@

