Skip to content

Jammy(SSH) Application.

This document shows how to run docker pytorch application.

How to Launch Jammy(SSH) Application.

To start creating a workload, sign into the AAC web platform.

Select Application

Click on Applications. Select Jammy (SSH).

Click on New Workload button available in the top right corner.

Select Team

In case the user is assigned to more than one team, a pop window will required to select one of the customer teams to which the user is part of. If there is just one team assigned to the user, it will not be required.

Note: In this case, we have selected Team as AMD Internal.

Click Start new workload button.

Select Input Files

Upload any input file(s) which application will need to run. Click Upload files, and then drag the files into AAC, or click Browse files to open the open file dialog window. Here uploading files is not required, hence click NEXT to proceed.

In the Resources page, Select the desired parameters.

a. Under node parameters, by default the queue oversubscribe option is disabled.

b. Under node parameters, by default the telemetry option is enabled. Enabling telemetry gives the performance values once the workload is finished. If not needed, the user can turn off the telemetry.

c. Under time parameters, there is an option for maximum allowed runtime, by default the value is set to 1 hour. The user can give their desired runtime. The maximum allowed runtime is 30 days.

d. Select the number of GPU's required by default, the number of GPU's is set to 8.

After selecting the required resources, click NEXT to proceed.

In the compute page,Select the cluster with desired queue to run the job. In the following image 1CN128C8G2H_2IB_MI210_SLES15 (Pre-emptible) queue is selected and click on Next to continue.

Review all the configurations selected and click on Run Workload.

Once the application execution is started then the status gets changed into Preparing, Pending, Sent, Running state.

The username and password can be found in STDOUT

User has to wait for some time, refresh the page and scroll down to see the INTERACTIVE ENDPOINTS in the right corner. Click on Connect.

To access the server CLI, copy the shell command and replace USER with given username and providing password. (username and password can be found in stdout tab).

Here the username is aac and the command is ssh -p 7004 aac@aac1.amd.com

Once the work is done and to finish the workload Click on the FINISH WORKLOAD button and click on Yes to complete the workload.