1
1

added the format parameter to OMPI_Affinity_str call in README

This commit was SVN r24184.
Этот коммит содержится в:
Terry Dontje 2010-12-16 19:22:59 +00:00
родитель b9f11a874d
Коммит 80c1e9acac

3
README
Просмотреть файл

@ -1340,7 +1340,8 @@ int main() {
char ompi_bound[OMPI_AFFINITY_STRING_MAX];
char current_binding[OMPI_AFFINITY_STRING_MAX];
char exists[OMPI_AFFINITY_STRING_MAX];
OMPI_Affinity_str(ompi_bound, current_bindings, exists);
OMPI_Affinity_str(OMPI_AFFINITY_LAYOUT_FMT, ompi_bound, current_bindings,
exists);
}
#endif
MPI_Finalize();