#! /bin/bash # This script must be run as SU to install intelXE2015 in a Linux sysmte in /share/apps/intel # prerequisite: /share/apps has already existed. # grep licence: mkdir /opt/intel/licenses cd /opt/intel/licenses wget http://comsics.usm.my/tlyoon/configrepo/howto/intel/licenses/l_4RTSP9MD.lic wget http://comsics.usm.my/tlyoon/configrepo/howto/intel/licenses/l_42FGJJWM.lic ## Download the source file and licenses from www2.fizik.usm.my into /share/apps/configrepo cd /share/apps/configrepo wget http://comsics.usm.my/tlyoon/configrepo/howto/intel/parallel_studio_xe_2015_update3.tgz tar -xvf parallel_studio_xe_2015_update3.tgz cd parallel_studio_xe_2015_update3 ./install.sh # When prompted, install MANUALLY intel xe in the directory "/share/apps/intel/" ### sourcing (to be added into $USER/.bashrc) ## Add the following script to .bashrc of any users who wants to use them: source /share/apps/intel/composer_xe_2015.3.187/bin/compilervars.sh intel64 source /share/apps/intel/composer_xe_2015.3.187/bin/compilervars_arch.sh intel6 source /share/apps/intel/impi/5.0.3.048/intel64/bin/mpivars.sh