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


1.1
date	2008.07.06.07.01.48;	author gzheng;	state Exp;
branches;
next	;
commitid	RNgbHvYlQMEmcI9t;


desc
@@


1.1
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
@
