Update of chpc standard .tcshrc and .bashrc
Posted: June 21, 2012
All,
There were a number of issues today that were in part due to the use of older .tcshrc files which sourced
/uufs/chpc.utah.edu/sys/pkg/intel/ifort/std/bin/ifortvars.csh
as this file did not exist (it has since been restored).
However, while troubleshooting the issue reports, we realized that this is setting up the environment for a version of the intel compilers that is approximately two years old. Since this version there have been several updates, the latest of which can be accessed with the following
source /uufs/chpc.utah.edu/sys/pkg/intel/composerxe/bin/compilervars.csh intel64
We recommend that anyone that was receiving the error do one of two things: either get the newest chpc.tcshrc or chpc.bashrc from the chpc website (preferred method) or at least changes the line in their existing .tcshrc or .bashrc that sets up the environment for the intel compilers to the line above.
To update you .tcshrc or .bashrc to the latest (shown for .tcshrc):
1. mv .tcshrc .tcshrc-save (just in case back up)
2. wget -O ~/.tcshrc http://www.chpc.utah.edu/docs/manuals/getting_started/code/chpc.tcshrc
3. comment/uncomment any of the package specific lines for your needs

