We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4447932 commit 1447778Copy full SHA for 1447778
1 file changed
src/grid.cpp
@@ -167,7 +167,7 @@ Grid::Grid(Input &input) {
167
// Check that the total grid dimension is effectively divisible by number of procs
168
if(ngridtot % idfx::psize)
169
IDEFIX_ERROR("Total grid size must be a multiple of the number of mpi process");
170
- // Check that dec option has been passed
+ // Check that dec option has been passed
171
if(input.CheckEntry("CommandLine","dec") != DIMENSIONS) {
172
// No command line decomposition, make auto-decomposition if possible
173
// (only when nproc and dimensions are powers of 2, and in 1D)
0 commit comments