SND@LHC Software
|
allocate array More...
Public Member Functions | |
subroutine | mpallocdvec (array, length, text) |
allocate (1D) double precision array | |
subroutine | mpallocfvec (array, length, text) |
allocate (1D) single precision array | |
subroutine | mpallocivec (array, length, text) |
allocate (1D) integer array | |
subroutine | mpallocfarr (array, rows, cols, text) |
allocate (2D) single precision array | |
subroutine | mpallociarr (array, rows, cols, text) |
allocate (2D) INTEGER(mpi) array | |
subroutine | mpalloclarr (array, rows, cols, text) |
allocate (2D) large integer array | |
subroutine | mpalloclist (array, length, text) |
allocate (1D) list item array | |
subroutine | mpalloccvec (array, length, text) |
allocate (1D) character array | |
allocate array
Definition at line 36 of file mpdalc.f90.
subroutine mpdalc::mpalloc::mpalloccvec | ( | character, dimension(:), intent(inout), allocatable | array, |
integer(mpl), intent(in) | length, | ||
character (len=*), intent(in) | text | ||
) |
allocate (1D) character array
Definition at line 129 of file mpdalc.f90.
subroutine mpdalc::mpalloc::mpallocdvec | ( | real(mpd), dimension(:), intent(inout), allocatable | array, |
integer(mpl), intent(in) | length, | ||
character (len=*), intent(in) | text | ||
) |
allocate (1D) double precision array
Definition at line 49 of file mpdalc.f90.
subroutine mpdalc::mpalloc::mpallocfarr | ( | real(mps), dimension(:,:), intent(inout), allocatable | array, |
integer(mpl), intent(in) | rows, | ||
integer(mpl), intent(in) | cols, | ||
character (len=*), intent(in) | text | ||
) |
allocate (2D) single precision array
Definition at line 82 of file mpdalc.f90.
subroutine mpdalc::mpalloc::mpallocfvec | ( | real(mps), dimension(:), intent(inout), allocatable | array, |
integer(mpl), intent(in) | length, | ||
character (len=*), intent(in) | text | ||
) |
allocate (1D) single precision array
Definition at line 60 of file mpdalc.f90.
subroutine mpdalc::mpalloc::mpallociarr | ( | integer(mpi), dimension(:,:), intent(inout), allocatable | array, |
integer(mpl), intent(in) | rows, | ||
integer(mpl), intent(in) | cols, | ||
character (len=*), intent(in) | text | ||
) |
allocate (2D) INTEGER(mpi) array
Definition at line 94 of file mpdalc.f90.
subroutine mpdalc::mpalloc::mpallocivec | ( | integer(mpi), dimension(:), intent(inout), allocatable | array, |
integer(mpl), intent(in) | length, | ||
character (len=*), intent(in) | text | ||
) |
allocate (1D) integer array
Definition at line 71 of file mpdalc.f90.
subroutine mpdalc::mpalloc::mpalloclarr | ( | integer(mpl), dimension(:,:), intent(inout), allocatable | array, |
integer(mpl), intent(in) | rows, | ||
integer(mpl), intent(in) | cols, | ||
character (len=*), intent(in) | text | ||
) |
allocate (2D) large integer array
Definition at line 106 of file mpdalc.f90.
subroutine mpdalc::mpalloc::mpalloclist | ( | type(listitem), dimension(:), intent(inout), allocatable | array, |
integer(mpl), intent(in) | length, | ||
character (len=*), intent(in) | text | ||
) |
allocate (1D) list item array
Definition at line 118 of file mpdalc.f90.