diff --git a/cfg/blake-lsm1/compilers.profile b/cfg/blake-lsm1/compilers.profile new file mode 100644 index 0000000000000000000000000000000000000000..55906d6a7d9808376e75cc550278721cafaeac8b --- /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 0000000000000000000000000000000000000000..acbc6406482abb9367df35a287bc07840c77d15c --- /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 0000000000000000000000000000000000000000..c70a18441b459d033f4c1f238f45e35e3f41d258 --- /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 0000000000000000000000000000000000000000..18a7f15fb203ee986fa6ad94c23040551d401b1b --- /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 0000000000000000000000000000000000000000..1970c1e89ad474eb93e34d17e9e9daa25ac6ae0b --- /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 0000000000000000000000000000000000000000..145ea9e830aa4e3283e60f521e9fa9018a23431b --- /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 0000000000000000000000000000000000000000..b9bdcf0602cc9febbac4206bbe2a16e2efecee76 --- /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 0000000000000000000000000000000000000000..3dca98042060b1aae0339bf30693df938aa415c7 --- /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 0000000000000000000000000000000000000000..acbc6406482abb9367df35a287bc07840c77d15c --- /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 0000000000000000000000000000000000000000..79082755ca0dfd61812eea6b4ebdcb49b4c47cef --- /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 0000000000000000000000000000000000000000..c70a18441b459d033f4c1f238f45e35e3f41d258 --- /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 0000000000000000000000000000000000000000..9eb7d30956a33bd382a72d2fcbc848e57107edbf --- /dev/null +++ b/cfg/bowman-lsm1/vtune.profile @@ -0,0 +1 @@ +module load intel/vtune/2017.0.2