Rate This Document
Findability
Accuracy
Completeness
Readability

Creating an Empty HPC Project

You can create an empty or template HPC project.

Procedure

  1. Click in the shortcut menu bar on the left pane or click next to Development Assistant. The Kunpeng Application Projects page is displayed. See Figure 1.
    Figure 1 Kunpeng Application Projects
  2. Click HPC Application. On the displayed HPC Application page, select Empty project for the Project Type and click Create to create an empty HPC application project.
    Figure 2 Creating an empty HPC project
    Table 1 Parameters for creating an HPC project

    Parameter

    Description

    Project Type

    The options are:

    • Empty project
    • Template project

    Sample Project

    The options are:

    • Hyper MPI
      • Hyper MPI
    • Math Library
      • KML_MATH
      • KML_LAPACK
      • KML_BLAS
      • KML_SPBLAS
      • KML_FFT

    Project Name

    The default project name is xxx_ProjectN, which can be modified as required.

    Name of the project to be created.

    NOTE:
    • N is an integer starting from 1 in ascending order.
    • The project name can contain 1 to 64 characters, including only letters, digits, periods (.), hyphens (-), plus signs (+), parentheses (), and underscores (_). It cannot start with a period (.).

    Project Location

    The default project location is C:\Users\username\KunpengProject, which can be modified as required.

    Storage path of the project to be created.

  3. After the empty HPC application project is created, click Open Project to open it in the current window.
    Figure 3 Opening a project
    Figure 4 Viewing the empty HPC project

    If a project folder or file is added, deleted, modified, or renamed, you can synchronize the change to the remote server. For details, see Synchronizing Code to a Remote Server.

    After an empty project is created, all math library project samples are provided in the samples directory and can be compiled independently.

    If the source code fails to be downloaded, the plugin creates an empty project that does not contain source code.

Navigation Back

  • When configuring parameters, you can click Kunpeng Application Projects in the upper left corner of the page. The Leave dialog box is displayed. Clicking OK will clear related configurations.
    Figure 5 Leave dialog box when setting parameters
  • When creating a project, you can click Kunpeng Application Projects in the upper left corner of the page. The Leave dialog box is displayed. Clicking OK will terminate the configuration.
    Figure 6 Leave dialog box when creating a project