Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
linuxbin
Commits
436486e9
Commit
436486e9
authored
6 years ago
by
Kim Liegeois
Browse files
Options
Downloads
Patches
Plain Diff
Correction of typos
parent
a0d987e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfg/blake/trilinos.profile
+6
-17
6 additions, 17 deletions
cfg/blake/trilinos.profile
with
6 additions
and
17 deletions
cfg/blake/trilinos.profile
+
6
−
17
View file @
436486e9
...
...
@@ -2,9 +2,9 @@ function setEnsembleReduction(){
remove2env
INCLUDE
"${Trilinos_DIR}/include"
remove2env
LIB
"${Trilinos_DIR}/lib"
remove2env
PYTHONPATH
"${Trilinos_DIR}/lib/python2.7/site-packages"
remove2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib/python2.7/site-packages/PyTrilinos
/
"
remove2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib/python2.7/site-packages
/
"
remove2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib
/
"
remove2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib/python2.7/site-packages/PyTrilinos"
remove2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib/python2.7/site-packages"
remove2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib"
if
[
“$
1
”
==
“
false
”
];
then
export
Trilinos_DIR
=
$Trilinos_DIR_NO_ER
export
Waves_DIR
=
$Waves_DIR_NO_ER
...
...
@@ -17,9 +17,9 @@ function setEnsembleReduction(){
add2env
INCLUDE
"${Trilinos_DIR}/include"
end
add2env
LIB
"${Trilinos_DIR}/lib"
end
add2env
PYTHONPATH
"${Trilinos_DIR}/lib/python2.7/site-packages"
front
add2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib/python2.7/site-packages/PyTrilinos
/
"
end
add2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib/python2.7/site-packages
/
"
end
add2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib
/
"
end
add2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib/python2.7/site-packages/PyTrilinos"
end
add2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib/python2.7/site-packages"
end
add2env
LD_LIBRARY_PATH
"${Trilinos_DIR}/lib"
end
}
export
Trilinos_DIR_ER
=
"/ascldap/users/knliege/local/trilinos_all/blake_ER"
...
...
@@ -29,14 +29,3 @@ export Waves_DIR_NO_ER="/ascldap/users/knliege/dev/waves_all/blake/waves"
setEnsembleReduction
false
#export ensemble_reduction="false"
#if [ “$ensemble_reduction” == “false” ]; then
#export Trilinos_DIR="/ascldap/users/knliege/local/trilinos_all/blake"
#else
#export Trilinos_DIR="/ascldap/users/knliege/local/trilinos_all/blake_ER"
#fi
#export INCLUDE=$INCLUDE:"${Trilinos_DIR}/include"
#export LIB=$LIB:"${Trilinos_DIR}/lib"
#export PYTHONPATH="${Trilinos_DIR}/lib/python2.7/site-packages":$PYTHONPATH
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"${Trilinos_DIR}/lib/python2.7/site-packages/PyTrilinos/":"${Trilinos_DIR}/lib/python2.7/site-packages/":"${Trilinos_DIR}/lib/"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment