From d80cf230546b21087fe834fab9c9349186d2b3f3 Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Mon, 17 Oct 2022 09:37:39 +0200 Subject: [PATCH] remove cfg for removed workstation : blueberry, spring, thorgal, william --- cfg/blueberry/comp.cfg | 5 ----- cfg/blueberry/gmsh.profile | 3 --- cfg/blueberry/intelCommunity.bashrc | 8 -------- cfg/blueberry/intelCommunity.profile | 10 ---------- cfg/blueberry/lagamine.profile | 3 --- cfg/blueberry/launch.cfg | 4 ---- cfg/blueberry/matlab.profile | 1 - cfg/blueberry/mumps.profile | 3 --- cfg/blueberry/parasolid.profile | 3 --- cfg/blueberry/samcef.profile | 2 -- cfg/blueberry/scilab.profile | 1 - cfg/blueberry/trilinos.profile | 5 ----- cfg/spring/comp.cfg | 5 ----- cfg/spring/compilers.bashrc | 9 --------- cfg/spring/compilers.profile | 9 --------- cfg/spring/gmsh.profile | 3 --- cfg/spring/lagamine.profile | 3 --- cfg/spring/launch.cfg | 4 ---- cfg/spring/matlab.profile | 1 - cfg/spring/mumps.profile | 3 --- cfg/spring/parasolid.profile | 3 --- cfg/spring/samcef.profile | 2 -- cfg/spring/scilab.profile | 1 - cfg/thorgal/comp.cfg | 5 ----- cfg/thorgal/gmsh.profile | 3 --- cfg/thorgal/intelCommunity.bashrc | 11 ----------- cfg/thorgal/intelCommunity.profile | 10 ---------- cfg/thorgal/lagamine.profile | 3 --- cfg/thorgal/launch.cfg | 4 ---- cfg/thorgal/matlab.profile | 1 - cfg/thorgal/mumps.profile | 3 --- cfg/thorgal/parasolid.profile | 3 --- cfg/thorgal/samcef.profile | 2 -- cfg/thorgal/scilab.profile | 1 - 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 - 44 files changed, 174 deletions(-) delete mode 100644 cfg/blueberry/comp.cfg delete mode 100644 cfg/blueberry/gmsh.profile delete mode 100644 cfg/blueberry/intelCommunity.bashrc delete mode 100644 cfg/blueberry/intelCommunity.profile delete mode 100644 cfg/blueberry/lagamine.profile delete mode 100644 cfg/blueberry/launch.cfg delete mode 100644 cfg/blueberry/matlab.profile delete mode 100644 cfg/blueberry/mumps.profile delete mode 100644 cfg/blueberry/parasolid.profile delete mode 100644 cfg/blueberry/samcef.profile delete mode 100644 cfg/blueberry/scilab.profile delete mode 100644 cfg/blueberry/trilinos.profile delete mode 100644 cfg/spring/comp.cfg delete mode 100644 cfg/spring/compilers.bashrc delete mode 100644 cfg/spring/compilers.profile delete mode 100644 cfg/spring/gmsh.profile delete mode 100644 cfg/spring/lagamine.profile delete mode 100644 cfg/spring/launch.cfg delete mode 100644 cfg/spring/matlab.profile delete mode 100644 cfg/spring/mumps.profile delete mode 100644 cfg/spring/parasolid.profile delete mode 100644 cfg/spring/samcef.profile delete mode 100644 cfg/spring/scilab.profile delete mode 100644 cfg/thorgal/comp.cfg delete mode 100644 cfg/thorgal/gmsh.profile delete mode 100644 cfg/thorgal/intelCommunity.bashrc delete mode 100644 cfg/thorgal/intelCommunity.profile delete mode 100644 cfg/thorgal/lagamine.profile delete mode 100644 cfg/thorgal/launch.cfg delete mode 100644 cfg/thorgal/matlab.profile delete mode 100644 cfg/thorgal/mumps.profile delete mode 100644 cfg/thorgal/parasolid.profile delete mode 100644 cfg/thorgal/samcef.profile delete mode 100644 cfg/thorgal/scilab.profile delete mode 100644 cfg/william/gmsh.profile delete mode 100644 cfg/william/intelCommunity.bashrc delete mode 100644 cfg/william/intelCommunity.profile delete mode 100644 cfg/william/lagamine.profile delete mode 100644 cfg/william/matlab.profile delete mode 100644 cfg/william/mumps.profile delete mode 100644 cfg/william/parasolid.profile delete mode 100644 cfg/william/samcef.profile delete mode 100644 cfg/william/scilab.profile delete mode 100644 mtfLicense/william.lic diff --git a/cfg/blueberry/comp.cfg b/cfg/blueberry/comp.cfg deleted file mode 100644 index 87bcedc..0000000 --- a/cfg/blueberry/comp.cfg +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 412f3fc..0000000 --- a/cfg/blueberry/gmsh.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env PATH "/opt/gmsh/bin" front -add2env LD_LIBRARY_PATH "/opt/gmsh/lib" -add2env PYTHONPATH "/opt/gmsh/lib" diff --git a/cfg/blueberry/intelCommunity.bashrc b/cfg/blueberry/intelCommunity.bashrc deleted file mode 100644 index 2d14ff9..0000000 --- a/cfg/blueberry/intelCommunity.bashrc +++ /dev/null @@ -1,8 +0,0 @@ -# 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/blueberry/intelCommunity.profile b/cfg/blueberry/intelCommunity.profile deleted file mode 100644 index b7ff651..0000000 --- a/cfg/blueberry/intelCommunity.profile +++ /dev/null @@ -1,10 +0,0 @@ -# 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/blueberry/lagamine.profile b/cfg/blueberry/lagamine.profile deleted file mode 100644 index f8e4775..0000000 --- a/cfg/blueberry/lagamine.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env LD_LIBRARY_PATH "/opt/lagamine/lib" -add2env INCLUDE "/opt/lagamine/include" -add2env LIB "/opt/lagamine/lib" diff --git a/cfg/blueberry/launch.cfg b/cfg/blueberry/launch.cfg deleted file mode 100644 index d66afc5..0000000 --- a/cfg/blueberry/launch.cfg +++ /dev/null @@ -1,4 +0,0 @@ -self.pars['NB_THREADS'].val='4' -self.pars['NB_TASKS'].val='1' -self.pars['RUNMETHOD'].vals=['interactive','at','batch'] -self.pars['RUNMETHOD'].val='batch' diff --git a/cfg/blueberry/matlab.profile b/cfg/blueberry/matlab.profile deleted file mode 100644 index 0ff3588..0000000 --- a/cfg/blueberry/matlab.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/opt/matlab/bin" diff --git a/cfg/blueberry/mumps.profile b/cfg/blueberry/mumps.profile deleted file mode 100644 index 57e0ada..0000000 --- a/cfg/blueberry/mumps.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env LD_LIBRARY_PATH "/opt/mumps/lib" -add2env LIB "/opt/mumps/lib" -add2env INCLUDE "/opt/mumps/include" diff --git a/cfg/blueberry/parasolid.profile b/cfg/blueberry/parasolid.profile deleted file mode 100644 index e24e2e8..0000000 --- a/cfg/blueberry/parasolid.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env PATH "/opt/parasolid/shared_object" -add2env INCLUDE "/opt/parasolid" -export P_SCHEMA=/opt/parasolid/schema diff --git a/cfg/blueberry/samcef.profile b/cfg/blueberry/samcef.profile deleted file mode 100644 index 834343e..0000000 --- a/cfg/blueberry/samcef.profile +++ /dev/null @@ -1,2 +0,0 @@ -export SAM_ZONE=200000000 -add2env PATH "/opt/samcef" diff --git a/cfg/blueberry/scilab.profile b/cfg/blueberry/scilab.profile deleted file mode 100644 index 72c5105..0000000 --- a/cfg/blueberry/scilab.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/opt/scilab/bin" front diff --git a/cfg/blueberry/trilinos.profile b/cfg/blueberry/trilinos.profile deleted file mode 100644 index 6cc2c8a..0000000 --- a/cfg/blueberry/trilinos.profile +++ /dev/null @@ -1,5 +0,0 @@ -# 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/spring/comp.cfg b/cfg/spring/comp.cfg deleted file mode 100644 index df67ee8..0000000 --- a/cfg/spring/comp.cfg +++ /dev/null @@ -1,5 +0,0 @@ -self.pars['CMAKELIST'].val='spring.cmake' -self.pars['NB_TASKS'].val='4' -self.pars['NB_THREADS'].val='1' -self.pars['RUNMETHOD'].vals=['interactive','at','batch',] -self.pars['RUNMETHOD'].val='batch' diff --git a/cfg/spring/compilers.bashrc b/cfg/spring/compilers.bashrc deleted file mode 100644 index b7f235d..0000000 --- a/cfg/spring/compilers.bashrc +++ /dev/null @@ -1,9 +0,0 @@ -# Intel compiler and/or TBB/MKL -# -# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*") - -if [ -z "$MKLROOT" ]; then - if [ -d /opt/intel ] ; then - . /opt/intel/bin/compilervars.sh intel64 - fi -fi diff --git a/cfg/spring/compilers.profile b/cfg/spring/compilers.profile deleted file mode 100644 index 04874c0..0000000 --- a/cfg/spring/compilers.profile +++ /dev/null @@ -1,9 +0,0 @@ -# Intel compiler and/or TBB/MKL -# -# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*") - -if [ -n "$BASH_VERSION" ]; then - if [ -d /opt/intel ] ; then - . /opt/intel/bin/compilervars.sh intel64 # mets intel mpi par defaut! - fi -fi \ No newline at end of file diff --git a/cfg/spring/gmsh.profile b/cfg/spring/gmsh.profile deleted file mode 100644 index 412f3fc..0000000 --- a/cfg/spring/gmsh.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env PATH "/opt/gmsh/bin" front -add2env LD_LIBRARY_PATH "/opt/gmsh/lib" -add2env PYTHONPATH "/opt/gmsh/lib" diff --git a/cfg/spring/lagamine.profile b/cfg/spring/lagamine.profile deleted file mode 100644 index f8e4775..0000000 --- a/cfg/spring/lagamine.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env LD_LIBRARY_PATH "/opt/lagamine/lib" -add2env INCLUDE "/opt/lagamine/include" -add2env LIB "/opt/lagamine/lib" diff --git a/cfg/spring/launch.cfg b/cfg/spring/launch.cfg deleted file mode 100644 index d66afc5..0000000 --- a/cfg/spring/launch.cfg +++ /dev/null @@ -1,4 +0,0 @@ -self.pars['NB_THREADS'].val='4' -self.pars['NB_TASKS'].val='1' -self.pars['RUNMETHOD'].vals=['interactive','at','batch'] -self.pars['RUNMETHOD'].val='batch' diff --git a/cfg/spring/matlab.profile b/cfg/spring/matlab.profile deleted file mode 100644 index 0ff3588..0000000 --- a/cfg/spring/matlab.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/opt/matlab/bin" diff --git a/cfg/spring/mumps.profile b/cfg/spring/mumps.profile deleted file mode 100644 index 57e0ada..0000000 --- a/cfg/spring/mumps.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env LD_LIBRARY_PATH "/opt/mumps/lib" -add2env LIB "/opt/mumps/lib" -add2env INCLUDE "/opt/mumps/include" diff --git a/cfg/spring/parasolid.profile b/cfg/spring/parasolid.profile deleted file mode 100644 index e24e2e8..0000000 --- a/cfg/spring/parasolid.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env PATH "/opt/parasolid/shared_object" -add2env INCLUDE "/opt/parasolid" -export P_SCHEMA=/opt/parasolid/schema diff --git a/cfg/spring/samcef.profile b/cfg/spring/samcef.profile deleted file mode 100644 index 834343e..0000000 --- a/cfg/spring/samcef.profile +++ /dev/null @@ -1,2 +0,0 @@ -export SAM_ZONE=200000000 -add2env PATH "/opt/samcef" diff --git a/cfg/spring/scilab.profile b/cfg/spring/scilab.profile deleted file mode 100644 index 72c5105..0000000 --- a/cfg/spring/scilab.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/opt/scilab/bin" front diff --git a/cfg/thorgal/comp.cfg b/cfg/thorgal/comp.cfg deleted file mode 100644 index 5d4a819..0000000 --- a/cfg/thorgal/comp.cfg +++ /dev/null @@ -1,5 +0,0 @@ -self.pars['CMAKELIST'].val='thorgal.cmake' -self.pars['NB_TASKS'].val='4' -self.pars['NB_THREADS'].val='1' -self.pars['RUNMETHOD'].vals=['interactive','at','batch',] -self.pars['RUNMETHOD'].val='batch' diff --git a/cfg/thorgal/gmsh.profile b/cfg/thorgal/gmsh.profile deleted file mode 100644 index 412f3fc..0000000 --- a/cfg/thorgal/gmsh.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env PATH "/opt/gmsh/bin" front -add2env LD_LIBRARY_PATH "/opt/gmsh/lib" -add2env PYTHONPATH "/opt/gmsh/lib" diff --git a/cfg/thorgal/intelCommunity.bashrc b/cfg/thorgal/intelCommunity.bashrc deleted file mode 100644 index a81955c..0000000 --- a/cfg/thorgal/intelCommunity.bashrc +++ /dev/null @@ -1,11 +0,0 @@ -# Intel compiler and/or TBB/MKL -# -# EXPLANATIONS [RB]: (see "cfg/garfield/compilers.*") - -if [ -z "$MKLROOT" ]; then - . /opt/intel/mkl/bin/mklvars.sh intel64 -fi -if [ -z "$TBBROOT" ]; then - . /opt/intel/tbb/bin/tbbvars.sh intel64 -fi - diff --git a/cfg/thorgal/intelCommunity.profile b/cfg/thorgal/intelCommunity.profile deleted file mode 100644 index e5d1ff5..0000000 --- a/cfg/thorgal/intelCommunity.profile +++ /dev/null @@ -1,10 +0,0 @@ -# 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 diff --git a/cfg/thorgal/lagamine.profile b/cfg/thorgal/lagamine.profile deleted file mode 100644 index f8e4775..0000000 --- a/cfg/thorgal/lagamine.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env LD_LIBRARY_PATH "/opt/lagamine/lib" -add2env INCLUDE "/opt/lagamine/include" -add2env LIB "/opt/lagamine/lib" diff --git a/cfg/thorgal/launch.cfg b/cfg/thorgal/launch.cfg deleted file mode 100644 index d66afc5..0000000 --- a/cfg/thorgal/launch.cfg +++ /dev/null @@ -1,4 +0,0 @@ -self.pars['NB_THREADS'].val='4' -self.pars['NB_TASKS'].val='1' -self.pars['RUNMETHOD'].vals=['interactive','at','batch'] -self.pars['RUNMETHOD'].val='batch' diff --git a/cfg/thorgal/matlab.profile b/cfg/thorgal/matlab.profile deleted file mode 100644 index 0ff3588..0000000 --- a/cfg/thorgal/matlab.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/opt/matlab/bin" diff --git a/cfg/thorgal/mumps.profile b/cfg/thorgal/mumps.profile deleted file mode 100644 index 57e0ada..0000000 --- a/cfg/thorgal/mumps.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env LD_LIBRARY_PATH "/opt/mumps/lib" -add2env LIB "/opt/mumps/lib" -add2env INCLUDE "/opt/mumps/include" diff --git a/cfg/thorgal/parasolid.profile b/cfg/thorgal/parasolid.profile deleted file mode 100644 index e24e2e8..0000000 --- a/cfg/thorgal/parasolid.profile +++ /dev/null @@ -1,3 +0,0 @@ -add2env PATH "/opt/parasolid/shared_object" -add2env INCLUDE "/opt/parasolid" -export P_SCHEMA=/opt/parasolid/schema diff --git a/cfg/thorgal/samcef.profile b/cfg/thorgal/samcef.profile deleted file mode 100644 index 834343e..0000000 --- a/cfg/thorgal/samcef.profile +++ /dev/null @@ -1,2 +0,0 @@ -export SAM_ZONE=200000000 -add2env PATH "/opt/samcef" diff --git a/cfg/thorgal/scilab.profile b/cfg/thorgal/scilab.profile deleted file mode 100644 index 72c5105..0000000 --- a/cfg/thorgal/scilab.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/opt/scilab/bin" front diff --git a/cfg/william/gmsh.profile b/cfg/william/gmsh.profile deleted file mode 100644 index 412f3fc..0000000 --- a/cfg/william/gmsh.profile +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 06b1982..0000000 --- a/cfg/william/intelCommunity.bashrc +++ /dev/null @@ -1,9 +0,0 @@ -# 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 deleted file mode 100644 index 3e1712b..0000000 --- a/cfg/william/intelCommunity.profile +++ /dev/null @@ -1,11 +0,0 @@ -# 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 deleted file mode 100644 index f8e4775..0000000 --- a/cfg/william/lagamine.profile +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0ff3588..0000000 --- a/cfg/william/matlab.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/opt/matlab/bin" diff --git a/cfg/william/mumps.profile b/cfg/william/mumps.profile deleted file mode 100644 index 57e0ada..0000000 --- a/cfg/william/mumps.profile +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e24e2e8..0000000 --- a/cfg/william/parasolid.profile +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 834343e..0000000 --- a/cfg/william/samcef.profile +++ /dev/null @@ -1,2 +0,0 @@ -export SAM_ZONE=200000000 -add2env PATH "/opt/samcef" diff --git a/cfg/william/scilab.profile b/cfg/william/scilab.profile deleted file mode 100644 index 72c5105..0000000 --- a/cfg/william/scilab.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/opt/scilab/bin" front diff --git a/mtfLicense/william.lic b/mtfLicense/william.lic deleted file mode 100644 index 260f86c..0000000 --- a/mtfLicense/william.lic +++ /dev/null @@ -1 +0,0 @@ -646574612B0A060C031B13305B736D657470666F722024372D0F021B1900102D0F0C1703161163666F722D657461D66F726D137461662B726D65FE61666F166D657463666F722F6574616A6F726D1E74616648726D659F61666F34666574 -- GitLab