Skip to content

Commit 5dc5f3d

Browse files
committed
CI workflow: sde component tests' libs
Add the libraries used by the sde component tests to LD_LIBRARY_PATH. These changes have been tested on the Frontier supercomputer, which contains the AMD Zen3 architecture.
1 parent cda8bbd commit 5dc5f3d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows_scripts/ci_individual_component.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ if [ "$COMPONENT" = "intel_gpu" ]; then
6262
export ZET_ENABLE_METRICS=1
6363
fi
6464

65+
## Set the sde component environment variables
66+
if [ "$COMPONENT" = "sde" ]; then
67+
export LD_LIBRARY_PATH=$PWD/src/components/sde/tests/lib:$LD_LIBRARY_PATH
68+
fi
69+
6570
# --- Configure and Build PAPI ---
6671
## Configure without --with-shlib-tools
6772
if [ "$SHLIB" = "without" ]; then

0 commit comments

Comments
 (0)