-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2483 from GoogleCloudPlatform/release-candidate
Release v1.32.0
- Loading branch information
Showing
213 changed files
with
4,417 additions
and
1,425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,12 +78,12 @@ deployment_groups: | |
spack config --scope defaults add config:build_stage:/sw/spack/spack-stage | ||
spack config --scope defaults add -f /tmp/projections-config.yaml | ||
spack install gcc@10.3.0 target=x86_64 | ||
spack load gcc@10.3.0 target=x86_64 | ||
spack install gcc@13.1.0 target=x86_64 | ||
spack load gcc@13.1.0 target=x86_64 | ||
spack compiler find --scope site | ||
spack install intel-mpi@2018.4.274%gcc@10.3.0 | ||
spack install gromacs@2023.1 %gcc@10.3.0 ^intel-mpi@2018.4.274 ^[email protected] %[email protected].0 | ||
spack install intel-oneapi-mpi@2021.9.0%gcc@13.1.0 | ||
spack install gromacs@2020.6 %gcc@13.1.0 ^intel-oneapi-mpi@2021.9.0 | ||
- id: script | ||
source: modules/scripts/startup-script | ||
|
@@ -110,7 +110,6 @@ deployment_groups: | |
use: [network1] | ||
settings: | ||
name_prefix: login | ||
machine_type: n2-standard-4 | ||
disable_login_public_ips: false | ||
|
||
- id: slurm_controller | ||
|
Oops, something went wrong.