diff --git a/cfg/blueberry/comp.cfg b/cfg/blueberry/comp.cfg
index 0d7cd49c3a857b85cc5cc876029ab78761433a0f..87bcedcfccdae20b3a004ff21234cae1b9fa1592 100644
--- a/cfg/blueberry/comp.cfg
+++ b/cfg/blueberry/comp.cfg
@@ -1,5 +1,5 @@
-self.pars['CMAKELIST'].val='gaston.cmake'
-self.pars['NB_TASKS'].val='6'
+self.pars['CMAKELIST'].val='blueberry.cmake'
+self.pars['NB_TASKS'].val='8'
 self.pars['NB_THREADS'].val='1'
 self.pars['RUNMETHOD'].vals=['interactive','at','batch',]
 self.pars['RUNMETHOD'].val='batch'
diff --git a/cfg/blueberry/gmsh.profile b/cfg/blueberry/gmsh.profile
new file mode 100644
index 0000000000000000000000000000000000000000..412f3fcb47cd01cfd224b34e5ac684e0516fecd4
--- /dev/null
+++ b/cfg/blueberry/gmsh.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/gmsh/bin" front
+add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
+add2env PYTHONPATH "/opt/gmsh/lib"
diff --git a/cfg/blueberry/trilinos.profile b/cfg/blueberry/trilinos.profile
new file mode 100644
index 0000000000000000000000000000000000000000..6cc2c8abbf5fd6168af0ab578117ed9824ee46dc
--- /dev/null
+++ b/cfg/blueberry/trilinos.profile
@@ -0,0 +1,5 @@
+# Trilinos custom compile localement
+# (permet le FIND_PACKAGE(Trilinos) dans CMake)
+add2env CMAKE_PREFIX_PATH "/opt/trilinos" front
+add2env PYTHONPATH "/opt/trilinos/lib/python3.7/site-packages" front
+
diff --git a/cfg/gaston/gmsh.profile b/cfg/gaston/gmsh.profile
new file mode 100644
index 0000000000000000000000000000000000000000..412f3fcb47cd01cfd224b34e5ac684e0516fecd4
--- /dev/null
+++ b/cfg/gaston/gmsh.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/gmsh/bin" front
+add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
+add2env PYTHONPATH "/opt/gmsh/lib"
diff --git a/cfg/spring/gmsh.profile b/cfg/spring/gmsh.profile
new file mode 100644
index 0000000000000000000000000000000000000000..412f3fcb47cd01cfd224b34e5ac684e0516fecd4
--- /dev/null
+++ b/cfg/spring/gmsh.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/gmsh/bin" front
+add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
+add2env PYTHONPATH "/opt/gmsh/lib"
diff --git a/cfg/thorgal/gmsh.profile b/cfg/thorgal/gmsh.profile
new file mode 100644
index 0000000000000000000000000000000000000000..412f3fcb47cd01cfd224b34e5ac684e0516fecd4
--- /dev/null
+++ b/cfg/thorgal/gmsh.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/gmsh/bin" front
+add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
+add2env PYTHONPATH "/opt/gmsh/lib"
diff --git a/cfg/warson/comp.cfg b/cfg/warson/comp.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..ff8a2d5890ed8d7d1db0943e0ee6d04df7fdd6db
--- /dev/null
+++ b/cfg/warson/comp.cfg
@@ -0,0 +1,5 @@
+self.pars['CMAKELIST'].val='blueberry.cmake'
+self.pars['NB_TASKS'].val='32'
+self.pars['NB_THREADS'].val='1'
+self.pars['RUNMETHOD'].vals=['interactive','at','batch',]
+self.pars['RUNMETHOD'].val='batch'
diff --git a/cfg/warson/gmsh.profile b/cfg/warson/gmsh.profile
new file mode 100644
index 0000000000000000000000000000000000000000..412f3fcb47cd01cfd224b34e5ac684e0516fecd4
--- /dev/null
+++ b/cfg/warson/gmsh.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/gmsh/bin" front
+add2env LD_LIBRARY_PATH "/opt/gmsh/lib"
+add2env PYTHONPATH "/opt/gmsh/lib"
diff --git a/cfg/warson/intelCommunity.bashrc b/cfg/warson/intelCommunity.bashrc
new file mode 100644
index 0000000000000000000000000000000000000000..2d14ff92dd8decb05ab870de1b83467ec9634c83
--- /dev/null
+++ b/cfg/warson/intelCommunity.bashrc
@@ -0,0 +1,8 @@
+# Intel compiler and/or TBB/MKL 
+#
+# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
+
+if [ -d /opt/intel ] ; then
+    . /opt/intel/mkl/bin/mklvars.sh intel64
+    . /opt/intel/tbb/bin/tbbvars.sh intel64
+fi
diff --git a/cfg/warson/intelCommunity.profile b/cfg/warson/intelCommunity.profile
new file mode 100644
index 0000000000000000000000000000000000000000..b7ff6515f7b2e9fec9c46c006d25d042fdc70f4b
--- /dev/null
+++ b/cfg/warson/intelCommunity.profile
@@ -0,0 +1,10 @@
+# Intel compiler and/or TBB/MKL 
+#
+# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*")
+
+if [ -n "$BASH_VERSION" ]; then
+    if [ -d /opt/intel ] ; then
+        . /opt/intel/mkl/bin/mklvars.sh intel64
+        . /opt/intel/tbb/bin/tbbvars.sh intel64
+    fi
+fi
\ No newline at end of file
diff --git a/cfg/warson/lagamine.profile b/cfg/warson/lagamine.profile
new file mode 100644
index 0000000000000000000000000000000000000000..f8e4775f5d0074110bc831b07f445a947b427092
--- /dev/null
+++ b/cfg/warson/lagamine.profile
@@ -0,0 +1,3 @@
+add2env LD_LIBRARY_PATH "/opt/lagamine/lib"
+add2env INCLUDE "/opt/lagamine/include"
+add2env LIB "/opt/lagamine/lib"
diff --git a/cfg/warson/matlab.profile b/cfg/warson/matlab.profile
new file mode 100644
index 0000000000000000000000000000000000000000..0ff358894261fe6d720b2ad0368687cf5a7ce5f1
--- /dev/null
+++ b/cfg/warson/matlab.profile
@@ -0,0 +1 @@
+add2env PATH "/opt/matlab/bin"
diff --git a/cfg/warson/mumps.profile b/cfg/warson/mumps.profile
new file mode 100644
index 0000000000000000000000000000000000000000..57e0adabd33cd60503f6133f2c8fa4acd4e77105
--- /dev/null
+++ b/cfg/warson/mumps.profile
@@ -0,0 +1,3 @@
+add2env LD_LIBRARY_PATH "/opt/mumps/lib"
+add2env LIB "/opt/mumps/lib"
+add2env INCLUDE "/opt/mumps/include"
diff --git a/cfg/warson/parasolid.profile b/cfg/warson/parasolid.profile
new file mode 100644
index 0000000000000000000000000000000000000000..e24e2e80de8a8cf8b1f2a4f4ef7f632bb44dcb81
--- /dev/null
+++ b/cfg/warson/parasolid.profile
@@ -0,0 +1,3 @@
+add2env PATH "/opt/parasolid/shared_object"
+add2env INCLUDE "/opt/parasolid"
+export P_SCHEMA=/opt/parasolid/schema
diff --git a/cfg/warson/samcef.profile b/cfg/warson/samcef.profile
new file mode 100644
index 0000000000000000000000000000000000000000..834343ee4c4dcc979289fc859455636e016269dc
--- /dev/null
+++ b/cfg/warson/samcef.profile
@@ -0,0 +1,2 @@
+export SAM_ZONE=200000000
+add2env PATH "/opt/samcef"
diff --git a/mtfLicense/warson.lic b/mtfLicense/warson.lic
new file mode 100644
index 0000000000000000000000000000000000000000..824c810bc4123a6da24dbd60cd62936e34ecffbe
--- /dev/null
+++ b/mtfLicense/warson.lic
@@ -0,0 +1 @@
+646574612B0A060C031B13305B736D657470666F722024372D0F021B1900102D0F0C1703161160666F72C5657461386F726D207461668E726D65FB61666F636D6574FD6F6F72