From c0d33f01e303ef3bee0070ea91d65e52dee2b346 Mon Sep 17 00:00:00 2001
From: kliegeois <kimliegeois@ymail.com>
Date: Wed, 9 Jan 2019 19:03:27 -0700
Subject: [PATCH] Add Blake and Bowman

---
 cfg/blake-lsm1/compilers.profile   | 1 +
 cfg/blake-lsm1/gmsh.profile        | 1 +
 cfg/blake-lsm1/vtk.profile         | 3 +++
 cfg/bowman-lsm1/OMP.profile        | 4 ++++
 cfg/bowman-lsm1/PyTrilinos.profile | 1 +
 cfg/bowman-lsm1/anaconda.profile   | 1 +
 cfg/bowman-lsm1/cmake.profile      | 2 ++
 cfg/bowman-lsm1/compilers.profile  | 5 +++++
 cfg/bowman-lsm1/gmsh.profile       | 1 +
 cfg/bowman-lsm1/trilinos.profile   | 6 ++++++
 cfg/bowman-lsm1/vtk.profile        | 3 +++
 cfg/bowman-lsm1/vtune.profile      | 1 +
 12 files changed, 29 insertions(+)
 create mode 100644 cfg/blake-lsm1/compilers.profile
 create mode 100644 cfg/blake-lsm1/gmsh.profile
 create mode 100644 cfg/blake-lsm1/vtk.profile
 create mode 100644 cfg/bowman-lsm1/OMP.profile
 create mode 100644 cfg/bowman-lsm1/PyTrilinos.profile
 create mode 100644 cfg/bowman-lsm1/anaconda.profile
 create mode 100644 cfg/bowman-lsm1/cmake.profile
 create mode 100644 cfg/bowman-lsm1/compilers.profile
 create mode 100644 cfg/bowman-lsm1/gmsh.profile
 create mode 100644 cfg/bowman-lsm1/trilinos.profile
 create mode 100644 cfg/bowman-lsm1/vtk.profile
 create mode 100644 cfg/bowman-lsm1/vtune.profile

diff --git a/cfg/blake-lsm1/compilers.profile b/cfg/blake-lsm1/compilers.profile
new file mode 100644
index 0000000..55906d6
--- /dev/null
+++ b/cfg/blake-lsm1/compilers.profile
@@ -0,0 +1 @@
+module load devpack/latest/openmpi/2.1.2/intel/18.1.163
diff --git a/cfg/blake-lsm1/gmsh.profile b/cfg/blake-lsm1/gmsh.profile
new file mode 100644
index 0000000..acbc640
--- /dev/null
+++ b/cfg/blake-lsm1/gmsh.profile
@@ -0,0 +1 @@
+PATH="/home/knliege/local/gmsh/bin":$PATH
diff --git a/cfg/blake-lsm1/vtk.profile b/cfg/blake-lsm1/vtk.profile
new file mode 100644
index 0000000..c70a184
--- /dev/null
+++ b/cfg/blake-lsm1/vtk.profile
@@ -0,0 +1,3 @@
+export PYTHONPATH=/home/knliege/local/vtk/lib/python2.7/site-packages:$PYTHONPATH
+export PYTHONPATH=/home/knliege/local/vtk/lib/python2.7/site-packages/vtkmodules:$PYTHONPATH
+export LD_LIBRARY_PATH=/home/knliege/local/vtk/lib:$LD_LIBRARY_PATH
diff --git a/cfg/bowman-lsm1/OMP.profile b/cfg/bowman-lsm1/OMP.profile
new file mode 100644
index 0000000..18a7f15
--- /dev/null
+++ b/cfg/bowman-lsm1/OMP.profile
@@ -0,0 +1,4 @@
+export OMP_NUM_THREADS=256
+export OMP_PROC_BIND=close
+export OMP_PLACES=threads
+export MKL_AFFINITY=compact
diff --git a/cfg/bowman-lsm1/PyTrilinos.profile b/cfg/bowman-lsm1/PyTrilinos.profile
new file mode 100644
index 0000000..1970c1e
--- /dev/null
+++ b/cfg/bowman-lsm1/PyTrilinos.profile
@@ -0,0 +1 @@
+export PYTHONPATH="/home/knliege/local/trilinos/lib/python2.7/site-packages/":"/home/knliege/local/trilinos/lib/python2.7/site-packages/PyTrilinos/":$PYTHONPATH
diff --git a/cfg/bowman-lsm1/anaconda.profile b/cfg/bowman-lsm1/anaconda.profile
new file mode 100644
index 0000000..145ea9e
--- /dev/null
+++ b/cfg/bowman-lsm1/anaconda.profile
@@ -0,0 +1 @@
+export PATH="/home/knliege/anaconda2/bin:$PATH"
diff --git a/cfg/bowman-lsm1/cmake.profile b/cfg/bowman-lsm1/cmake.profile
new file mode 100644
index 0000000..b9bdcf0
--- /dev/null
+++ b/cfg/bowman-lsm1/cmake.profile
@@ -0,0 +1,2 @@
+module unload cmake/3.5.2
+export PATH=/home/knliege/local/cmake/bin:$PATH
diff --git a/cfg/bowman-lsm1/compilers.profile b/cfg/bowman-lsm1/compilers.profile
new file mode 100644
index 0000000..3dca980
--- /dev/null
+++ b/cfg/bowman-lsm1/compilers.profile
@@ -0,0 +1,5 @@
+module load devpack/openmpi/1.10.4/intel/17.0.098
+module swap intel/compilers/17.0.098 intel/compilers/18.2.199
+export OMPI_CC=/home/projects/x86-64-knl/intel/compilers/2018/compilers_and_libraries_2018.2.199/linux/bin/intel64/icc
+export OMPI_CXX=/home/projects/x86-64-knl/intel/compilers/2018/compilers_and_libraries_2018.2.199/linux/bin/intel64/icpc
+export OMPI_FC=/home/projects/x86-64-knl/intel/compilers/2018/compilers_and_libraries_2018.2.199/linux/bin/intel64/ifort
diff --git a/cfg/bowman-lsm1/gmsh.profile b/cfg/bowman-lsm1/gmsh.profile
new file mode 100644
index 0000000..acbc640
--- /dev/null
+++ b/cfg/bowman-lsm1/gmsh.profile
@@ -0,0 +1 @@
+PATH="/home/knliege/local/gmsh/bin":$PATH
diff --git a/cfg/bowman-lsm1/trilinos.profile b/cfg/bowman-lsm1/trilinos.profile
new file mode 100644
index 0000000..7908275
--- /dev/null
+++ b/cfg/bowman-lsm1/trilinos.profile
@@ -0,0 +1,6 @@
+export INCLUDE=$INCLUDE:"/home/knliege/local/trilinos/include"
+export LIB=$LIB:"/home/knliege/local/trilinos/lib"
+export Trilinos_DIR="/home/knliege/local/trilinos"
+#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/home/knliege/local/trilinosStokhosExamples"
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/home/knliege/local/trilinos/lib/python2.7/site-packages/PyTrilinos/":"/home/knliege/local/trilinos/lib/python2.7/site-packages/":"/home/knliege/local/trilinos/lib/"
+
diff --git a/cfg/bowman-lsm1/vtk.profile b/cfg/bowman-lsm1/vtk.profile
new file mode 100644
index 0000000..c70a184
--- /dev/null
+++ b/cfg/bowman-lsm1/vtk.profile
@@ -0,0 +1,3 @@
+export PYTHONPATH=/home/knliege/local/vtk/lib/python2.7/site-packages:$PYTHONPATH
+export PYTHONPATH=/home/knliege/local/vtk/lib/python2.7/site-packages/vtkmodules:$PYTHONPATH
+export LD_LIBRARY_PATH=/home/knliege/local/vtk/lib:$LD_LIBRARY_PATH
diff --git a/cfg/bowman-lsm1/vtune.profile b/cfg/bowman-lsm1/vtune.profile
new file mode 100644
index 0000000..9eb7d30
--- /dev/null
+++ b/cfg/bowman-lsm1/vtune.profile
@@ -0,0 +1 @@
+module load intel/vtune/2017.0.2
-- 
GitLab