-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·63 lines (40 loc) · 2.03 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
To set up the environment variables to run on Savio, you need to modify the .bashrc or .bash_profile to include:
# User specific modules
module load intel
module load openmpi
module load python/2.7.8
module load numpy
module load scipy
module load matplotlib
module load setuptools
module load tables
module load nose
module load mpi4py
export DATAPATH=/global/scratch/co_nuclear/MCNP/MCNP_DATA/
export PYTHONIOENCODING=utf-8
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/global/home/groups/co_nuclear/pyne/lib
PATH=$PATH:/global/home/users/sbogetic/bin:/global/home/groups/co_nuclear/bin
PATH=$PATH:/global/home/users/sbogetic/bin:/global/home/groups/co_nuclear/LANL/MCNP5/bin/
PATH=$PATH:$HOME/bin:/global/home/groups/co_nuclear/bin:/global/home/groups/co_nuclear/ADVANTG/bin
PYTHONPATH=$PYTHONPATH:/global/home/groups/co_nuclear/python-pkgs/pp-1.6.5
PYTHONPATH=$PYTHONPATH:/global/home/groups/co_nuclear/python-pkgs/pyDOE-0.3.8-py2.7.egg
export PATH
# Aliases
alias groupdir="cd /global/home/groups/co_nuclear"
alias nuc='squeue -q nuclear_normal'
To get the latest repo on Savio:
You will need to generate an SSH key. Follow the steps here:
https://help.github.com/articles/connecting-to-github-with-ssh/
Then clone the repo in your desired folder location.
## Licensing Information
\license <a href='../../licensing/LICENSE'>GNU GPLv3.0+ </a>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.