#!/bin/csh
#
# This script sets up all the environment variables needed by the
# module compiler (mc), then mc is run.
#

setenv SYNOPSYS     /home/cad/synopsys/syn/current
source $SYNOPSYS/mc/localadm/setup.csh
mc

