|
DistDir
|
Functions | |
| void | distdir_initialize () |
| Initialize the library. More... | |
| void | distdir_finalize () |
| Finalize the library. More... | |
| void | set_config_exchanger (int exchanger_type) |
| Set library exchanger type. More... | |
| void | set_config_verbose (int verbose_type) |
| Set library verbosity. More... | |
| void | set_config_sort (int sort_type) |
| Set library sort algorithm. More... | |
| int | get_config_exchanger () |
| get current exchanger configuration More... | |
| int | get_config_verbose () |
| get current verbose configuration More... | |
| int | get_config_sort () |
| get current sert algorithm configuration More... | |
User interface to setup the library
| void distdir_finalize | ( | ) |
Finalize the library.
Finalize MPI and the library configuration
| void distdir_initialize | ( | ) |
Initialize the library.
Initialize MPI if not already done and the library configuration
| int get_config_exchanger | ( | ) |
get current exchanger configuration
Return a value of the distdir_exchanger enum.
| int get_config_sort | ( | ) |
get current sert algorithm configuration
Return a value of the distdir_sort enum.
| int get_config_verbose | ( | ) |
get current verbose configuration
Return a value of the distdir_verbose enum.
| void set_config_exchanger | ( | int | exchanger_type | ) |
Set library exchanger type.
It can also be set up with environment variable DISTDIR_EXCHANGER. The function should be called before a call to new_exchanger.
| [in] | exchanger_type | exchanger type using values of distdir_exchanger enum |
| void set_config_sort | ( | int | sort_type | ) |
Set library sort algorithm.
It can also be set up with environment variable DISTDIR_SORT. The function should be called before a call to new_map.
| [in] | sort_type | sort algorithm type using values of distdir_sort enum |
| void set_config_verbose | ( | int | verbose_type | ) |
Set library verbosity.
It can also be set up with environment variable DISTDIR_VERBOSE.
| [in] | verbose_type | verbose type using values of distdir_verbose enum |