Skip to content

Commit d0e96a5

Browse files
committed
debug outputs
1 parent beff51e commit d0e96a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/self-hosted.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
# Built artifacts are located in the $DEPENDENCY_DIR
6464
DEPENDENCY_DIR=/users/mersoj2/laces-software/build/
6565
DEVICE_ARCH=AMPERE80
66+
# debug output, check if this directory is readable
67+
ls $DEPENDENCY_DIR/${DEVICE_ARCH}
68+
ls $DEPENDENCY_DIR/${DEVICE_ARCH}/redev/install/lib64/cmake/redev/
69+
echo $DEPENDENCY_DIR/${DEVICE_ARCH}/redev/install/lib64/cmake/redev/
70+
6671
cmake -S ${{github.workspace}}/pcms_${{ github.event.id }} -B $bdir \
6772
-DCMAKE_INSTALL_PREFIX=$BUILD_DIR/${DEVICE_ARCH}/pcms/install \
6873
-DCMAKE_CXX_COMPILER=`which mpicxx` \

0 commit comments

Comments
 (0)