|
1 | | -../machine/DeePMD-kit-2.x/lebesgue_v2_machine.json |
| 1 | +{ |
| 2 | + "api_version": "1.0", |
| 3 | + "deepmd_version": "2.0.1", |
| 4 | + "train": { |
| 5 | + "command": "dp", |
| 6 | + "machine": { |
| 7 | + "batch_type": "DpCloudServer", |
| 8 | + "context_type": "DpCloudServerContext", |
| 9 | + "local_root": "./", |
| 10 | + "remote_profile": { |
| 11 | + "email": "your lebesgue register email", |
| 12 | + "password": "your lebesgue password", |
| 13 | + "program_id": 0, |
| 14 | + "input_data": { |
| 15 | + "api_version": 2, |
| 16 | + "job_type": "indicate", |
| 17 | + "log_file": "00*/train.log", |
| 18 | + "grouped": true, |
| 19 | + "job_name": "dpgen_train_job", |
| 20 | + "disk_size": 100, |
| 21 | + "scass_type": "c8_m60_1 * NVIDIA P100", |
| 22 | + "platform": "ali", |
| 23 | + "image_name": "deepmd-kit:2.0.1", |
| 24 | + "on_demand": 0 |
| 25 | + } |
| 26 | + } |
| 27 | + }, |
| 28 | + "resources": { |
| 29 | + "batch_type": "DpCloudServer", |
| 30 | + "number_node": 1, |
| 31 | + "cpu_per_node": 4, |
| 32 | + "gpu_per_node": 1, |
| 33 | + "queue_name": "GPU", |
| 34 | + "group_size": 1 |
| 35 | + } |
| 36 | + }, |
| 37 | + "model_devi": { |
| 38 | + "command": "lmp -i input.lammps -v restart 0", |
| 39 | + "machine": { |
| 40 | + "batch_type": "DpCloudServer", |
| 41 | + "context_type": "DpCloudServerContext", |
| 42 | + "local_root": "./", |
| 43 | + "remote_profile": { |
| 44 | + "email": "your lebesgue register email", |
| 45 | + "password": "your lebesgue password", |
| 46 | + "program_id": 0, |
| 47 | + "input_data": { |
| 48 | + "api_version": 2, |
| 49 | + "job_type": "indicate", |
| 50 | + "log_file": "*/model_devi.log", |
| 51 | + "grouped": true, |
| 52 | + "job_name": "dpgen_model_devi_job", |
| 53 | + "disk_size": 200, |
| 54 | + "scass_type": "c8_m60_1 * NVIDIA P100", |
| 55 | + "platform": "ali", |
| 56 | + "image_name": "deepmd-kit:2.0.1", |
| 57 | + "on_demand": 0 |
| 58 | + } |
| 59 | + } |
| 60 | + }, |
| 61 | + "resources": { |
| 62 | + "batch_type": "DpCloudServer", |
| 63 | + "number_node": 1, |
| 64 | + "cpu_per_node": 4, |
| 65 | + "gpu_per_node": 1, |
| 66 | + "queue_name": "GPU", |
| 67 | + "group_size": 5 |
| 68 | + } |
| 69 | + }, |
| 70 | + "fp": { |
| 71 | + "command": "mpirun -n 16 vasp_std", |
| 72 | + "machine": { |
| 73 | + "batch_type": "DpCloudServer", |
| 74 | + "context_type": "DpCloudServerContext", |
| 75 | + "local_root": "./", |
| 76 | + "remote_profile": { |
| 77 | + "email": "your lebesgue register email", |
| 78 | + "password": "your lebesgue password", |
| 79 | + "program_id": 0, |
| 80 | + "input_data": { |
| 81 | + "api_version": 2, |
| 82 | + "job_type": "indicate", |
| 83 | + "log_file": "task*/fp.log", |
| 84 | + "grouped": true, |
| 85 | + "job_name": "dpgen_fp_job", |
| 86 | + "disk_size": 100, |
| 87 | + "scass_type": "c8_m8_cpu", |
| 88 | + "platform": "ali", |
| 89 | + "image_name": "vasp:5.4.4", |
| 90 | + "on_demand": 0 |
| 91 | + } |
| 92 | + } |
| 93 | + }, |
| 94 | + "resources": { |
| 95 | + "batch_type": "DpCloudServer", |
| 96 | + "number_node": 1, |
| 97 | + "cpu_per_node": 32, |
| 98 | + "gpu_per_node": 0, |
| 99 | + "queue_name": "CPU", |
| 100 | + "group_size": 5, |
| 101 | + "source_list": [ |
| 102 | + "/opt/intel/oneapi/setvars.sh" |
| 103 | + ] |
| 104 | + } |
| 105 | + } |
| 106 | +} |
0 commit comments