From c07c33cf0ac23c47bcc60cdaf4ec08d338bf672b Mon Sep 17 00:00:00 2001 From: kliegeois <kimliegeois@ymail.com> Date: Wed, 15 Jan 2020 01:35:52 -0700 Subject: [PATCH] update linuxbin of Blake --- cfg/blake/gmsh.profile | 2 +- cfg/blake/mumps.profile | 2 ++ cfg/blake/trilinos.profile | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 cfg/blake/mumps.profile diff --git a/cfg/blake/gmsh.profile b/cfg/blake/gmsh.profile index 4b9d4e9..d3d3409 100644 --- a/cfg/blake/gmsh.profile +++ b/cfg/blake/gmsh.profile @@ -1,2 +1,2 @@ -PATH="/ascldap/users/knliege/local/gmsh2/gmsh-3.0.5-Linux/bin":$PATH +PATH="/ascldap/users/knliege/local/gmsh2/gmsh-3.0.6-Linux64/bin":$PATH export LD_LIBRARY_PATH=/ascldap/users/knliege/local/lib:$LD_LIBRARY_PATH diff --git a/cfg/blake/mumps.profile b/cfg/blake/mumps.profile new file mode 100644 index 0000000..ba7b094 --- /dev/null +++ b/cfg/blake/mumps.profile @@ -0,0 +1,2 @@ +add2env LIB "/ascldap/users/knliege/local/mumps-4.10.0/lib" end +add2env INCLUDE "/ascldap/users/knliege/local/mumps-4.10.0/include" end diff --git a/cfg/blake/trilinos.profile b/cfg/blake/trilinos.profile index 2a08ff4..2240f1b 100644 --- a/cfg/blake/trilinos.profile +++ b/cfg/blake/trilinos.profile @@ -20,6 +20,7 @@ function setEnsembleReduction(){ 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 + cd $Waves_DIR } export Trilinos_DIR_ER="/ascldap/users/knliege/local/trilinos_all/blake_ER" -- GitLab