Skip to content

Commit

Permalink
Revert changes that were only needed on the release/1.6.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jan 14, 2024
1 parent a9ab1aa commit d4eedac
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#branch = develop
#url = https://github.com/jcsda/spack
#branch = jcsda_emc_spack_stack
url = https://github.com/jcsda/spack
branch = feature/merge_rel160_into_develop
[submodule "doc/CMakeModules"]
path = doc/CMakeModules
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/docker-ubuntu-clang-mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spack:
os: ubuntu:20.04
spack:
url: https://github.com/jcsda/spack
ref: spack-stack-1.6.0
ref: jcsda_emc_spack_stack
resolve_sha: true

# Whether or not to strip binaries
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/docker-ubuntu-gcc-openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spack:
os: ubuntu:20.04
spack:
url: https://github.com/jcsda/spack
ref: spack-stack-1.6.0
ref: jcsda_emc_spack_stack
resolve_sha: true

# Whether or not to strip binaries
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/docker-ubuntu-intel-impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spack:
os: ubuntu:20.04
spack:
url: https://github.com/jcsda/spack
ref: spack-stack-1.6.0
ref: jcsda_emc_spack_stack
resolve_sha: true

# Whether or not to strip binaries
Expand Down
6 changes: 0 additions & 6 deletions configs/sites/aws-pcluster/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ config:
test_stage: /tmp/spack-stack/cache/test_stage
source_cache: /tmp/spack-stack/cache/source_cache
misc_cache: /tmp/spack-stack/cache/misc_cache

# Turn off file locking due to problems with EFS filesystem.
# Do not run parallel "spack install" commands on aws-pcluster!
db_lock_timeout: 60
package_lock_timeout: 60
locks: false
2 changes: 1 addition & 1 deletion doc/source/MaintainersSection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ mysql
Amazon Web Services Parallelcluster Ubuntu 20.04
------------------------------------------------

See ``configs/sites/aws-pcluster/README.md``. It is important to note that because the shared EFS filesystem is slow and had problems with the spack locking mechanism introduced mid 2023, all file locking is turned off in the site config. Therefore, one must never run more than one ``spack install`` command for the same environment - that is, no parallel ``spack install`` processes.
See ``configs/sites/aws-pcluster/README.md``.

.. _MaintainersSection_Testing_New_Packages:

Expand Down

0 comments on commit d4eedac

Please sign in to comment.