From 1e873b9788d507dfa4a0a1cd82b48fae6623af4f Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Fri, 20 Dec 2024 11:21:07 +0100 Subject: [PATCH] gaston network shift & renaming (gaston -> mn2l-gaston) --- cfg/gaston/comp.cfg | 5 ----- cfg/gaston/launch.cfg | 4 ---- cfg/{gaston => mn2l-gaston}/gmsh.profile | 0 cfg/{gaston => mn2l-gaston}/lagamine.profile | 0 cfg/{gaston => mn2l-gaston}/matlab.profile | 0 cfg/{gaston => mn2l-gaston}/mumps.profile | 0 cfg/{gaston => mn2l-gaston}/oneApi.bashrc | 0 cfg/{gaston => mn2l-gaston}/oneApi.profile | 0 cfg/{gaston => mn2l-gaston}/parasolid.profile | 0 cfg/{gaston => mn2l-gaston}/samcef.profile | 0 10 files changed, 9 deletions(-) delete mode 100644 cfg/gaston/comp.cfg delete mode 100644 cfg/gaston/launch.cfg rename cfg/{gaston => mn2l-gaston}/gmsh.profile (100%) rename cfg/{gaston => mn2l-gaston}/lagamine.profile (100%) rename cfg/{gaston => mn2l-gaston}/matlab.profile (100%) rename cfg/{gaston => mn2l-gaston}/mumps.profile (100%) rename cfg/{gaston => mn2l-gaston}/oneApi.bashrc (100%) rename cfg/{gaston => mn2l-gaston}/oneApi.profile (100%) rename cfg/{gaston => mn2l-gaston}/parasolid.profile (100%) rename cfg/{gaston => mn2l-gaston}/samcef.profile (100%) diff --git a/cfg/gaston/comp.cfg b/cfg/gaston/comp.cfg deleted file mode 100644 index 0d7cd49..0000000 --- a/cfg/gaston/comp.cfg +++ /dev/null @@ -1,5 +0,0 @@ -self.pars['CMAKELIST'].val='gaston.cmake' -self.pars['NB_TASKS'].val='6' -self.pars['NB_THREADS'].val='1' -self.pars['RUNMETHOD'].vals=['interactive','at','batch',] -self.pars['RUNMETHOD'].val='batch' diff --git a/cfg/gaston/launch.cfg b/cfg/gaston/launch.cfg deleted file mode 100644 index 12256a8..0000000 --- a/cfg/gaston/launch.cfg +++ /dev/null @@ -1,4 +0,0 @@ -self.pars['NB_THREADS'].val='6' -self.pars['NB_TASKS'].val='1' -self.pars['RUNMETHOD'].vals=['interactive','at','batch'] -self.pars['RUNMETHOD'].val='batch' diff --git a/cfg/gaston/gmsh.profile b/cfg/mn2l-gaston/gmsh.profile similarity index 100% rename from cfg/gaston/gmsh.profile rename to cfg/mn2l-gaston/gmsh.profile diff --git a/cfg/gaston/lagamine.profile b/cfg/mn2l-gaston/lagamine.profile similarity index 100% rename from cfg/gaston/lagamine.profile rename to cfg/mn2l-gaston/lagamine.profile diff --git a/cfg/gaston/matlab.profile b/cfg/mn2l-gaston/matlab.profile similarity index 100% rename from cfg/gaston/matlab.profile rename to cfg/mn2l-gaston/matlab.profile diff --git a/cfg/gaston/mumps.profile b/cfg/mn2l-gaston/mumps.profile similarity index 100% rename from cfg/gaston/mumps.profile rename to cfg/mn2l-gaston/mumps.profile diff --git a/cfg/gaston/oneApi.bashrc b/cfg/mn2l-gaston/oneApi.bashrc similarity index 100% rename from cfg/gaston/oneApi.bashrc rename to cfg/mn2l-gaston/oneApi.bashrc diff --git a/cfg/gaston/oneApi.profile b/cfg/mn2l-gaston/oneApi.profile similarity index 100% rename from cfg/gaston/oneApi.profile rename to cfg/mn2l-gaston/oneApi.profile diff --git a/cfg/gaston/parasolid.profile b/cfg/mn2l-gaston/parasolid.profile similarity index 100% rename from cfg/gaston/parasolid.profile rename to cfg/mn2l-gaston/parasolid.profile diff --git a/cfg/gaston/samcef.profile b/cfg/mn2l-gaston/samcef.profile similarity index 100% rename from cfg/gaston/samcef.profile rename to cfg/mn2l-gaston/samcef.profile -- GitLab