commit 1992f0f4bbd6bdd81f6428bfbb075812b134b16e
parent 2639a8b2f5bcd2cfe25647871f49dd549569e26d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 20 Nov 2020 10:03:00 +0100
Merge branch 'release_0.6-r0'
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/htrdr.c b/src/htrdr.c
@@ -405,8 +405,7 @@ init_mpi(struct htrdr* htrdr)
goto error;
}
- if(htrdr->mpi_nprocs != 1)
- mpi_print_proc_info(htrdr);
+ mpi_print_proc_info(htrdr);
exit:
return res;
@@ -500,9 +499,6 @@ htrdr_init
res = init_mpi(htrdr);
if(res != RES_OK) goto error;
- htrdr_log(htrdr, "Number of processes: %d\n", htrdr->mpi_nprocs);
- htrdr_log(htrdr, "Number of per process threads: %u\n", htrdr->nthreads);
-
if(!args->output) {
htrdr->output = stdout;
output_name = "<stdout>";