From 81a5fdd798a956391b8645c820f4cbb1f0136504 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 21 Feb 2018 15:19:52 +0100 Subject: Don't write logs if --no-pr It just takes too long. --- src/partialator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 5789d58b..ec9ea40e 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -1263,7 +1263,7 @@ int main(int argc, char *argv[]) check_rejection(crystals, n_crystals, full, max_B); show_all_residuals(crystals, n_crystals, full); write_pgraph(full, crystals, n_crystals, 0, ""); - write_logs_parallel(crystals, n_crystals, full, 0, nthreads); + if ( !no_pr ) write_logs_parallel(crystals, n_crystals, full, 0, nthreads); /* Iterate */ for ( i=0; i