OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
mumps_ooc_common Module Reference

Data Types

type  io_block

Variables

integer, parameter fct = 0
integer, parameter, public typef_invalid = -999999
integer, public typef_l
integer, public typef_u
integer, public typef_cb
integer ooc_nb_file_type
integer ooc_fct_type
integer, dimension(:,:), pointer ooc_inode_sequence
integer(8), dimension(:,:), pointer ooc_vaddr
integer, dimension(:), pointer keep_ooc
integer icntl1
integer(8), dimension(:), allocatable addvirtlibre
logical, save strat_io_async
logical, save with_buf
logical, save solve
integer, dimension(:), pointer step_ooc
integer, dimension(:), pointer procnode_ooc
integer, save myid_ooc
integer, save slavef_ooc
integer, save low_level_strat_io
integer(8), save hbuf_size
integer(8), save dim_buf_io
integer err_str_ooc_max_len
character(len=1), dimension(err_str_ooc_max_lenerr_str_ooc
integer dim_err_str_ooc
integer, public strat_write_max
integer, public strat_try_write

Variable Documentation

◆ addvirtlibre

integer(8), dimension(:), allocatable mumps_ooc_common::addvirtlibre

Definition at line 24 of file mumps_ooc_common.F.

24 INTEGER(8), DIMENSION(:),ALLOCATABLE :: AddVirtLibre

◆ dim_buf_io

integer(8), save mumps_ooc_common::dim_buf_io

Definition at line 28 of file mumps_ooc_common.F.

◆ dim_err_str_ooc

integer mumps_ooc_common::dim_err_str_ooc

Definition at line 32 of file mumps_ooc_common.F.

32 INTEGER DIM_ERR_STR_OOC

◆ err_str_ooc

character(len=1), dimension(err_str_ooc_max_len) mumps_ooc_common::err_str_ooc

Definition at line 31 of file mumps_ooc_common.F.

31 CHARACTER(len=1):: ERR_STR_OOC(ERR_STR_OOC_MAX_LEN)

◆ err_str_ooc_max_len

integer mumps_ooc_common::err_str_ooc_max_len

Definition at line 29 of file mumps_ooc_common.F.

29 INTEGER ERR_STR_OOC_MAX_LEN

◆ fct

integer, parameter mumps_ooc_common::fct = 0

Definition at line 16 of file mumps_ooc_common.F.

16 INTEGER, PARAMETER :: FCT = 0

◆ hbuf_size

integer(8), save mumps_ooc_common::hbuf_size

Definition at line 28 of file mumps_ooc_common.F.

28 INTEGER(8), SAVE :: HBUF_SIZE, DIM_BUF_IO

◆ icntl1

integer mumps_ooc_common::icntl1

Definition at line 23 of file mumps_ooc_common.F.

23 INTEGER ICNTL1

◆ keep_ooc

integer, dimension(:), pointer mumps_ooc_common::keep_ooc

Definition at line 22 of file mumps_ooc_common.F.

22 INTEGER,DIMENSION(:),POINTER:: KEEP_OOC

◆ low_level_strat_io

integer, save mumps_ooc_common::low_level_strat_io

Definition at line 27 of file mumps_ooc_common.F.

◆ myid_ooc

integer, save mumps_ooc_common::myid_ooc

Definition at line 27 of file mumps_ooc_common.F.

27 INTEGER, SAVE :: MYID_OOC,SLAVEF_OOC,LOW_LEVEL_STRAT_IO

◆ ooc_fct_type

integer mumps_ooc_common::ooc_fct_type

Definition at line 19 of file mumps_ooc_common.F.

◆ ooc_inode_sequence

integer, dimension(:,:), pointer mumps_ooc_common::ooc_inode_sequence

Definition at line 20 of file mumps_ooc_common.F.

20 INTEGER, DIMENSION(:,:),POINTER :: OOC_INODE_SEQUENCE

◆ ooc_nb_file_type

integer mumps_ooc_common::ooc_nb_file_type

Definition at line 19 of file mumps_ooc_common.F.

19 INTEGER OOC_NB_FILE_TYPE, OOC_FCT_TYPE

◆ ooc_vaddr

integer(8), dimension(:,:), pointer mumps_ooc_common::ooc_vaddr

Definition at line 21 of file mumps_ooc_common.F.

21 INTEGER(8), DIMENSION(:,:),POINTER :: OOC_VADDR

◆ procnode_ooc

integer, dimension(:), pointer mumps_ooc_common::procnode_ooc

Definition at line 26 of file mumps_ooc_common.F.

◆ slavef_ooc

integer, save mumps_ooc_common::slavef_ooc

Definition at line 27 of file mumps_ooc_common.F.

◆ solve

logical, save mumps_ooc_common::solve

Definition at line 25 of file mumps_ooc_common.F.

◆ step_ooc

integer, dimension(:), pointer mumps_ooc_common::step_ooc

Definition at line 26 of file mumps_ooc_common.F.

26 INTEGER, DIMENSION(:),POINTER :: STEP_OOC,PROCNODE_OOC

◆ strat_io_async

logical, save mumps_ooc_common::strat_io_async

Definition at line 25 of file mumps_ooc_common.F.

25 LOGICAL,SAVE :: STRAT_IO_ASYNC,WITH_BUF,SOLVE

◆ strat_try_write

integer, public mumps_ooc_common::strat_try_write

Definition at line 45 of file mumps_ooc_common.F.

◆ strat_write_max

integer, public mumps_ooc_common::strat_write_max

Definition at line 45 of file mumps_ooc_common.F.

45 INTEGER, PUBLIC :: STRAT_WRITE_MAX, STRAT_TRY_WRITE

◆ typef_cb

integer, public mumps_ooc_common::typef_cb

Definition at line 18 of file mumps_ooc_common.F.

◆ typef_invalid

integer, parameter, public mumps_ooc_common::typef_invalid = -999999

Definition at line 17 of file mumps_ooc_common.F.

17 INTEGER, PARAMETER, PUBLIC :: TYPEF_INVALID = -999999

◆ typef_l

integer, public mumps_ooc_common::typef_l

Definition at line 18 of file mumps_ooc_common.F.

18 INTEGER, PUBLIC :: TYPEF_L, TYPEF_U, TYPEF_CB

◆ typef_u

integer, public mumps_ooc_common::typef_u

Definition at line 18 of file mumps_ooc_common.F.

◆ with_buf

logical, save mumps_ooc_common::with_buf

Definition at line 25 of file mumps_ooc_common.F.