![]() |
(git:f56c6e3)
|
types used in the flexible partitioning scheme More...
Data Types | |
| type | fp_type |
Functions/Subroutines | |
| pure subroutine, public | fp_env_create (fp_env) |
| create retain release the flexible partitioning environment | |
| subroutine, public | fp_env_release (fp_env) |
| ... | |
| subroutine, public | fp_env_read (fp_env, fp_section) |
| reads the corresponding input section and stores it in the fp_env | |
| subroutine, public | fp_env_write (fp_env, fp_section) |
| writes information concerning the fp_env to the output | |
types used in the flexible partitioning scheme
| pure subroutine, public fp_types::fp_env_create | ( | type(fp_type), intent(out) | fp_env | ) |
create retain release the flexible partitioning environment
| fp_env | ... |
Definition at line 65 of file fp_types.F.
| subroutine, public fp_types::fp_env_release | ( | type(fp_type), intent(inout) | fp_env | ) |
...
| fp_env | ... |
Definition at line 79 of file fp_types.F.
| subroutine, public fp_types::fp_env_read | ( | type(fp_type), intent(inout) | fp_env, |
| type(section_vals_type), pointer | fp_section | ||
| ) |
reads the corresponding input section and stores it in the fp_env
| fp_env | ... |
| fp_section | ... |
Definition at line 96 of file fp_types.F.
| subroutine, public fp_types::fp_env_write | ( | type(fp_type), intent(in) | fp_env, |
| type(section_vals_type), pointer | fp_section | ||
| ) |
writes information concerning the fp_env to the output
| fp_env | ... |
| fp_section | ... |
Definition at line 139 of file fp_types.F.