atl_dumpWeights Subroutine

public subroutine atl_dumpWeights(tree)

Dump weights to a file.

Arguments

TypeIntentOptionalAttributesName
type(treelmesh_type), intent(in) :: tree

Calls

proc~~atl_dumpweights~~CallsGraph proc~atl_dumpweights atl_dumpWeights proc~atl_getweights atl_getWeights proc~atl_dumpweights->proc~atl_getweights proc~tem_dump_weights tem_dump_weights proc~atl_dumpweights->proc~tem_dump_weights proc~tem_create_endiansuffix tem_create_EndianSuffix proc~atl_dumpweights->proc~tem_create_endiansuffix proc~tem_gettimerval tem_getTimerVal proc~atl_getweights->proc~tem_gettimerval

Called by

proc~~atl_dumpweights~~CalledByGraph proc~atl_dumpweights atl_dumpWeights proc~atl_finalize_program atl_finalize_program proc~atl_finalize_program->proc~atl_dumpweights program~ateles ateles program~ateles->proc~atl_finalize_program

Contents


Variables

TypeVisibilityAttributesNameInitial
character(len=pathLen), private :: weights_file
real(kind=rk), private, allocatable:: weights(:)
real(kind=rk), private, allocatable:: comp_weights(:)
real(kind=rk), private, allocatable:: multiLevel_weights(:)
real(kind=rk), private, allocatable:: cpl_weights(:)
character(len=PathLen), private :: filename
character(len=4), private :: EndianSuffix