|
UPP (upp-srw-2.2.0)
|
Subroutines that exchange one halo row. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | exch_c_float (a) |
| EXCH_c_float Subroutines that exchange one halo row. | |
Subroutines that exchange one halo row.
These routines are to exchange one halo row.
| [in] | A | Array to have halos exchanged. |
| [out] | A | Array with halos exchanged. |
| Date | Programmer | Comments |
|---|---|---|
| 2000-01-06 | Jim Tuccillo | Initial |
| 2021-06-01 | George Vandenberghe | 2D decomposition |
Definition in file EXCH_c_float.f.
| subroutine exch_c_float | ( | real(kind=c_float), dimension ( ista_2l:iend_2u,jsta_2l:jend_2u ), intent(inout) | a | ) |
EXCH_c_float Subroutines that exchange one halo row.
| [in,out] | A |
Definition at line 27 of file EXCH_c_float.f.