This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
common
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
调整超算接口
pull/52/head
JeshuaRen
8 months ago
parent
f5cad317d1
commit
058904bff5
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
sdks/hpc/job.go
+1
-0
sdks/scheduler/models.go
+ 1
- 0
sdks/hpc/job.go
View File
@@ -24,6 +24,7 @@ type HPCParameter struct {
Partition string `json:"partition"`
Ntasks string `json:"ntasks"`
Nodes string `json:"nodes"`
BamFile string `json:"bamFile"`
InputFile string `json:"inputFile"`
}
+ 1
- 0
sdks/scheduler/models.go
View File
@@ -111,6 +111,7 @@ type HPCParameter struct {
Partition string `json:"partition"`
Ntasks string `json:"ntasks"`
Nodes string `json:"nodes"`
BamFile string `json:"bamFile"`
HPCBindingFiles []HPCBindingFile `json:"hpcBindingFiles"`
}
Write
Preview
Loading…
Cancel
Save