This experiment is a single execution of the LAMMPS simulation stress tested as part of the array experiment.
Create a new cluster:
inv cluster.provision --vm Standard_D8_v5 --nodes 3 cluster.credentialsDeploy the cluster:
faasmctl deploy.k8s --workers=2Upload the WASM file:
inv lammps.wasm.uploadand run the experiment with:
inv lammps.run.wasm -w compute -w networkTo remove the cluster, run:
faasmctl deleteDeploy the cluster:
inv lammps.native.deployAnd run:
inv lammps.run.native -w compute -w networkfinally, delete the native cluster:
inv lammps.native.deleteTo plot the results, you may run:
inv lammps.plotwhich will generate a plot in /plots/lammps/lammps_slowdown.png, we also include it below:
Remember to delete the cluster. From the experiment base terminal:
inv cluster.delete