Skip to content

Commit

Permalink
feat: upgrade environment to [email protected] (star-bnl#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Oct 11, 2023
1 parent 6021a4e commit 4653824
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mgr/config/v0.3.0-rhel7-root5.34.38.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env csh

# this is in place of buggy `module clear` (module VERSION=3.2.10 DATE=2012-12-21)
unsetenv _LMFILES_*

if ( $USE_64BITS == 1 ) then
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
else
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
endif

module load star-env-0.3.0-root-5.34.38
16 changes: 16 additions & 0 deletions mgr/config/v0.3.0-rhel7-root6.16.00.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env csh

# this is in place of buggy `module clear` (module VERSION=3.2.10 DATE=2012-12-21)
unsetenv _LMFILES_*

if ( $USE_64BITS == 1 ) then
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
else
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
endif

module load star-env-0.3.0-root-6.16.00
16 changes: 16 additions & 0 deletions mgr/config/v0.3.0-rhel7-root6.24.06.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env csh

# this is in place of buggy `module clear` (module VERSION=3.2.10 DATE=2012-12-21)
unsetenv _LMFILES_*

if ( $USE_64BITS == 1 ) then
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
else
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
endif

module load star-env-0.3.0-root-6.24.06

0 comments on commit 4653824

Please sign in to comment.