Skip to content

Commit

Permalink
Add new parameters for 3D process grid shape
Browse files Browse the repository at this point in the history
  • Loading branch information
luszczek committed Dec 11, 2016
1 parent af6c06e commit 70888f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ HPCG_Init(int * argc_p, char ** *argv_p, HPCG_Params & params) {
char ** argv = *argv_p;
char fname[80];
int i, j, *iparams;
char cparams[][7] = {"--nx=", "--ny=", "--nz=", "--rt=", "--pz=", "--zl=", "--zu="};
char cparams[][7] = {"--nx=", "--ny=", "--nz=", "--rt=", "--pz=", "--zl=", "--zu=", "--npx=", "--npy=", "--npz="};
time_t rawtime;
tm * ptm;
const int nparams = (sizeof cparams) / (sizeof cparams[0]);
Expand Down

0 comments on commit 70888f1

Please sign in to comment.