<<Include(Menu)>>

LTR Environment Variables

The first step to run an LTR code is to configure your environment. You must set two environment variables:

Bash Shell

The environment variables you need to set are*:

export LTRROOT=/home/wiltbemj/src/LTR-para
export PATH=$PATH:$LTRROOT/misc/python

You need this environment variable set each time you run the code. You can automatically set them each time you login in one of your login scripts: $HOME/.bashrc, $HOME/.bash_login, $HOME/.bash_profile.

C-Shell Shell

The environment variables you need to set are*:

setenv LTRROOT /home/wiltbemj/src/LTR-para
setenv PATH $PATH:$LTRROOT/misc/python

You need this environment variable set each time you run the code. You can automatically set them each time you login in your login script at $HOME/.cshrc

Footnotes