From 8ab2d2219bde29786e00068bedc869ad163d32f3 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Tue, 5 Sep 2023 17:08:56 +0100 Subject: [PATCH] Using new PPA from ~ubuntu-hpc team --- create_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_cluster.sh b/create_cluster.sh index e5653d6..129a15d 100755 --- a/create_cluster.sh +++ b/create_cluster.sh @@ -12,7 +12,7 @@ lxc project create ${project_name} ${lxc} profile edit default < lxd_profile.yaml -ppa="ppa:nuccitheboss/experimental-hpc" +ppa="ppa:ubuntu-hpc/slurm-wlm-23.02" mgmt_node="slurm-master"