Skip to content

Commit e3d9a35

Browse files
experiment with ppn
1 parent e1ff9a0 commit e3d9a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/spmd/large_scale/large_scale.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"distributed_split": "None"
2525
},
2626
"bench": {
27-
"mpi_params": {"n": [1,2,6,12], "ppn": [1,2,6,12], "-hostfile": "", "-cpu-bind=list:0-7,104-111:8-15,112-119:16-23,120-127:24-31,128-135:32-39,136-143:40-47,144-151:52-59,156-163:60-67,164-171:68-75,172-179:76-83,180-187:84-91,188-195:92-99,196-203": "--envall gpu_tile_compact.sh" }
27+
"mpi_params": {"n": [1,2,3,4,5,6,7,8,9,10,11,12], "ppn": 12, "-hostfile": "", "-cpu-bind=list:0-7,104-111:8-15,112-119:16-23,120-127:24-31,128-135:32-39,136-143:40-47,144-151:52-59,156-163:60-67,164-171:68-75,172-179:76-83,180-187:84-91,188-195:92-99,196-203": "--envall gpu_tile_compact.sh" }
2828
}
2929
},
3030
"large scale strong one node parameters": {
@@ -33,7 +33,7 @@
3333
"distributed_split": "rank_based"
3434
},
3535
"bench": {
36-
"mpi_params": {"n": [1,2,6,12], "ppn": [1,2,6,12], "-hostfile": "", "-cpu-bind=list:0-7,104-111:8-15,112-119:16-23,120-127:24-31,128-135:32-39,136-143:40-47,144-151:52-59,156-163:60-67,164-171:68-75,172-179:76-83,180-187:84-91,188-195:92-99,196-203": "--envall gpu_tile_compact.sh" }
36+
"mpi_params": {"n": [1,2,3,4,5,6,7,8,9,10,11,12], "ppn": 12, "-hostfile": "", "-cpu-bind=list:0-7,104-111:8-15,112-119:16-23,120-127:24-31,128-135:32-39,136-143:40-47,144-151:52-59,156-163:60-67,164-171:68-75,172-179:76-83,180-187:84-91,188-195:92-99,196-203": "--envall gpu_tile_compact.sh" }
3737
}
3838
},
3939
"large scale 2k parameters": {

0 commit comments

Comments
 (0)