|
16 | 16 | "resources":{ |
17 | 17 | "_comment" : "The number of nodes.", |
18 | 18 | "numb_node": 1, |
19 | | - "_comment" : "The number of GPUs.", |
20 | | - "numb_gpu": 1, |
| 19 | + "_comment" : "If you choose to run with multiple GPUs simultaneously, just ignore numb_gpu.", |
| 20 | + "numb_gpu": 0, |
21 | 21 | "_comment" : "The number of CPUs.", |
22 | 22 | "task_per_node": 4, |
23 | 23 | "_comment" : "The number of GPUs that can be used for each task.", |
|
26 | 26 | "manual_cuda_multiplicity":1, |
27 | 27 | "_comment" : "Allow the multi-GPU task running.", |
28 | 28 | "cuda_multi_task": true, |
29 | | - "_comment" : "Partition.", |
30 | | - "partition": "gpu", |
31 | | - "_comment" : "Memory limit.", |
32 | | - "mem_limit": 64, |
33 | | - "_comment" : "None for local device", |
34 | | - "exclude_list": [], |
35 | 29 | "module_list": [], |
36 | | - "source_list": ["/opt/intel/parallel_studio_xe_2020/psxevars.sh"], |
37 | | - "_comment" : "Time limit.", |
38 | | - "time_limit": "23:0:0" |
| 30 | + "_comment" : "Environment to be activated. This will generate source xxx/psxevars.sh in scripts. ", |
| 31 | + "source_list": ["/opt/intel/parallel_studio_xe_2020/psxevars.sh"] |
39 | 32 | }, |
40 | 33 | "_comment" : "DP-GEN will put 4 tasks together in one submitting script.", |
41 | 34 | "group_size": 4 |
|
50 | 43 | }, |
51 | 44 | "resources": { |
52 | 45 | "numb_node": 1, |
53 | | - "numb_gpu": 4, |
| 46 | + "numb_gpu": 0, |
54 | 47 | "task_per_node": 4, |
55 | 48 | "manual_cuda_devices": 4, |
56 | 49 | "manual_cuda_multiplicity":1, |
57 | 50 | "cuda_multi_task": true, |
58 | | - "partition": "gpu", |
59 | | - "exclude_list": [], |
60 | | - "mem_limit": 64, |
61 | 51 | "source_list": [], |
62 | | - "module_list": [], |
63 | | - "time_limit": "23:0:0" |
| 52 | + "module_list": [] |
64 | 53 | }, |
65 | 54 | "command": "/home/user/Soft/Deepmd/lammps-stable_29Oct2020/src/lmp_mpi", |
66 | 55 | "group_size": 4 |
|
80 | 69 | "with_mpi": true, |
81 | 70 | "_comment" : "Load the intel compiler.", |
82 | 71 | "source_list": ["/opt/intel/parallel_studio_xe_2020/psxevars.sh"], |
83 | | - "envs": {"PATH" : "/home/user/Soft/VASP/vasp.5.4.4-allbak/bin:$PATH"} |
| 72 | + "envs": {"PATH" : "/home/user/Soft/VASP/vasp.5.4.4-allbak/bin:$PATH"}, |
| 73 | + "_comment" : "This will generate export PATH=/home/user/Soft/VASP/vasp.5.4.4-allbak/bin:$PATH in scripts;" |
84 | 74 | }, |
85 | 75 | "command": "vasp_std", |
86 | 76 | "group_size": 1 |
|
0 commit comments