File: README.md

package info (click to toggle)
openmpi 5.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 202,312 kB
  • sloc: ansic: 612,441; makefile: 42,495; sh: 11,230; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,154; python: 1,856; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (30 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Open MPI extension: Affinity

## Copyrights

```
Copyright (c) 2010-2012 Cisco Systems, Inc.  All rights reserved.
Copyright (c) 2010 Oracle and/or its affiliates.  All rights reserved.
```

## Authors

* Jeff Squyres, 19 April 2010, and 16 April 2012
* Terry Dontje, 18 November 2010

## Description

This extension provides a single new function, `OMPI_Affinity_str()`,
that takes a format value and then provides 3 prettyprint strings as
output:

* `fmt_type`: is an enum that tells `OMPI_Affinity_str()` whether to
  use a resource description string or layout string format for
  `ompi_bound` and `currently_bound` output strings.
* `ompi_bound`: describes what sockets/cores Open MPI bound this process
  to (or indicates that Open MPI did not bind this process).
* `currently_bound`: describes what sockets/cores this process is
  currently bound to (or indicates that it is unbound).
* `exists`: describes what processors are available in the current host.

See `OMPI_Affinity_str(3)` for more details.