Since mpi+omp version uses 6 threads, change nblocks values
This commit is contained in:
parent
56584c9e97
commit
9c20537f91
@ -12,7 +12,7 @@ let
|
|||||||
# Initial variable configuration
|
# Initial variable configuration
|
||||||
varConf = with bsc; {
|
varConf = with bsc; {
|
||||||
n = [ { x = 128; y = 192; z = 192; } ];
|
n = [ { x = 128; y = 192; z = 192; } ];
|
||||||
nblocks = [ 12 24 48 96 192 384 ];
|
nblocks = [ 6 12 24 48 96 192 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Generate the complete configuration for each unit
|
# Generate the complete configuration for each unit
|
||||||
@ -51,6 +51,7 @@ let
|
|||||||
"--nx=${toString n.x}"
|
"--nx=${toString n.x}"
|
||||||
"--ny=${toString n.y}"
|
"--ny=${toString n.y}"
|
||||||
"--nz=${toString n.z}"
|
"--nz=${toString n.z}"
|
||||||
|
"--nblocks=${toString nblocks}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user