From 74f2f6e8d5103a7f1725512796ce8ff1ee0ba108 Mon Sep 17 00:00:00 2001 From: Romain Boman <romain.boman@gmail.com> Date: Tue, 7 Jan 2025 15:58:17 +0100 Subject: [PATCH] remove unused machines --- cfg/fsa-garfield/cuda.profile | 2 -- cfg/master2/compilers.profile | 19 ------------------- cfg/master2/git.profile | 1 - cfg/master2/gmm.profile | 2 -- cfg/master2/gmsh.profile | 2 -- cfg/master2/lammps.profile | 1 - cfg/master2/pcre.profile | 4 ---- cfg/master2/python.profile | 4 ---- cfg/master2/swig.profile | 1 - cfg/minitubes/cuda.profile | 2 -- cfg/plankton/cuda.profile | 2 -- 11 files changed, 40 deletions(-) delete mode 100644 cfg/fsa-garfield/cuda.profile delete mode 100644 cfg/master2/compilers.profile delete mode 100644 cfg/master2/git.profile delete mode 100644 cfg/master2/gmm.profile delete mode 100644 cfg/master2/gmsh.profile delete mode 100644 cfg/master2/lammps.profile delete mode 100644 cfg/master2/pcre.profile delete mode 100644 cfg/master2/python.profile delete mode 100644 cfg/master2/swig.profile delete mode 100644 cfg/minitubes/cuda.profile delete mode 100644 cfg/plankton/cuda.profile diff --git a/cfg/fsa-garfield/cuda.profile b/cfg/fsa-garfield/cuda.profile deleted file mode 100644 index a3382d8..0000000 --- a/cfg/fsa-garfield/cuda.profile +++ /dev/null @@ -1,2 +0,0 @@ -add2env PATH "/usr/local/cuda/bin" -add2env LD_LIBRARY_PATH "/usr/local/cuda/lib64" diff --git a/cfg/master2/compilers.profile b/cfg/master2/compilers.profile deleted file mode 100644 index 9445470..0000000 --- a/cfg/master2/compilers.profile +++ /dev/null @@ -1,19 +0,0 @@ -module load cmake - -# --- ICC --- -# Metafor ne compile plus avec ces vieux compilateurs intel -# Le probleme vient du gcc sous jacent qui est bcp trop vieux (headers foireux) -#module load intel/compiler/64/14.0/2013_sp1.3.174 - -# --- GCC --- -module load gcc/4.9.2 -module load openmpi/1.6.4/gcc-4.9.2 # EVITER openmpi 1.8.4! -module load intel/tbb/64/4.2/2013_sp1.3.174 -module load intel/mkl/64/11.1/2013_sp1.3.174 - -# sinon cmake build avec /usr/bin/c++... -export CC=gcc -export CXX=g++ -export FC=gfortran - - diff --git a/cfg/master2/git.profile b/cfg/master2/git.profile deleted file mode 100644 index 07acaaf..0000000 --- a/cfg/master2/git.profile +++ /dev/null @@ -1 +0,0 @@ -module load git diff --git a/cfg/master2/gmm.profile b/cfg/master2/gmm.profile deleted file mode 100644 index a3259ca..0000000 --- a/cfg/master2/gmm.profile +++ /dev/null @@ -1,2 +0,0 @@ -# gmm compile localement -add2env INCLUDE "/home/ulg/nlcm/rboman/local/gmm/include" front diff --git a/cfg/master2/gmsh.profile b/cfg/master2/gmsh.profile deleted file mode 100644 index b54f563..0000000 --- a/cfg/master2/gmsh.profile +++ /dev/null @@ -1,2 +0,0 @@ -# gmsh compile par RB -add2env PATH "/home/ulg/nlcm/rboman/local/gmsh/bin" front diff --git a/cfg/master2/lammps.profile b/cfg/master2/lammps.profile deleted file mode 100644 index 348d0d9..0000000 --- a/cfg/master2/lammps.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "~/dev/lammps/src" diff --git a/cfg/master2/pcre.profile b/cfg/master2/pcre.profile deleted file mode 100644 index e81830e..0000000 --- a/cfg/master2/pcre.profile +++ /dev/null @@ -1,4 +0,0 @@ -# pcre (swig) compile localement par RB -add2env LIB "/home/ulg/nlcm/rboman/local/pcre/lib" front -add2env INCLUDE "/home/ulg/nlcm/rboman/local/pcre/include" front -add2env LD_LIBRARY_PATH "/home/ulg/nlcm/rboman/local/pcre/lib" front diff --git a/cfg/master2/python.profile b/cfg/master2/python.profile deleted file mode 100644 index dcbf334..0000000 --- a/cfg/master2/python.profile +++ /dev/null @@ -1,4 +0,0 @@ -module load python/2.7.10 - -# trucs qui manquent dans le modulefile de David -add2env CMAKE_PREFIX_PATH "/cm/shared/apps/python/2.7.10" front diff --git a/cfg/master2/swig.profile b/cfg/master2/swig.profile deleted file mode 100644 index 3a1acae..0000000 --- a/cfg/master2/swig.profile +++ /dev/null @@ -1 +0,0 @@ -add2env PATH "/home/ulg/nlcm/rboman/local/swig-3.0.11/bin" front diff --git a/cfg/minitubes/cuda.profile b/cfg/minitubes/cuda.profile deleted file mode 100644 index a3382d8..0000000 --- a/cfg/minitubes/cuda.profile +++ /dev/null @@ -1,2 +0,0 @@ -add2env PATH "/usr/local/cuda/bin" -add2env LD_LIBRARY_PATH "/usr/local/cuda/lib64" diff --git a/cfg/plankton/cuda.profile b/cfg/plankton/cuda.profile deleted file mode 100644 index a3382d8..0000000 --- a/cfg/plankton/cuda.profile +++ /dev/null @@ -1,2 +0,0 @@ -add2env PATH "/usr/local/cuda/bin" -add2env LD_LIBRARY_PATH "/usr/local/cuda/lib64" -- GitLab