To do this: 1. `git clone https://github.com/geerlingguy/top500-benchmark.git && cd top500-benchmark` 2. `cp example.hosts.ini hosts.ini && cp example.config.yml config.yml` 3. Edit `config.yml` and change `Qs` to `10` (for 10 vCPUs in Docker) 4. Make sure Docker is running, and increase RAM to 32 GB and CPUs to 10 in Resources settings. 5. Start container: `docker run --name top500 -it -v $PWD:/code geerlingguy/docker-ubuntu2204-ansible:latest bash` 6. Go into code directory: `cd /code` 7. Run the benchmark: `ansible-playbook main.yml --tags "setup,benchmark"`
To do this:
git clone https://github.com/geerlingguy/top500-benchmark.git && cd top500-benchmarkcp example.hosts.ini hosts.ini && cp example.config.yml config.ymlconfig.ymland changeQsto10(for 10 vCPUs in Docker)docker run --name top500 -it -v $PWD:/code geerlingguy/docker-ubuntu2204-ansible:latest bashcd /codeansible-playbook main.yml --tags "setup,benchmark"