mem_alloc Subroutine

private subroutine mem_alloc(alloc_bytes, ptr)

Uses

  • proc~~mem_alloc~5~~UsesGraph proc~mem_alloc~5 cufft_executor%mem_alloc iso_fortran_env iso_fortran_env proc~mem_alloc~5->iso_fortran_env

Dummy method. Raises error stop

Type Bound

cufft_executor

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: alloc_bytes

Number of bytes to allocate

type(c_ptr), intent(out) :: ptr

Allocated pointer


Calls

proc~~mem_alloc~5~~CallsGraph proc~mem_alloc~5 cufft_executor%mem_alloc mpi_abort mpi_abort proc~mem_alloc~5->mpi_abort proc~write_message write_message proc~mem_alloc~5->proc~write_message mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized