Blame view

env.sh 473 Bytes
ea763814   Elena.Budnik   init
1
2
#!/bin/bash

e2271bb5   Elena.Budnik   work
3
# SOFT ROOT 
20f5ffde   Elena.Budnik   lcal modifs
4
export SW2ROOT=/home/budnik/SolarWind
ea763814   Elena.Budnik   init
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

export DDUSER=budnik
export DDPWD=Sacre-Cour

# DDPATH
export DDPATH=$SW2ROOT

#Requests 
export REQ=$SW2ROOT/Requests

# LIBRARIES
export DD_DIR=/usr/local/DDClient
export TINYDIR=/usr/local/tinyxml
export LD_LIBRARY_PATH=$DD_DIR/lib:$TINYDIR/lib

# EXECUTABLES
export PATH=/bin:/usr/bin:/usr/local/bin:./:$SW2ROOT/Bin:$DD_DIR/bin

# DATA ROOT
export SW2DATA=$SW2ROOT/Data

# OUTPUT
export SW2NC=$SW2ROOT/Nc