print stage_host
This commit is contained in:
@@ -262,6 +262,7 @@ int main(int argc, char** argv)
|
|||||||
printf("n procs = %d\n", world_size);
|
printf("n procs = %d\n", world_size);
|
||||||
printf("n_global = %d\n", n_global);
|
printf("n_global = %d\n", n_global);
|
||||||
printf("n_local = %d\n", n_local);
|
printf("n_local = %d\n", n_local);
|
||||||
|
printf("stage_host = %d\n", stage_host);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto h_z = gt::empty<double>({n_global, n_local_with_ghost});
|
auto h_z = gt::empty<double>({n_global, n_local_with_ghost});
|
||||||
|
|||||||
Reference in New Issue
Block a user