source: codes/icosagcm/trunk/arch/arch-SP6_BLUEFIRE.README @ 24

Last change on this file since 24 was 20, checked in by dubos, 12 years ago

Compiler options and environment variables for NCAR Bluefire

File size: 512 bytes
Line 
1# To setup environment variables on NCAR Bluefire SP6
2# Change your shell to bash :
3# see http://www2.cisl.ucar.edu/docs/bluefire/getting-started
4# tab 'Shell and environment'
5# then put the following lines in your ~/.profile
6
7. /contrib/Modules/3.2.6/init/bash
8module load emacs
9module load netcdf
10module load svn-1.5
11
12export TERM=xterm
13export PATH=${HOME}/bin:$PATH
14
15# FCM needs GNU make. A workaround is to create ~/bin
16# and symlink /usr/local/gmake to ~/bin/make :
17# ln -s /usr/local/bin/gmake ~/bin/make
Note: See TracBrowser for help on using the repository browser.