Skip to content

Commit

Permalink
Update archlinux.md
Browse files Browse the repository at this point in the history
Signed-off-by: ҉αkα x⠠⠵ <[email protected]>
  • Loading branch information
4k4xs4pH1r3 authored Feb 23, 2024
1 parent 8646a5b commit c3e11ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperCluster/archlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 groupadd cockpit && sudo usermod -aG cockpit $USER && 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 kexec-tools && 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.
Expand Down

0 comments on commit c3e11ea

Please sign in to comment.