aws-samples / aws-parallelcluster-megatron

MIT No Attribution
13 stars 7 forks source link

Tutorial fails to download required slum version due to pinning of aws-parallelcluster module #2

Open aws-mesharma opened 2 years ago

aws-mesharma commented 2 years ago

the tutorial is broken at the moment as it pins to aws-parallelcluster==2.10.1

which requires Slurm 20.02.4 as per https://docs.aws.amazon.com/parallelcluster/latest/ug/schedulers.slurm.html

which fails to install as remote_file[/opt/parallelcluster/sources/slurm-20.02.4.tar.gz] cannot be downloaded from https://download.schedmd.com/slurm/slurm-20.02.4.tar.bz2: 404 "Not Found"

aws-mesharma commented 2 years ago

aws-parallelcluster==2.10.4 seems to get past this issue and aws-parallelcluster==2.11.2 too

sean-smith commented 2 years ago

Can you submit a PR to update. Thanks