diff --git a/cfg/blake-lsm1/anaconda.profile b/cfg/blake-lsm1/anaconda.profile
new file mode 100644
index 0000000000000000000000000000000000000000..145ea9e830aa4e3283e60f521e9fa9018a23431b
--- /dev/null
+++ b/cfg/blake-lsm1/anaconda.profile
@@ -0,0 +1 @@
+export PATH="/home/knliege/anaconda2/bin:$PATH"
diff --git a/cfg/blake-lsm1/compilers.profile b/cfg/blake-lsm1/compilers.profile
index 55906d6a7d9808376e75cc550278721cafaeac8b..f3ff3ed97d9cb5eed98ebec1c1002e029e30d686 100644
--- a/cfg/blake-lsm1/compilers.profile
+++ b/cfg/blake-lsm1/compilers.profile
@@ -1 +1,3 @@
 module load devpack/latest/openmpi/2.1.2/intel/18.1.163
+module unload cmake/3.9.0
+module load cmake/3.10.2
diff --git a/cfg/blake-lsm1/swig.profile b/cfg/blake-lsm1/swig.profile
new file mode 100644
index 0000000000000000000000000000000000000000..4e43a01e5551815bf59bf801ffb45828dc86e001
--- /dev/null
+++ b/cfg/blake-lsm1/swig.profile
@@ -0,0 +1 @@
+PATH="/home/knliege/local/swig/bin":$PATH
diff --git a/cfg/blake-lsm1/trilinos.profile b/cfg/blake-lsm1/trilinos.profile
new file mode 100644
index 0000000000000000000000000000000000000000..b592a52dea56e6e11d4ad8f27c9c4314f109f93f
--- /dev/null
+++ b/cfg/blake-lsm1/trilinos.profile
@@ -0,0 +1,5 @@
+export INCLUDE=$INCLUDE:"/home/knliege/local/trilinos_blake/include"
+export LIB=$LIB:"/home/knliege/local/trilinos_blake/lib"
+export Trilinos_DIR="/home/knliege/local/trilinos_blake"
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/home/knliege/local/trilinos_blake/lib/python2.7/site-packages/PyTrilinos/":"/home/knliege/local/trilinos_blake/lib/python2.7/site-packages/":"/home/knliege/local/trilinos_blake/lib/"
+
diff --git a/cfg/bowman-lsm1/cmake.profile b/cfg/bowman-lsm1/cmake.profile
index b9bdcf0602cc9febbac4206bbe2a16e2efecee76..e241a8d0e8cdf8bc14f0377cd1540564456b8446 100644
--- a/cfg/bowman-lsm1/cmake.profile
+++ b/cfg/bowman-lsm1/cmake.profile
@@ -1,2 +1,2 @@
-module unload cmake/3.5.2
+module unload cmake/3.12.3
 export PATH=/home/knliege/local/cmake/bin:$PATH
diff --git a/cfg/bowman-lsm1/compilers.profile b/cfg/bowman-lsm1/compilers.profile
index 3dca98042060b1aae0339bf30693df938aa415c7..6214987b8c5113b655e4b9cb34a69692e820bb1f 100644
--- a/cfg/bowman-lsm1/compilers.profile
+++ b/cfg/bowman-lsm1/compilers.profile
@@ -1,5 +1,7 @@
 module load devpack/openmpi/1.10.4/intel/17.0.098
 module swap intel/compilers/17.0.098 intel/compilers/18.2.199
+module unload cmake/3.5.2
+module load cmake/3.12.3
 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/swig.profile b/cfg/bowman-lsm1/swig.profile
new file mode 100644
index 0000000000000000000000000000000000000000..4e43a01e5551815bf59bf801ffb45828dc86e001
--- /dev/null
+++ b/cfg/bowman-lsm1/swig.profile
@@ -0,0 +1 @@
+PATH="/home/knliege/local/swig/bin":$PATH