This experiment is a single execution of the LAMMPS simulation stress tested as part of the array experiment.
In the experiment-base
terminal, run:
inv cluster.provision --vm Standard_D8_v5 --nodes 3
inv cluster.credentials
Deploy the cluster:
faasmctl deploy.k8s --workers=2
Upload the WASM file:
inv lammps.wasm.upload
and run the experiment with:
inv lammps.run.wasm -w compute -w network
To remove the cluster, run:
faasmctl delete
Deploy the cluster:
inv lammps.native.deploy
And run:
inv lammps.run.native -w compute -w network
finally, delete the native cluster:
inv lammps.native.delete
To plot the results, you may run:
inv lammps.plot
which will generate a plot in ./plots/lammps/runtime.png
, we also include it below:
Remember to delete the cluster. From the experiment base terminal:
inv cluster.delete