修改:hpc任务提交,提交成功后初始化状态队列中
This commit is contained in:
@@ -297,7 +297,8 @@ public class PbsServiceDecorator implements IPbsServiceDecorator {
|
||||
// 执行信息 定时任务回传的时候修改
|
||||
// simulationJob.setStartTime("2025-11-30 10:00:00");
|
||||
// simulationJob.setEndTime("2025-11-30 12:30:00");
|
||||
simulationJob.setJobStatus("Configuring");
|
||||
// 提交成功,队列中
|
||||
simulationJob.setJobStatus("Queued");
|
||||
// 求解器名称
|
||||
simulationJob.setSolverName(req.getSoftware());
|
||||
// 执行信息 定时任务回传的时候修改
|
||||
|
||||
Reference in New Issue
Block a user