Added working vagrant example of a beowulf cluster using mpich

This commit is contained in:
Michele Cereda
2023-03-05 04:56:10 +01:00
parent 30b1465397
commit 037ba9e89f
11 changed files with 394 additions and 102 deletions

View File

@@ -0,0 +1,9 @@
# VBoxManage
## TL;DR
```sh
# Create host-only virtual networks.
VBoxManage hostonlynet add --name='network_name' --enable \
--netmask='255.255.255.0' --lower-ip=192.168.12.100 --upper-ip=192.168.12.200
```