mus_dumpWeights Subroutine

public subroutine mus_dumpWeights(tree, weights, basename)

Dump weights to a file.

Arguments

Type IntentOptional Attributes Name
type(treelmesh_type), intent(in) :: tree
real(kind=rk), intent(in) :: weights(:)
character(len=pathLen), intent(in) :: basename

Calls

proc~~mus_dumpweights~~CallsGraph proc~mus_dumpweights mus_dumpWeights tem_create_EndianSuffix tem_create_EndianSuffix proc~mus_dumpweights->tem_create_EndianSuffix tem_dump_weights tem_dump_weights proc~mus_dumpweights->tem_dump_weights

Called by

proc~~mus_dumpweights~~CalledByGraph proc~mus_dumpweights mus_dumpWeights proc~mus_balance mus_balance proc~mus_balance->proc~mus_dumpweights proc~mus_finalize mus_finalize proc~mus_finalize->proc~mus_dumpweights proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_balance program~musubi musubi program~musubi->proc~mus_finalize proc~mus_solve mus_solve program~musubi->proc~mus_solve proc~mus_solve->proc~mus_perform_dynloadbal