From a52b2dc46262fa44beae274ab23685926e06277d Mon Sep 17 00:00:00 2001 From: Daniel Brandenburg Date: Wed, 12 Oct 2022 09:29:07 -0400 Subject: [PATCH 1/3] scripts for loading spack libraries --- mgr/v0.2.0-5.34.38-64b.csh | 2 ++ mgr/v0.2.0-5.34.38.csh | 2 ++ mgr/v0.2.3-5.34.38-64b.csh | 2 ++ mgr/v0.2.3-5.34.38.csh | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 mgr/v0.2.0-5.34.38-64b.csh create mode 100644 mgr/v0.2.0-5.34.38.csh create mode 100644 mgr/v0.2.3-5.34.38-64b.csh create mode 100644 mgr/v0.2.3-5.34.38.csh diff --git a/mgr/v0.2.0-5.34.38-64b.csh b/mgr/v0.2.0-5.34.38-64b.csh new file mode 100644 index 00000000000..44b22fa73b7 --- /dev/null +++ b/mgr/v0.2.0-5.34.38-64b.csh @@ -0,0 +1,2 @@ +module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/ +module load star-env-0.2.0-root-5.34.38 diff --git a/mgr/v0.2.0-5.34.38.csh b/mgr/v0.2.0-5.34.38.csh new file mode 100644 index 00000000000..2c394819f1b --- /dev/null +++ b/mgr/v0.2.0-5.34.38.csh @@ -0,0 +1,2 @@ +module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/ +module load star-env-0.2.0-root-5.34.38 \ No newline at end of file diff --git a/mgr/v0.2.3-5.34.38-64b.csh b/mgr/v0.2.3-5.34.38-64b.csh new file mode 100644 index 00000000000..3fc3261dcd2 --- /dev/null +++ b/mgr/v0.2.3-5.34.38-64b.csh @@ -0,0 +1,2 @@ +module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/ +module load star-env-0.2.3-root-5.34.38 \ No newline at end of file diff --git a/mgr/v0.2.3-5.34.38.csh b/mgr/v0.2.3-5.34.38.csh new file mode 100644 index 00000000000..d72ba43e83b --- /dev/null +++ b/mgr/v0.2.3-5.34.38.csh @@ -0,0 +1,2 @@ +module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/ +module load star-env-0.2.3-root-5.34.38 \ No newline at end of file From b9a24df6e635d6791322b48165288eb4c2b17ea9 Mon Sep 17 00:00:00 2001 From: Daniel Brandenburg Date: Thu, 20 Oct 2022 13:16:16 -0400 Subject: [PATCH 2/3] Move spack module scripts to config dir + rename --- .../v0.2.0-rhel7-root5.34.38-geant3-32b.config} | 2 +- .../v0.2.0-rhel7-root5.34.38-geant3-64b.config} | 0 .../v0.2.3-rhel7-root5.34.38-geant3-32b.config} | 2 +- .../v0.2.3-rhel7-root5.34.38-geant3-64b.config} | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename mgr/{v0.2.0-5.34.38.csh => config/v0.2.0-rhel7-root5.34.38-geant3-32b.config} (69%) rename mgr/{v0.2.0-5.34.38-64b.csh => config/v0.2.0-rhel7-root5.34.38-geant3-64b.config} (100%) rename mgr/{v0.2.3-5.34.38.csh => config/v0.2.3-rhel7-root5.34.38-geant3-32b.config} (69%) rename mgr/{v0.2.3-5.34.38-64b.csh => config/v0.2.3-rhel7-root5.34.38-geant3-64b.config} (69%) diff --git a/mgr/v0.2.0-5.34.38.csh b/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-32b.config similarity index 69% rename from mgr/v0.2.0-5.34.38.csh rename to mgr/config/v0.2.0-rhel7-root5.34.38-geant3-32b.config index 2c394819f1b..24c8301b727 100644 --- a/mgr/v0.2.0-5.34.38.csh +++ b/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-32b.config @@ -1,2 +1,2 @@ module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/ -module load star-env-0.2.0-root-5.34.38 \ No newline at end of file +module load star-env-0.2.0-root-5.34.38 diff --git a/mgr/v0.2.0-5.34.38-64b.csh b/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-64b.config similarity index 100% rename from mgr/v0.2.0-5.34.38-64b.csh rename to mgr/config/v0.2.0-rhel7-root5.34.38-geant3-64b.config diff --git a/mgr/v0.2.3-5.34.38.csh b/mgr/config/v0.2.3-rhel7-root5.34.38-geant3-32b.config similarity index 69% rename from mgr/v0.2.3-5.34.38.csh rename to mgr/config/v0.2.3-rhel7-root5.34.38-geant3-32b.config index d72ba43e83b..6ce81ed89a8 100644 --- a/mgr/v0.2.3-5.34.38.csh +++ b/mgr/config/v0.2.3-rhel7-root5.34.38-geant3-32b.config @@ -1,2 +1,2 @@ module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/ -module load star-env-0.2.3-root-5.34.38 \ No newline at end of file +module load star-env-0.2.3-root-5.34.38 diff --git a/mgr/v0.2.3-5.34.38-64b.csh b/mgr/config/v0.2.3-rhel7-root5.34.38-geant3-64b.config similarity index 69% rename from mgr/v0.2.3-5.34.38-64b.csh rename to mgr/config/v0.2.3-rhel7-root5.34.38-geant3-64b.config index 3fc3261dcd2..978ea575f2c 100644 --- a/mgr/v0.2.3-5.34.38-64b.csh +++ b/mgr/config/v0.2.3-rhel7-root5.34.38-geant3-64b.config @@ -1,2 +1,2 @@ module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/ -module load star-env-0.2.3-root-5.34.38 \ No newline at end of file +module load star-env-0.2.3-root-5.34.38 From 35dd3b40875d94ffe4cc7af33c3123dfd18e0fee Mon Sep 17 00:00:00 2001 From: Daniel Brandenburg Date: Thu, 20 Oct 2022 21:35:08 -0400 Subject: [PATCH 3/3] remove v0.2.0 configs and geant3 from name --- mgr/config/v0.2.0-rhel7-root5.34.38-geant3-32b.config | 2 -- mgr/config/v0.2.0-rhel7-root5.34.38-geant3-64b.config | 2 -- ...38-geant3-32b.config => v0.2.3-rhel7-root5.34.38-32b.config} | 0 ...38-geant3-64b.config => v0.2.3-rhel7-root5.34.38-64b.config} | 0 4 files changed, 4 deletions(-) delete mode 100644 mgr/config/v0.2.0-rhel7-root5.34.38-geant3-32b.config delete mode 100644 mgr/config/v0.2.0-rhel7-root5.34.38-geant3-64b.config rename mgr/config/{v0.2.3-rhel7-root5.34.38-geant3-32b.config => v0.2.3-rhel7-root5.34.38-32b.config} (100%) rename mgr/config/{v0.2.3-rhel7-root5.34.38-geant3-64b.config => v0.2.3-rhel7-root5.34.38-64b.config} (100%) diff --git a/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-32b.config b/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-32b.config deleted file mode 100644 index 24c8301b727..00000000000 --- a/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-32b.config +++ /dev/null @@ -1,2 +0,0 @@ -module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/ -module load star-env-0.2.0-root-5.34.38 diff --git a/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-64b.config b/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-64b.config deleted file mode 100644 index 44b22fa73b7..00000000000 --- a/mgr/config/v0.2.0-rhel7-root5.34.38-geant3-64b.config +++ /dev/null @@ -1,2 +0,0 @@ -module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/ -module load star-env-0.2.0-root-5.34.38 diff --git a/mgr/config/v0.2.3-rhel7-root5.34.38-geant3-32b.config b/mgr/config/v0.2.3-rhel7-root5.34.38-32b.config similarity index 100% rename from mgr/config/v0.2.3-rhel7-root5.34.38-geant3-32b.config rename to mgr/config/v0.2.3-rhel7-root5.34.38-32b.config diff --git a/mgr/config/v0.2.3-rhel7-root5.34.38-geant3-64b.config b/mgr/config/v0.2.3-rhel7-root5.34.38-64b.config similarity index 100% rename from mgr/config/v0.2.3-rhel7-root5.34.38-geant3-64b.config rename to mgr/config/v0.2.3-rhel7-root5.34.38-64b.config