File: definitions.rst

package info (click to toggle)
openmpi 5.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 201,692 kB
  • sloc: ansic: 613,078; makefile: 42,353; sh: 11,194; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,179; python: 1,859; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (16 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Definitions
===========

* **Source tree:** The tree where the PMIx source code is located.
  It is typically the result of expanding an PMIx distribution
  source code bundle, such as a tarball.
* **Build tree:** The tree where PMIx was built.  It is always
  related to a specific source tree, but may actually be a different
  tree (:ref:`since PMIx supports VPATH builds
  <building-pmix-vpath-label>`).  Specifically, this is the tree
  where you invoked ``configure``, ``make``, etc. to build and install
  PMIx.
* **Installation tree:** The tree where PMIx was installed.  It is
  typically the "prefix" argument given to PMIx's ``configure``
  script; it is the directory from which you run installed PMIx
  executables.