From 8646a5b12b03f6ccece585f91a479e4b8bf8f6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D2=89=CE=B1k=CE=B1=20x=E2=A0=A0=E2=A0=B5?= <32862241+4k4xs4pH1r3@users.noreply.github.com> Date: Sat, 24 Feb 2024 01:32:04 +0300 Subject: [PATCH] Update archlinux.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ҉αkα x⠠⠵ <32862241+4k4xs4pH1r3@users.noreply.github.com> --- SuperCluster/archlinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperCluster/archlinux.md b/SuperCluster/archlinux.md index ce1c1e51..b3384719 100644 --- a/SuperCluster/archlinux.md +++ b/SuperCluster/archlinux.md @@ -5,7 +5,7 @@ 2. Install the required software packages: After installing ArchLinux, you need to install the necessary software packages for cluster computing. Open a terminal and type the following command to install OpenMPI and Cockpit: ``` - clear && sudo pacman -Syuu --needed --noconfirm --disable-download-timeout --noprogressbar --overwrite '*' openssh openmpi openmpi-docs cockpit cockpit-machines cockpit-packagekit cockpit-pcp cockpit-podman cockpit-storaged && sudo systemctl enable cockpit.socket && sudo systemctl start cockpit.socket && mpirun -V + clear && sudo pacman -Syuu --needed --noconfirm --disable-download-timeout --noprogressbar --overwrite '*' openssh openmpi openmpi-docs cockpit cockpit-machines cockpit-packagekit cockpit-pcp cockpit-podman cockpit-storaged && sudo groupadd cockpit && sudo usermod -aG cockpit $USER && sudo systemctl enable cockpit.socket && sudo systemctl start cockpit.socket && mpirun -V ``` 3. Configure the network: You need to configure the network settings for each device to be able to communicate with each other. You can connect them using a network switch or a router. Alternatively, you can use Wi-Fi if all devices support it.