On Tue, 2010-11-30 at 09:26 +0100, Luis Kornblueh wrote: > Hi, > > is it possible to do something like > > CALL mpi_init(... > CALL ompi_print_used_mca_setup > > to see how finally the used mca parameters are set? >
Luis, There is an mca parameter "mpi_show_mca_params" that is supposed to do that. You can also specify a file name via another mca parameter "mpi_show_mca_params_file": in that case the resulting output will be redirected to that file. Regards, Nadia -- nadia.derbey <nadia.der...@bull.net>