forked from deepmodeling/dpgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmachine-dpcloudserver.json
131 lines (131 loc) · 3.9 KB
/
machine-dpcloudserver.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"api_version": "1.0",
"train" :
{
"command": "dp",
"machine": {
"batch_type": "DpCloudServer",
"context_type": "DpCloudServerContext",
"local_root" : "./",
"remote_profile":{
"email": "yfb222333",
"password": "",
"program_id": 0,
"input_data":{
"job_type": "indicate",
"log_file": "dp_cloud_server.log",
"command": null,
"backward_files": [],
"job_name": "dpgen_20210630_job",
"machine": {
"platform": "ali",
"resources": {
"gpu_type": "1 * NVIDIA P100",
"cpu_num": 4,
"mem_limit": 30,
"disk_size": 100,
"region": "cn-beijing",
"time_limit": "2:00:00",
"image_name": "yfb-deepmd-kit-1.2.4-cuda10"
}
},
"job_resources": null
}
}
},
"resources": {
"batch_type": "DpCloudServer",
"number_node": 1,
"cpu_per_node": 4,
"gpu_per_node": 1,
"queue_name": "GPU",
"group_size": 1
}
},
"model_devi":
{
"command": "lmp -i input.lammps -v restart 0",
"machine": {
"batch_type": "DpCloudServer",
"context_type": "DpCloudServerContext",
"local_root" : "./",
"remote_profile":{
"email": "yfb222333",
"password": "",
"program_id": 0,
"input_data":{
"job_type": "indicate",
"log_file": "dp_cloud_server.log",
"command": null,
"backward_files": [],
"job_name": "dpgen_20210630_job",
"machine": {
"platform": "ali",
"resources": {
"gpu_type": "1 * NVIDIA P100",
"cpu_num": 4,
"mem_limit": 30,
"disk_size": 100,
"region": "cn-beijing",
"time_limit": "2:00:00",
"image_name": "yfb-deepmd-kit-1.2.4-cuda10"
}
},
"job_resources": null
}
}
},
"resources": {
"batch_type": "DpCloudServer",
"number_node": 1,
"cpu_per_node": 4,
"gpu_per_node": 1,
"queue_name": "GPU",
"group_size": 5
}
},
"fp":
{
"command": "mpirun -n 16 vasp_std",
"machine": {
"batch_type": "DpCloudServer",
"context_type": "DpCloudServerContext",
"local_root" : "./",
"remote_profile":{
"email": "yfb222333",
"password": "",
"program_id": 0,
"input_data":{
"job_type": "indicate",
"log_file": "dp_cloud_server.log",
"command": null,
"backward_files": [],
"job_name": "dpgen_20210630_job",
"machine": {
"platform": "ali",
"resources": {
"cpu_num": 32,
"mem_limit": 64,
"disk_size": 200,
"region": "cn-beijing",
"time_limit": "2:00:00",
"image_name": "deepmd-vasp-cloudserver-v8"
}
},
"job_resources": null
}
}
},
"resources": {
"batch_type": "DpCloudServer",
"number_node": 1,
"cpu_per_node": 32,
"gpu_per_node": 0,
"queue_name": "CPU",
"group_size": 5,
"source_list": [
"/opt/intel/oneapi/setvars.sh"
]
}
}
}