forked from deepmodeling/APEX
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathglobal_hpc.json
More file actions
29 lines (29 loc) · 853 Bytes
/
Copy pathglobal_hpc.json
File metadata and controls
29 lines (29 loc) · 853 Bytes
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
{
"apex_image_name":"zhuoyli/apex_arm64",
"lammps_image_name": "zhuoyli/apex_arm64",
"run_command":"lmp -in in.lammps",
"group_size": 2,
"batch_type": "Slurm",
"context_type": "SSHContext",
"local_root" : "./",
"remote_root": "/hpc/home/hku/zyl/Downloads/remote_tasks",
"remote_host": "***.**.**.**",
"remote_username": "USERNAME",
"remote_password": "PASSWD",
"port": 22,
"resources":{
"number_node": 1,
"cpu_per_node": 4,
"gpu_per_node": 0,
"queue_name": "apex_test",
"group_size": 1,
"module_list": ["deepmd-kit/2.1.0/cpu_binary_release"],
"custom_flags": [
"#SBATCH --partition=xlong",
"#SBATCH --ntasks=4",
"#SBATCH --mem=10G",
"#SBATCH --nodes=1",
"#SBATCH --time=1-00:00:00"
]
}
}