[PATCH] D47484: [test-suite] Corrections for MiniGMG
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 30 18:38:51 PDT 2018
hfinkel added inline comments.
================
Comment at: mg.c:103
domain->rank = rank;
- if(domain->rank==0){printf("creating domain... ");fflush(stdout);}
+ if(domain->rank==0){printf("creating domain. ");fflush(stdout);}
//FIX, limit ghosts based on coarsest problem size
----------------
Why are you changing the number of periods in the printf strings (here and below)? Is this change necessary?
https://reviews.llvm.org/D47484
More information about the llvm-commits
mailing list