# To setup environment variables on NCAR Bluefire SP6 # Change your shell to bash : # see http://www2.cisl.ucar.edu/docs/bluefire/getting-started # tab 'Shell and environment' # then put the following lines in your ~/.profile . /contrib/Modules/3.2.6/init/bash module load emacs module load netcdf module load svn-1.5 export TERM=xterm export PATH=${HOME}/bin:$PATH # FCM needs GNU make. A workaround is to create ~/bin # and symlink /usr/local/gmake to ~/bin/make : # ln -s /usr/local/bin/gmake ~/bin/make