-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompute_system.json
55 lines (55 loc) · 1.45 KB
/
compute_system.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
{
"id": "UPDATEUSERNAME.stampede2.execution",
"name": "Execution system S2",
"status": "UP",
"type": "EXECUTION",
"description": "Execution system for Stampede2 ",
"site": "www.tacc.utexas.edu",
"executionType": "HPC",
"scratchDir": "/home1/dir/UPDATEUSERNAME/scratch",
"workDir": "/home1/dir/UPDATEUSERNAME/work",
"login": {
"host": "login1.stampede2.tacc.utexas.edu",
"port": 22,
"protocol": "SSH",
"scratchDir": "/home1/dir/UPDATEUSERNAME/scratch",
"workDir": "/home1/dir/UPDATEUSERNAME/work",
"auth": {
"username": "UPDATEUSERNAME",
"publicKey":"paste public key here",
"privateKey":"paste private key here",
"type": "SSHKEYS"
}
},
"storage": {
"host": "stampede2.tacc.utexas.edu",
"port": 22,
"protocol": "SFTP",
"rootDir": "/",
"homeDir": "/home1/dir/UPDATEUSERNAME",
"auth": {
"username": "UPDATEUSERNAME",
"publicKey":"paste public key here",
"privateKey":"paste private key here",
"type": "SSHKEYS"
}
},
"maxSystemJobs": 100,
"maxSystemJobsPerUser": 10,
"scheduler": "SLURM",
"queues": [
{
"name": "normal",
"maxJobs": 100,
"maxUserJobs": 10,
"maxNodes": 128,
"maxMemoryPerNode": "2GB",
"maxProcessorsPerNode": 128,
"maxRequestedTime": "24:00:00",
"customDirectives":"-A UPDATEPROJECT -r UPDATERESERVATION",
"default": true
}
],
"environment": "",
"startupScript": null
}