diff --git a/cfg/treebeard/compilers.bashrc b/cfg/treebeard/compilers.bashrc
new file mode 100644
index 0000000000000000000000000000000000000000..1a1a80b3dd5187730bbc6df0d9bbd42e8175a78e
--- /dev/null
+++ b/cfg/treebeard/compilers.bashrc
@@ -0,0 +1,9 @@
+# Intel compiler and/or TBB/MKL 
+#
+# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
+
+if [ -z "$MKLROOT" ]; then
+    if [ -d /opt/intel ] ; then
+        . /opt/intel/compilers_and_libraries_2019/linux/bin/compilervars.sh intel64
+    fi
+fi
diff --git a/cfg/treebeard/compilers.profile b/cfg/treebeard/compilers.profile
new file mode 100644
index 0000000000000000000000000000000000000000..ca2cbae9c01aac582fafddf75c6b4e3bc256b03e
--- /dev/null
+++ b/cfg/treebeard/compilers.profile
@@ -0,0 +1,9 @@
+# Intel compiler and/or TBB/MKL 
+#
+# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
+
+if [ -n "$BASH_VERSION" ]; then
+    if [ -d /opt/intel ] ; then
+        . /opt/intel/compilers_and_libraries_2019/linux/bin/compilervars.sh intel64 # mets intel mpi par defaut!
+    fi
+fi