#!/bin/sh
export MCXTRACE=/usr/local/mcxtrace/1.2
export MCXTRACE_TOOLS=/usr/local/mcxtrace/1.2/mcxtrace-tools-perl-1.2
export PATH=/usr/local/mcxtrace/1.2/bin:/opt/mccode/openmpi/bin:/opt/mccode/gcc/bin:$PATH
echo
echo The new shell started here is now set up for running this version of mcxtrace:
echo
mcxtrace -v
echo
echo To end using this version of mcstas, exit this shell.
echo
export PS1='mcxtrace-1.2 env \w\$ > '
if [ -x "\${SHELL}" ]; then
  \${SHELL}
else
  /bin/sh
fi

