3 OSAL search paths
Default paths, where OSAL operations are seached, are the following:
(in descending search order)
- $PWD/data/
where $PWD is your current working directory
- TCE_SRC_ROOT/opset/base/
where TCE_SRC_ROOT/ is the
TCE source code directory.
- Default predefined and standard operations:
TCE_INSTALLATION_DIR/opset/base/
where
TCE_INSTALLATION_DIR is the path where TCE accessories is installed (for
example /usr/local/share/tce).
- Users local custom operations:
$HOME/.tce/opset/custom/
where $HOME is users home directory.
- System-wide shared custom operations:
TCE_INSTALLATION_DIR/opset/base/
where
TCE_INSTALLATION_DIR is the path where TCE accessories is installed (for
example /usr/local/share/tce).
- A custom path in the $TCE_OSAL_PATH/ environment variable.
- Operations in current working directory:
$PWD/
NOTE! Search paths 1 and 2 are not used in Distributed versions!
Search paths are in descending search order meaning that operations are first
searched from first defined paths. If an operation exists in multiple search
paths, the last found version is used.
Pekka Jääskeläinen
2012-06-07