Skip to content

Commit

Permalink
pyxis after slurm install
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Aug 12, 2024
1 parent c9db0de commit ebc2113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cookbooks/aws-parallelcluster-platform/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@
include_recipe "aws-parallelcluster-platform::intel_mpi"
arm_pl 'Install ARM Performance Library'
intel_hpc 'Setup Intel HPC'
enroot 'Setup Enroot'
pyxis 'Setup Pyxis'
enroot 'Setup Enroot'
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

property :nvidia_enabled, [true, false, nil]

action :configure do
action :install do
return unless _nvidia_enabled

bash "Install pyxis" do
Expand Down
1 change: 1 addition & 0 deletions cookbooks/aws-parallelcluster-slurm/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
action :setup
end
include_recipe 'aws-parallelcluster-slurm::install_slurm'
pyxis 'Setup Pyxis'

0 comments on commit ebc2113

Please sign in to comment.