s_mpi_bcast_user_inputs Subroutine

public subroutine s_mpi_bcast_user_inputs()

Since only the processor with rank 0 reads and verifies the consistency of user inputs, these are initially not available to the other processors. Then, the purpose of this subroutine is to distribute the user inputs to the remaining processors in the communicator.

Arguments

None

Calls

proc~~s_mpi_bcast_user_inputs~~CallsGraph proc~s_mpi_bcast_user_inputs s_mpi_bcast_user_inputs mpi_bcast mpi_bcast proc~s_mpi_bcast_user_inputs->mpi_bcast

Called by

proc~~s_mpi_bcast_user_inputs~~CalledByGraph proc~s_mpi_bcast_user_inputs s_mpi_bcast_user_inputs program~p_main p_main program~p_main->proc~s_mpi_bcast_user_inputs

Contents

None