load_tem_BC_qVal Subroutine

public subroutine load_tem_BC_qVal(me, offset, nElems, basename, myPart, comm)

load bc qVal header from lua file, qVal from qVal.lsb

Arguments

TypeIntentOptionalAttributesName
type(tem_BC_prop_type), intent(inout) :: me

Boundary condition construct to load the data into

integer(kind=long_k), intent(in) :: offset

Offset of the local set of elements in the global list

integer, intent(in) :: nElems

Local number of elements that have qVal

character(len=*), intent(in) :: basename

Name of the file, the data is stored in, will be appended with ".lua" for the header information and ".lsb" or ".msb" for the binary data.

integer, intent(in) :: myPart

Partition to load

integer, intent(in) :: comm

Communicator to use


Calls

proc~~load_tem_bc_qval~~CallsGraph proc~load_tem_bc_qval load_tem_BC_qVal proc~tem_create_endiansuffix tem_create_EndianSuffix proc~load_tem_bc_qval->proc~tem_create_endiansuffix mpi_file_close mpi_file_close proc~load_tem_bc_qval->mpi_file_close mpi_file_open mpi_file_open proc~load_tem_bc_qval->mpi_file_open interface~aot_get_val~2 aot_get_val proc~load_tem_bc_qval->interface~aot_get_val~2 mpi_comm_split mpi_comm_split proc~load_tem_bc_qval->mpi_comm_split mpi_type_commit mpi_type_commit proc~load_tem_bc_qval->mpi_type_commit proc~close_config close_config proc~load_tem_bc_qval->proc~close_config mpi_bcast mpi_bcast proc~load_tem_bc_qval->mpi_bcast mpi_file_read_all mpi_file_read_all proc~load_tem_bc_qval->mpi_file_read_all proc~open_config_file open_config_file proc~load_tem_bc_qval->proc~open_config_file proc~aot_table_open aot_table_open proc~load_tem_bc_qval->proc~aot_table_open proc~aot_table_close aot_table_close proc~load_tem_bc_qval->proc~aot_table_close mpi_file_set_view mpi_file_set_view proc~load_tem_bc_qval->mpi_file_set_view proc~check_mpi_error check_mpi_error proc~load_tem_bc_qval->proc~check_mpi_error mpi_type_free mpi_type_free proc~load_tem_bc_qval->mpi_type_free mpi_type_size mpi_type_size proc~load_tem_bc_qval->mpi_type_size mpi_type_contiguous mpi_type_contiguous proc~load_tem_bc_qval->mpi_type_contiguous proc~tem_abort tem_abort proc~check_mpi_error->proc~tem_abort mpi_error_string mpi_error_string proc~check_mpi_error->mpi_error_string mpi_abort mpi_abort proc~tem_abort->mpi_abort

Contents


Variables

TypeVisibilityAttributesNameInitial
type(flu_State), private :: conf
integer, private :: i
integer, private :: root
integer, private :: qvalcomm
integer, private :: color
integer, private :: iError
logical, private :: participant
character(len=4), private :: EndianSuffix
character(len=256), private :: headerfile
character(len=256), private :: datafile
integer, private :: thandle
real(kind=rk), private, allocatable:: buffer(:)
integer(kind=MPI_OFFSET_KIND), private :: displacement
integer, private :: fh
integer, private :: etype
integer, private :: ftype
integer, private :: iostatus(MPI_STATUS_SIZE)
integer, private :: typesize