From df6eedf85a7e0f81a71077b66f35c556c6cde866 Mon Sep 17 00:00:00 2001 From: Luc <L.Papeleux@ULiege.be> Date: Wed, 29 Dec 2021 12:59:20 +0100 Subject: [PATCH] configuration&licence vaillant --- cfg/vaillant/gmsh.profile | 3 +++ cfg/vaillant/intelCommunity.bashrc | 9 +++++++++ cfg/vaillant/intelCommunity.profile | 11 +++++++++++ cfg/vaillant/lagamine.profile | 3 +++ cfg/vaillant/matlab.profile | 1 + cfg/vaillant/metafor.profile | 1 + cfg/vaillant/mumps.profile | 3 +++ cfg/vaillant/parasolid.profile | 3 +++ cfg/vaillant/samcef.profile | 2 ++ mtfLicense/vaillant.lic | 1 + 10 files changed, 37 insertions(+) create mode 100644 cfg/vaillant/gmsh.profile create mode 100644 cfg/vaillant/intelCommunity.bashrc create mode 100644 cfg/vaillant/intelCommunity.profile create mode 100644 cfg/vaillant/lagamine.profile create mode 100644 cfg/vaillant/matlab.profile create mode 100644 cfg/vaillant/metafor.profile create mode 100644 cfg/vaillant/mumps.profile create mode 100644 cfg/vaillant/parasolid.profile create mode 100644 cfg/vaillant/samcef.profile create mode 100644 mtfLicense/vaillant.lic diff --git a/cfg/vaillant/gmsh.profile b/cfg/vaillant/gmsh.profile new file mode 100644 index 0000000..412f3fc --- /dev/null +++ b/cfg/vaillant/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/vaillant/intelCommunity.bashrc b/cfg/vaillant/intelCommunity.bashrc new file mode 100644 index 0000000..06b1982 --- /dev/null +++ b/cfg/vaillant/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/vaillant/intelCommunity.profile b/cfg/vaillant/intelCommunity.profile new file mode 100644 index 0000000..3e1712b --- /dev/null +++ b/cfg/vaillant/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/vaillant/lagamine.profile b/cfg/vaillant/lagamine.profile new file mode 100644 index 0000000..f8e4775 --- /dev/null +++ b/cfg/vaillant/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/vaillant/matlab.profile b/cfg/vaillant/matlab.profile new file mode 100644 index 0000000..0ff3588 --- /dev/null +++ b/cfg/vaillant/matlab.profile @@ -0,0 +1 @@ +add2env PATH "/opt/matlab/bin" diff --git a/cfg/vaillant/metafor.profile b/cfg/vaillant/metafor.profile new file mode 100644 index 0000000..3fe8c1e --- /dev/null +++ b/cfg/vaillant/metafor.profile @@ -0,0 +1 @@ +add2env PATH /home/$USER/dev/Metafor_master/oo_metaB/bin diff --git a/cfg/vaillant/mumps.profile b/cfg/vaillant/mumps.profile new file mode 100644 index 0000000..57e0ada --- /dev/null +++ b/cfg/vaillant/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/vaillant/parasolid.profile b/cfg/vaillant/parasolid.profile new file mode 100644 index 0000000..e24e2e8 --- /dev/null +++ b/cfg/vaillant/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/vaillant/samcef.profile b/cfg/vaillant/samcef.profile new file mode 100644 index 0000000..834343e --- /dev/null +++ b/cfg/vaillant/samcef.profile @@ -0,0 +1,2 @@ +export SAM_ZONE=200000000 +add2env PATH "/opt/samcef" diff --git a/mtfLicense/vaillant.lic b/mtfLicense/vaillant.lic new file mode 100644 index 0000000..bcb745a --- /dev/null +++ b/mtfLicense/vaillant.lic @@ -0,0 +1 @@ +646574612B0A060C031B13305B736D657470666F722024372D0F021B1900102D0F0C1703161162666F7211657461766F726DAC74616652726D656C61666F076D65741D666F727D657461AF6F726D5874616677726D650261666F106D657463666F72EF6574611C6F726D3074616600726D65416C666F -- GitLab