4 OSAL search paths
Default paths, where OSAL operations are searched allows local overriding of
global operation definitions. The search paths are the following (the path
where the operation is first found will be effective):
- A custom path in the $TCE_OSAL_PATH/ environment variable.
- Operations in current working directory:
$PWD/
- $PWD/data/
where $PWD is your current working directory
- TCE_SRC_ROOT/opset/base/
where TCE_SRC_ROOT/ is the
TCE source code directory.
- 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).
- 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).
Pekka Jääskeläinen
2018-03-12