CN114816503A - Interactive job submitting method, platform and medium for high-performance computing platform - Google Patents

Interactive job submitting method, platform and medium for high-performance computing platform Download PDF

Info

Publication number
CN114816503A
CN114816503A CN202210236829.6A CN202210236829A CN114816503A CN 114816503 A CN114816503 A CN 114816503A CN 202210236829 A CN202210236829 A CN 202210236829A CN 114816503 A CN114816503 A CN 114816503A
Authority
CN
China
Prior art keywords
interactive
submission
application
user
configuration parameters
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210236829.6A
Other languages
Chinese (zh)
Inventor
冯建新
李青松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Beikun Cloud Computing Co ltd
Original Assignee
Shenzhen Beikun Cloud Computing Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Beikun Cloud Computing Co ltd filed Critical Shenzhen Beikun Cloud Computing Co ltd
Priority to CN202210236829.6A priority Critical patent/CN114816503A/en
Publication of CN114816503A publication Critical patent/CN114816503A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method, a platform and a medium for submitting interactive jobs of a high-performance computing platform, which receive an interactive submission request sent by a browser end through a web server; requesting the configuration parameters of the current application from an application server according to the information of the application clicked by the user and carried by the interactive submission request; and receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application. The invention realizes an efficient interactive job submission mode, which does not need developers to independently develop each software, can support all types of applications (software) after one-time development is finished, is convenient for later maintenance and greatly improves the maintenance efficiency.

Description

Interactive job submitting method, platform and medium for high-performance computing platform
Technical Field
The invention relates to the technical field of industrial design, in particular to a high-performance computing platform interactive operation submission method, a platform and a medium.
Background
Current High Performance Computing (HPC) job submission approaches can be broadly divided into two categories, one being command line submission and the other being interactive submission, with some differences:
the command line submission mode is to perform all operations of the job completely in the command line, including but not limited to submission of the job, viewing of the job, and ending of the job. The interactive submission mode is that the operator performs operations on the page, namely, the selection of applications (software) is realized on the page, configuration parameters are edited, and the output of a job is viewed.
Compared with an interactive submission mode, the command line submission mode has higher operation requirement, an operator needs to master basic commands of the job scheduling system, and the interactive submission mode can realize the interaction of jobs only by operating on a page.
In this context, some HPC platforms and supercomputer centers support interactive job submission methods, such as supercomputer centers, which generate required input controls, such as file selectors, input boxes, etc., on the front end by recording configuration parameters required by applications (software) to submit jobs, but this method has the following obvious disadvantages:
1. the development cost is huge. Because each type of software needs different configuration parameters and needs to support a large amount of software, a front-end page needs to be developed for each type of software, so that operations such as submission, editing and the like of the software are adapted.
2. And the later maintenance is difficult. If the application (software) is updated and new or reduced configuration parameters are needed, the development personnel is needed to intervene, so that the interactive page is updated. Correspondingly, if the parameter control at the front end has a problem, the control of each piece of software needs to be updated, and the workload is huge.
3. The amount of supported applications is small. Because the development cost is huge, the interactive submission of various kinds of software is unrealistic to complete, so that some platforms only support the interactive submission of some common software, and the interactive submission requirements of all people cannot be met.
Disclosure of Invention
The invention mainly aims to provide a high-performance computing platform interactive operation submission method, a high-performance computing platform interactive operation submission platform and a high-performance computing platform interactive operation submission medium, so that a high-efficiency interactive operation submission mode is realized, developers do not need to develop each software independently, all types of applications (software) can be supported after one-time development is finished, and in the corresponding later maintenance process, the invention does not need the intervention of the developers, only needs simple configuration to finish the addition or modification of the applications, and can greatly improve the maintenance efficiency compared with the prior art.
In order to achieve the above object, the present invention provides an interactive job submitting method for a high-performance computing platform, comprising the following steps:
receiving an interactive submission request sent by a browser end, wherein the interactive submission request carries information of an application clicked by a user when the user carries out interactive submission at the browser end;
requesting the configuration parameters of the current application from an application server according to the information of the application clicked by the user and carried by the interactive submission request;
and receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application.
The step of receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable the user to realize the interactive submission of the current application comprises the following steps:
and receiving the configuration parameters of the current application, which are acquired and returned from the database by the application server, rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application, wherein the configuration parameters are pre-configured and stored in the database, and each configuration parameter type corresponds to one UI control.
The step of receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters, so that the user can implement interactive submission of the current application further includes:
acquiring an interactive submission job template corresponding to the configuration parameters of the current application;
rendering the interactive submission operation template and the UI control corresponding to the configuration parameter to a browser end so that a user can realize interactive submission of the current application.
Wherein, the step of receiving the interactive submission request sent by the browser end further comprises:
collecting parameter types required by various application submission jobs;
and configuring a corresponding UI control for each parameter type, sorting the parameter types and writing the sorted parameter types into a database to form configuration parameters.
Wherein, the step of receiving the interactive submission request sent by the browser end further comprises:
collecting parameter types required by various application submission jobs;
configuring a corresponding UI control for each parameter type, sorting the parameter types and writing the parameter types into a database to form configuration parameters;
and forming an interactive submission job template based on the basic information and the parameter types of the applications.
Wherein the step of the user implementing interactive submission of the current application comprises:
receiving an interactive submission job template configured by a user clicking a current application through a browser end;
and receiving user-defined configuration parameters filled by a user on the interactive submission job template so as to complete the interactive submission of the current application.
The invention also provides a high-performance computing platform interactive job submission method, which is applied to a front end and comprises the following steps:
receiving an interactive submission request of a user for clicking an application through a browser, wherein the interactive submission request carries information of the application clicked by the user;
sending the interactive submission request to a web server, and requesting the configuration parameters of the current application from the application server by the web server according to the information of the application clicked by the user and carried by the interactive submission request;
and receiving the configuration parameters of the current application from the application server returned by the web server, and rendering the corresponding UI control to the browser according to the configuration parameters so as to enable the user to realize the interactive submission of the current application.
Wherein the method further comprises:
receiving an interactive submission job template configured by a user clicking a current application through a browser;
and receiving user-defined configuration parameters filled by a user on the interactive submission job template so as to complete the interactive submission of the current application.
The present invention also provides a high performance computing platform, comprising: a memory having stored thereon a computer program which, when executed by the processor, implements a high performance computing platform interactive job submission method as described above.
The present invention also proposes a computer storage medium having stored thereon a computer program which, when executed by a processor, implements the high performance computing platform interactive job submission method as described above.
According to the interactive job submission method, the interactive job submission platform and the interactive job submission medium for the high-performance computing platform, which are provided by the embodiment of the invention, an interactive submission request sent by a browser end is received through a web server, and the interactive submission request carries information of an application clicked by a user when the user carries out interactive submission at the browser end; requesting the configuration parameters of the current application from an application server according to the information of the application clicked by the user and carried by the interactive submission request; and receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application. The invention realizes an efficient interactive job submission mode, which does not need developers to independently develop each software, and can support all types of applications (software) after one-time development is finished. In the corresponding later maintenance process, the invention can complete the addition or modification of the application only by simple configuration without the intervention of developers, and compared with the prior art, the invention can greatly improve the maintenance efficiency.
The invention defines a standard parameter type, that is, each parameter type corresponds to the parameter required by application submission, and then maps the parameter to the front-end component correspondingly. At the beginning of design, the invention collects the parameter types required by various applications (software) to submit jobs, then carries out unified arrangement, writes the parameter types into a library, writes corresponding UI controls by front-end developers according to different types of parameter types, realizes that one parameter corresponds to one UI control, finally configures the parameter types of the applications in advance when the applications are introduced, and finally reads the data stored in the library by the front end, and then carries out rendering on the UI controls, thereby realizing the interactive submission of the applications (software).
Compared with the prior art, the invention can complete one-time development without arranging the intervention of developers in the later period. Compared with the newly added application (software) in the prior art, the method and the system do not need developers to carry out secondary development, only need to fill basic information and submitted parameters of the newly added software into the management platform, can add the application in real time, and do not need any development and deployment operation.
Drawings
FIG. 1 is a schematic flow chart of the interactive job submission method for a high performance computing platform of the present invention;
FIG. 2 is a diagram of the architecture of the system involved in the high performance computing platform interactive job submission method of the present invention;
FIG. 3 is a template diagram of the present invention defining an application (software) interactive submission of a job.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Specifically, referring to fig. 1, the present invention provides a method for submitting interactive jobs on a high-performance computing platform, the method comprising the following steps:
s1, receiving an interactive submission request sent by a browser end, wherein the interactive submission request carries information of an application clicked by a user when the user carries out interactive submission at the browser end;
s2, requesting the configuration parameters of the current application from the application server according to the information of the application clicked by the user and carried by the interactive submission request;
and S3, receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters, so that the user can realize interactive submission of the current application.
The step of receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable the user to realize the interactive submission of the current application comprises the following steps:
and receiving the configuration parameters of the current application, which are acquired and returned from the database by the application server, rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application, wherein the configuration parameters are pre-configured and stored in the database, and each configuration parameter type corresponds to one UI control.
The step of receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters, so that the user can implement interactive submission of the current application further includes:
acquiring an interactive submission job template corresponding to the configuration parameters of the current application;
rendering the interactive submission operation template and the UI control corresponding to the configuration parameter to a browser end so that a user can realize interactive submission of the current application.
Wherein, the step of receiving the interactive submission request sent by the browser end further comprises:
collecting parameter types required by various application submission jobs;
and configuring a corresponding UI control for each parameter type, sorting the parameter types and writing the sorted parameter types into a database to form configuration parameters.
Wherein, the step of receiving the interactive submission request sent by the browser end further comprises:
collecting parameter types required by various application submission jobs;
configuring a corresponding UI control for each parameter type, sorting the parameter types and writing the parameter types into a database to form configuration parameters;
and forming an interactive submission job template based on the basic information and the parameter types of the applications.
Wherein the step of the user implementing interactive submission of the current application comprises:
receiving an interactive submission job template configured by a user clicking a current application through a browser end;
and receiving user-defined configuration parameters filled by a user on the interactive submission job template so as to complete the interactive submission of the current application.
In addition, the invention also provides a high-performance computing platform interactive job submission method, which is applied to a front end and comprises the following steps:
s11, receiving an interactive submission request of the application clicked by the user through the browser, wherein the interactive submission request carries information of the application clicked by the user;
s12, sending the interactive submission request to a web server, and requesting the configuration parameters of the current application from the application server by the web server according to the information of the application clicked by the user and carried by the interactive submission request;
s13, receiving the configuration parameters of the current application from the application server returned by the web server, and rendering the corresponding UI control to the browser according to the configuration parameters, so that the user can realize the interactive submission of the current application.
Further, the method further comprises:
receiving an interactive submission job template configured by a user clicking a current application through a browser;
and receiving user-defined configuration parameters filled by a user on the interactive submission job template so as to complete the interactive submission of the current application.
The interactive job submission method of the high-performance computing platform provided by the embodiment of the invention comprises the steps of receiving an interactive submission request sent by a browser end through a web server, wherein the interactive submission request carries information of a clicked application of a user when the user carries out interactive submission at the browser end; requesting the configuration parameters of the current application from an application server according to the information of the application clicked by the user and carried by the interactive submission request; and receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application. The invention realizes an efficient interactive job submission mode, which does not need developers to independently develop each software, and can support all types of applications (software) after one-time development is finished. In the corresponding later maintenance process, the invention can complete the addition or modification of the application only by simple configuration without the intervention of developers, and compared with the prior art, the invention can greatly improve the maintenance efficiency.
The scheme of the invention is explained in detail below:
the invention can realize an efficient interactive job submission mode, does not need developers to independently develop each software, and can support all types of applications (software) after one-time development is finished. In the corresponding later maintenance process, the invention can complete the addition or modification of the application only by simple configuration without the intervention of developers, and compared with the prior art, the invention can greatly improve the maintenance efficiency.
Specifically, the system architecture and the business process of the present invention are shown in fig. 2:
as shown in fig. 2, the system architecture includes: a web server (web server), an application server (application server), and a database, and the web server is associated with a plurality of applications.
In fig. 2, the application is rendered by a web server, which is used for processing a request from a browser, and when a user clicks an interactive submission of an application (software) at the browser, the browser transfers information of the clicked application to the web server, and the web server processes data and then requests a configuration parameter of a current application from the application server. After the web server requests the transferred application configuration parameters, the corresponding UI control is rendered to the browser according to the parameter information, and the user can realize the interactive submission of the application. The application server mainly receives a request from a front end and then obtains the parameter type of an application (software) from a database.
In database, the invention defines multiple standard parameter types, each parameter type corresponds to a certain UI control at the front end, and specifically includes:
FILE, the type of parameter defining the FILE, the configuration associated with the FILE will be used during the interactive submission of the job, such as entering the FILE, etc. The UI control corresponding to the parameter at the front end is a file uploading box, a file selector can be popped up by clicking, and then an uploading file is selected.
DIR, this parameter type defines a file directory. The parameter is mainly used for storing and reading files, such as an input file directory, a job work directory, a result file directory and the like. The UI control of the parameter at the front end is an input box which can input a directory of definition files
INPUT, this parameter type defines the INPUT box. The parameter is shown as an input box on the front end UI control, and various values in the job configuration can be input.
TEXTAREA, this parameter type defines multiple lines of text. The method is mainly used for inputting a large number of operation parameter values, and can accommodate an unlimited number of texts. The parameter is a multi-line text input box on a front-end UI control, and a large amount of text content can be input.
SELECT, this parameter type defines the selector. The primary user selects some fixed parameter values to avoid manual input. The UI control of the parameter at the front end is a selection box, which can be used for selecting version, database, etc.
Multiple, this parameter type defines a multiple selector, which is mainly used for the selection of multiple parameter values. The UI control corresponding to the parameter at the front end is a multi-selection operation box, and one or more parameter values can be selected.
SINGLEFILE, this parameter type defines a simple file selector, primarily for entering a single file. The UI control corresponding to the parameter at the front end is a file button, a file selector can be popped up by clicking, and then an uploading file is selected.
SWITCH, this parameter type defines a SWITCH control, mainly used to open or not open a certain configuration. The UI control corresponding to the parameter at the front end is a clickable switch control, and the start or the close of a certain configuration can be realized by clicking.
The invention defines a standard parameter type, that is, each parameter type corresponds to the parameter required by application submission and then is mapped to the front-end component correspondingly. At the beginning of design, the invention collects the parameter types required by various applications (software) to submit jobs, then carries out unified arrangement, writes the parameter types into a library, writes corresponding UI controls by front-end developers according to different types of parameter types, realizes that one parameter corresponds to one UI control, finally configures the parameter types of the applications in advance when the applications are introduced, and finally reads the data stored in the library by the front end, and then carries out rendering on the UI controls, thereby realizing the interactive submission of the applications (software).
Compared with the prior art, the invention can complete one-time development without arranging the intervention of developers in the later period. Compared with the newly added application (software) in the prior art, the method and the system do not need developers to carry out secondary development, only need to fill basic information and submitted parameters of the newly added software into the management platform, can add the application in real time, and do not need any development and deployment operation.
Furthermore, as an extension, the present invention can also provide a method for rapidly adding or modifying application (software) configuration, that is, a template for interactively submitting job of application (software) is defined by configuring application basic information and parameter types. The basic composition of the template is shown in figure 3.
In fig. 3, an interactive submission template of an application can be composed by configuring basic information of the application and parameter types of the application. At the application parameter type, the parameter type in INPUT _ FILES is FILE, the parameter types of TOTAL _ CORES and WALL _ TIME are INPUT, and these configuration parameters are all rendered at the front end to form corresponding UI controls, and then interactive submission is realized. Through the defined parameter types, various applications (software) can be freely combined to submit required configuration parameters, and then the configuration parameters are directly rendered on a front-end page through defining as a template, so that the real-time front-end page modification can be realized without any deployment operation. After the user selects the application (software), the template configured by the application is clicked, and the submission of the job can be completed only by filling in the own configuration parameters of part of the users, so that the quantity of the configuration parameters required by the submission of the job is reduced, the operation threshold is greatly reduced, and the time spent by part of the users for filling in the parameters is correspondingly reduced.
Therefore, the method completely overcomes the defects of the traditional interactive submission operation, firstly, the method does not need to repeatedly develop an interactive submission page aiming at one software, and only needs developers to develop the interactive UI controls needed by all types of applications (software) at one time, so that the interactive submission of each application can be realized. The key point of the invention is that one-time development completion is realized by defining the configuration parameters required by application submission and then developing the UI control through the parameters. Meanwhile, the invention also defines the template according to the applied parameters, and improves the efficiency of interactive job submission by giving the default values of the parameters.
It should be noted that, in the solution of the present invention, the user can freely select the parameter configuration item of the application, thereby implementing more complicated job submission and improving the usability. In addition, the scheme of the invention can be not limited to the submission of the operation at the web end, and can also be expanded to desktop application, a mobile phone end and the like.
In addition, the present invention also provides a high performance computing platform, comprising: a memory having stored thereon a computer program which, when executed by the processor, implements a high performance computing platform interactive job submission method as described above.
The present invention also proposes a computer storage medium having stored thereon a computer program which, when executed by a processor, implements the high performance computing platform interactive job submission method as described above.
According to the interactive job submission method, the interactive job submission platform and the interactive job submission medium for the high-performance computing platform, which are provided by the embodiment of the invention, an interactive submission request sent by a browser end is received through a web server, and the interactive submission request carries information of an application clicked by a user when the user carries out interactive submission at the browser end; requesting the configuration parameters of the current application from an application server according to the information of the application clicked by the user and carried by the interactive submission request; and receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application. The invention realizes an efficient interactive job submission mode, which does not need developers to independently develop each software, and can support all types of applications (software) after one-time development is finished. In the corresponding later maintenance process, the invention can complete the addition or modification of the application only by simple configuration without the intervention of developers, and compared with the prior art, the invention can greatly improve the maintenance efficiency.
The invention defines a standard parameter type, that is, each parameter type corresponds to the parameter required by application submission, and then maps the parameter to the front-end component correspondingly. At the beginning of design, the invention collects the parameter types required by various applications (software) to submit jobs, then carries out unified arrangement, writes the parameter types into a library, writes corresponding UI controls by front-end developers according to different types of parameter types, realizes that one parameter corresponds to one UI control, finally configures the parameter types of the applications in advance when the applications are introduced, and finally reads the data stored in the library by the front end, and then carries out rendering on the UI controls, thereby realizing the interactive submission of the applications (software).
Compared with the prior art, the invention can complete one-time development without arranging the intervention of developers in the later period. Compared with the newly added application (software) in the prior art, the method and the system do not need developers to carry out secondary development, only need to fill basic information and submitted parameters of the newly added software into the management platform, can add the application in real time, and do not need any development and deployment operation.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications made by the equivalent structures or equivalent processes in the contents of the present specification and the attached drawings, or applied directly or indirectly to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A method for interactive job submission from a high performance computing platform, the method comprising the steps of:
receiving an interactive submission request sent by a browser end, wherein the interactive submission request carries information of an application clicked by a user when the user carries out interactive submission at the browser end;
requesting the configuration parameters of the current application from an application server according to the information of the application clicked by the user and carried by the interactive submission request;
and receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application.
2. The method of claim 1, wherein the step of receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters, so that the user can implement interactive submission of the current application comprises:
and receiving the configuration parameters of the current application acquired and returned by the application server from the database through a web server, and rendering the corresponding UI control to the browser end according to the configuration parameters so as to enable a user to realize interactive submission of the current application, wherein the configuration parameters are pre-configured and stored in the database, and each configuration parameter type corresponds to one UI control.
3. The method of claim 2, wherein the step of receiving the configuration parameters of the current application returned by the application server, and rendering the corresponding UI control to the browser end according to the configuration parameters, so that the user can implement interactive submission of the current application further comprises:
acquiring an interactive submission job template corresponding to the configuration parameters of the current application;
rendering the interactive submission operation template and the UI control corresponding to the configuration parameter to a browser end so that a user can realize interactive submission of the current application.
4. The method of claim 2, wherein the step of receiving the interactive submission request sent by the browser-side further comprises:
collecting parameter types required by various application submission jobs;
and configuring a corresponding UI control for each parameter type, sorting the parameter types and writing the sorted parameter types into a database to form configuration parameters.
5. The method of claim 3, wherein the step of receiving the interactive submission request sent by the browser-side further comprises:
collecting parameter types required by various application submission jobs;
configuring a corresponding UI control for each parameter type, sorting the parameter types and writing the parameter types into a database to form configuration parameters;
and forming an interactive submission job template based on the basic information and the parameter types of the applications.
6. The method of claim 5, wherein the step of the user implementing the interactive submission of the current application comprises:
receiving an interactive submission job template configured by a user clicking a current application through a browser end;
and receiving user-defined configuration parameters filled by a user on the interactive submission job template so as to complete the interactive submission of the current application.
7. A high performance computing platform interactive job submission method, applied to a front end, comprising the steps of:
receiving an interactive submission request of a user for clicking an application through a browser, wherein the interactive submission request carries information of the application clicked by the user;
sending the interactive submission request to a web server, and requesting the configuration parameters of the current application from the application server by the web server according to the information of the application clicked by the user and carried by the interactive submission request;
and receiving the configuration parameters of the current application from the application server returned by the web server, and rendering the corresponding UI control to the browser according to the configuration parameters so as to enable the user to realize the interactive submission of the current application.
8. The high performance computing platform interactive job submission method of claim 7, further comprising:
receiving an interactive submission job template configured by a user clicking a current application through a browser;
and receiving user-defined configuration parameters filled by a user on the interactive submission job template so as to complete the interactive submission of the current application.
9. A high performance computing platform, comprising: a memory and a processor, the memory having stored thereon a computer program that, when executed by the processor, implements the high performance computing platform interactive job submission method as recited in any of claims 1-8.
10. A computer storage medium having a computer program stored thereon, which when executed by a processor implements a high performance computing platform interactive job submission method as recited in any of claims 1-8.
CN202210236829.6A 2022-03-11 2022-03-11 Interactive job submitting method, platform and medium for high-performance computing platform Pending CN114816503A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210236829.6A CN114816503A (en) 2022-03-11 2022-03-11 Interactive job submitting method, platform and medium for high-performance computing platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210236829.6A CN114816503A (en) 2022-03-11 2022-03-11 Interactive job submitting method, platform and medium for high-performance computing platform

Publications (1)

Publication Number Publication Date
CN114816503A true CN114816503A (en) 2022-07-29

Family

ID=82529842

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210236829.6A Pending CN114816503A (en) 2022-03-11 2022-03-11 Interactive job submitting method, platform and medium for high-performance computing platform

Country Status (1)

Country Link
CN (1) CN114816503A (en)

Similar Documents

Publication Publication Date Title
CN111045655B (en) Page rendering method and device, rendering server and storage medium
CN107533453B (en) System and method for generating data visualization applications
US10831453B2 (en) Connectors framework
CN110851134A (en) Low-code page design device and page design method
CN113076096B (en) Desktop application program development method, device, equipment and storage medium
CN114035773A (en) Configuration-based low-code form development method, system and device
CN108388623B (en) ER relationship generation method and device, computer equipment and storage medium
US20230102947A1 (en) Providing operations in accordance with worksheet relationships and data object relationships
US6275866B1 (en) Manipulation and coupling of object oriented components
CN109523418A (en) Drawing acquisition methods, device, computer equipment and storage medium
CN101093477B (en) Data process method for electronic form, and data process system for electronic form
CN113849156B (en) Codeless intelligent development system applied to OpenHarmony operating system and application method thereof
US20090007010A1 (en) Hosted data visualization service
CN113010168B (en) User interface generation method based on scene tree
CN101714080A (en) Method and system for realizing web multiple language control
US10706225B2 (en) Form management system and method
CN103544357A (en) Method and device for achieving ANSYS calculation tasks
TWI629602B (en) Method for automatically generating website interactive program
CN117215556A (en) Modularized page rapid construction method, system, equipment and medium
CN110989999A (en) Code generation method and device, electronic equipment and medium
CN114816503A (en) Interactive job submitting method, platform and medium for high-performance computing platform
CN116400914A (en) Method for quickly constructing web application based on data model
US11663199B1 (en) Application development based on stored data
US20220180011A1 (en) Systems and methods for modifying cad files
CN115328462A (en) Js visualization development tool based on Vue and using method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination