Octopus
accel_oct_m::accel_grid_size Interface Reference

Detailed Description

Definition at line 287 of file accel.F90.

Private Member Functions

subroutine accel_grid_size_i8 (n, blocksizes, gridsizes)
 Computes the grid size for a given problem size and block size (64-bit version). More...
 
subroutine accel_grid_size_i4 (n, blocksizes, gridsizes)
 Computes the grid size for a given problem size and block size (32-bit version). More...
 
subroutine accel_grid_size_array_i8 (n, blocksizes, gridsizes)
 Computes the grid size for a given problem size and block size (64-bit version). More...
 
subroutine accel_grid_size_array_i4 (n, blocksizes, gridsizes)
 Computes the grid size for a given problem size and block size (32-bit version). More...
 

Member Function/Subroutine Documentation

◆ accel_grid_size_i8()

subroutine accel_oct_m::accel_grid_size::accel_grid_size_i8 ( integer(int64), intent(in)  n,
integer(int64), intent(in)  blocksizes,
integer(int64), intent(out)  gridsizes 
)
private

Computes the grid size for a given problem size and block size (64-bit version).

Definition at line 824 of file accel.F90.

◆ accel_grid_size_i4()

subroutine accel_oct_m::accel_grid_size::accel_grid_size_i4 ( integer, intent(in)  n,
integer, intent(in)  blocksizes,
integer, intent(out)  gridsizes 
)
private

Computes the grid size for a given problem size and block size (32-bit version).

Definition at line 839 of file accel.F90.

◆ accel_grid_size_array_i8()

subroutine accel_oct_m::accel_grid_size::accel_grid_size_array_i8 ( integer(int64), dimension(:), intent(in)  n,
integer(int64), dimension(:), intent(in)  blocksizes,
integer(int64), dimension(:), intent(out)  gridsizes 
)
private

Computes the grid size for a given problem size and block size (64-bit version).

Definition at line 789 of file accel.F90.

◆ accel_grid_size_array_i4()

subroutine accel_oct_m::accel_grid_size::accel_grid_size_array_i4 ( integer, dimension(:), intent(in)  n,
integer, dimension(:), intent(in)  blocksizes,
integer, dimension(:), intent(out)  gridsizes 
)
private

Computes the grid size for a given problem size and block size (32-bit version).

Definition at line 809 of file accel.F90.


The documentation for this interface was generated from the following file: