Small Script Changes - open-mpi/aws-pmix-scale-testing GitHub Wiki

There are some lines of code you might need to be wary of.

One

cd /path/to/here/aws-pmix-scale-testing/backend/shared
less shutdown.sh

The last line of this script is as follows:

aws cloudformation delete-stack --stack-name cfncluster-$clustername --region us-east-1

Make sure that you change "us-east-1" to your own region.

Two