Go to the source code of this file.
|
| module | cp_blacs_env |
| | methods related to the blacs parallel environment
|
| |
|
| subroutine | cp_blacs_env::get_blacs_info (blacs_env, my_process_row, my_process_column, my_process_number, number_of_process_rows, number_of_process_columns, number_of_processes, para_env, blacs2mpi, mpi2blacs) |
| | Return informations about the specified BLACS context.
|
| |
| subroutine, public | cp_blacs_env::cp_blacs_env_create (blacs_env, para_env, blacs_grid_layout, blacs_repeatable, row_major, grid_2d) |
| | allocates and initializes a type that represent a blacs context
|
| |
| subroutine, public | cp_blacs_env::cp_blacs_env_release (blacs_env) |
| | releases the given blacs_env
|
| |