From 14d8651e663538be7445e74cef9206ce9ab4cf36 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 17 Jun 2015 14:03:55 +0200 Subject: Use a POSIX semaphore for synchronising terminal access during indexing Nice side-effect: indexamajig -j and --int-diag can now be used together --- src/indexamajig.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/indexamajig.c') diff --git a/src/indexamajig.c b/src/indexamajig.c index eb619a87..c7e4a270 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -695,11 +695,6 @@ int main(int argc, char *argv[]) free(int_diag); - if ( (n_proc > 1) && (iargs.int_diag != INTDIAG_NONE) ) { - n_proc = 1; - STATUS("Ignored \"-j\" because you used --int-diag.\n"); - } - } st = open_stream_for_write_2(outfile, geom_filename, argc, argv); -- cgit v1.2.3