![]() |
(git:4a2d255)
|
wrappers for the actual blacs calls. all functionality needed in the code should actually be provide by cp_blacs_env these functions should be private members of that module More...
Data Types | |
| type | cp_blacs_type |
Functions/Subroutines | |
| subroutine | cp_blacs_gridinit (this, comm, order, nprow, npcol) |
| ... | |
wrappers for the actual blacs calls. all functionality needed in the code should actually be provide by cp_blacs_env these functions should be private members of that module
| subroutine cp_blacs_types::cp_blacs_gridinit | ( | class(cp_blacs_type), intent(out) | this, |
| class(mp_comm_type), intent(in) | comm, | ||
| character(len=1), intent(in) | order, | ||
| integer, intent(in) | nprow, | ||
| integer, intent(in) | npcol | ||
| ) |
...
| this | ... |
| comm | ... |
| order | ... |
| nprow | ... |
| npcol | ... |
Definition at line 67 of file cp_blacs_types.F.