From 2cd715c4b92f853e93ed26eac8365af20cd274dd Mon Sep 17 00:00:00 2001
From: Luc Papeleux <papeleux@william.ltas.ulg.ac.be>
Date: Wed, 26 Jan 2022 11:33:35 +0100
Subject: [PATCH] add william cfg & licence

---
 cfg/william/gmsh.profile           |  3 +++
 cfg/william/intelCommunity.bashrc  |  9 +++++++++
 cfg/william/intelCommunity.profile | 11 +++++++++++
 cfg/william/lagamine.profile       |  3 +++
 cfg/william/matlab.profile         |  1 +
 cfg/william/mumps.profile          |  3 +++
 cfg/william/parasolid.profile      |  3 +++
 cfg/william/samcef.profile         |  2 ++
 cfg/william/scilab.profile         |  1 +
 mtfLicense/william.lic             |  1 +
 10 files changed, 37 insertions(+)
 create mode 100644 cfg/william/gmsh.profile
 create mode 100644 cfg/william/intelCommunity.bashrc
 create mode 100644 cfg/william/intelCommunity.profile
 create mode 100644 cfg/william/lagamine.profile
 create mode 100644 cfg/william/matlab.profile
 create mode 100644 cfg/william/mumps.profile
 create mode 100644 cfg/william/parasolid.profile
 create mode 100644 cfg/william/samcef.profile
 create mode 100644 cfg/william/scilab.profile
 create mode 100644 mtfLicense/william.lic

diff --git a/cfg/william/gmsh.profile b/cfg/william/gmsh.profile
new file mode 100644
index 0000000..412f3fc
--- /dev/null
+++ b/cfg/william/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/william/intelCommunity.bashrc b/cfg/william/intelCommunity.bashrc
new file mode 100644
index 0000000..06b1982
--- /dev/null
+++ b/cfg/william/intelCommunity.bashrc
@@ -0,0 +1,9 @@
+# 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
+export MKL_DEBUG_CPU_TYPE=5
diff --git a/cfg/william/intelCommunity.profile b/cfg/william/intelCommunity.profile
new file mode 100644
index 0000000..3e1712b
--- /dev/null
+++ b/cfg/william/intelCommunity.profile
@@ -0,0 +1,11 @@
+# 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
+export MKL_DEBUG_CPU_TYPE=5
diff --git a/cfg/william/lagamine.profile b/cfg/william/lagamine.profile
new file mode 100644
index 0000000..f8e4775
--- /dev/null
+++ b/cfg/william/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/william/matlab.profile b/cfg/william/matlab.profile
new file mode 100644
index 0000000..0ff3588
--- /dev/null
+++ b/cfg/william/matlab.profile
@@ -0,0 +1 @@
+add2env PATH "/opt/matlab/bin"
diff --git a/cfg/william/mumps.profile b/cfg/william/mumps.profile
new file mode 100644
index 0000000..57e0ada
--- /dev/null
+++ b/cfg/william/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/william/parasolid.profile b/cfg/william/parasolid.profile
new file mode 100644
index 0000000..e24e2e8
--- /dev/null
+++ b/cfg/william/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/william/samcef.profile b/cfg/william/samcef.profile
new file mode 100644
index 0000000..834343e
--- /dev/null
+++ b/cfg/william/samcef.profile
@@ -0,0 +1,2 @@
+export SAM_ZONE=200000000
+add2env PATH "/opt/samcef"
diff --git a/cfg/william/scilab.profile b/cfg/william/scilab.profile
new file mode 100644
index 0000000..72c5105
--- /dev/null
+++ b/cfg/william/scilab.profile
@@ -0,0 +1 @@
+add2env PATH "/opt/scilab/bin" front
diff --git a/mtfLicense/william.lic b/mtfLicense/william.lic
new file mode 100644
index 0000000..260f86c
--- /dev/null
+++ b/mtfLicense/william.lic
@@ -0,0 +1 @@
+646574612B0A060C031B13305B736D657470666F722024372D0F021B1900102D0F0C1703161163666F722D657461D66F726D137461662B726D65FE61666F166D657463666F722F6574616A6F726D1E74616648726D659F61666F34666574
-- 
GitLab