In Intel® Parallel Studio XE 2016 Updates 1 and 2 for Linux*, there is an issue with the cshell environment variable scripts. The mpsvars.sh environment variable script contains a mistake which can cause errors. In order to avoid this, the psxevars.csh script does not call the itacvars.csh script. If you wish to enable the itacvars.csh script to be called from psxevars.csh script, please make the following modifications:
- Uncomment the lines calling itacvars.csh in the psxevars.csh script.
- Edit the $SCRIPTPATH/itac_9.1/bin/mpsvars.csh file by changing
setenv MPS_FILE_POSTFIX="_%D-%T"
to
setenv MPS_FILE_POSTFIX "_%D-%T"
This will enable the itacvars.csh and mpsvars.csh scripts to be called by psxevars.csh
Note: This only applies to the cshell environment variable scripts. The bash shell scripts are not impacted by this.