#! /bin/bash # Use this script to install mathematica in any compute node LOCALLY. #############installing mathematica################## mkdir /root/configrepo cd /root/configrepo/ sh /share/apps/configrepo/mathematica/Mathematica_8.0.1_LINUX.sh #############end of installing mathematica##################