[svn-r12687] reverted back some changes that inadvertedely added some output to the

parallel part of h5diff

tested : heping parallel
This commit is contained in:
Pedro Vicente Nunes
2006-09-26 14:21:55 -05:00
parent 6aeb73dd44
commit 110a855d5e
50 changed files with 192 additions and 246 deletions

View File

@@ -79,7 +79,7 @@ int main(int argc, const char *argv[])
nfound = h5diff(fname1,fname2,objname1,objname2,&options);
print_results(&options,nfound);
print_results(&options);
MPI_Finalize();
@@ -95,7 +95,7 @@ int main(int argc, const char *argv[])
MPI_Barrier(MPI_COMM_WORLD);
print_results(&options,nfound);
print_results(&options);
print_manager_output();
MPI_Finalize();