print stage_host

This commit is contained in:
Bryce Allen
2022-10-24 18:12:09 +00:00
parent 7c332265d9
commit 2309afb2ab

View File

@@ -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});