Creating an Empty HPC Project
You can create an empty or template HPC project.
Prerequisites
- You have logged in to the Kunpeng DevKit.
- The Kunpeng Development Assistant has been installed. You are advised to install the Compiler and Debugger before creating a project for future compilation and debugging.
- The environment-modules components have been installed in case the module command is used to load environment variables.
Procedure
- 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. - 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 Parameter settings 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
Name of the project to be created. The default project name is xxx_ProjectN, which can be modified as required.
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
Storage path of the project to be created. The default project location is C:\Users\username\KunpengProject, which can be modified as required.
- 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. Click
next to HPC Application in the upper left corner of the page. In the Information dialog box that is displayed, clicking OK will discard the changes and close the project creation page.
Figure 5 Leave dialog box when setting parameters
Figure 6 Information 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. Click
next to HPC Application in the upper left corner of the page. In the Information dialog box that is displayed, clicking OK will stop the setting and close the project creation page.
Figure 7 Leave dialog box when creating a project
Figure 8 Information dialog box when creating a project
Parent topic: HPC Applications
