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


1.3
date	2008.07.06.07.01.48;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	RNgbHvYlQMEmcI9t;

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

1.1
date	2002.04.25.19.56.15;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.3
log
@mpicxx for mpiCC.
windows is case insensitive so mpiCC and mpicc have same name.
@
text
@#!/bin/sh
CHARMBIN=`dirname $0`

ln $CHARMBIN/../include/mpi.h .
$CHARMBIN/charmc -language ampi $@@
/bin/rm -f mpi.h
@


1.2
log
@Use 'dirname $0' to get charm bin instead of 'which charmc'
@
text
@d3 2
d6 1
@


1.1
log
@Simple wrappers around charmc.  These make AMPI makefile-compatible
with regular MPI.
@
text
@d2 2
a3 1
`which charmc` -language ampi $@@
@

