Choral
Data Types | Functions/Subroutines
r2d_mod Module Reference

OPENMP OPERATIONS ON 2-DIMENSIONAL REAL ARRAYS More...

Data Types

interface  copy
 y = x More...
 

Functions/Subroutines

subroutine r2d_copy (y, x)
 y(:,:) := x(:,:) More...
 

Detailed Description

OPENMP OPERATIONS ON 2-DIMENSIONAL REAL ARRAYS

For a 2D real array of shape m x n

For instance:

!$OMP PARALLEL
!$OMP DO
do i=1, n
x(:,i) = ...
end do
!$OMP END DO
!$omp end parallel
Author
Charles Pierre

Function/Subroutine Documentation

◆ r2d_copy()

subroutine r2d_mod::r2d_copy ( real(rp), dimension(:,:), intent(out)  y,
real(rp), dimension(:,:), intent(in)  x 
)
private

y(:,:) := x(:,:)

Definition at line 58 of file R2d_mod.F90.

Here is the call graph for this function: