We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee7ee1 commit 4efa4acCopy full SHA for 4efa4ac
1 file changed
.github/workflows/self-hosted.yml
@@ -63,6 +63,11 @@ jobs:
63
# Built artifacts are located in the $DEPENDENCY_DIR
64
DEPENDENCY_DIR=/users/mersoj2/laces-software/build/
65
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
+
71
cmake -S ${{github.workspace}}/pcms_${{ github.event.id }} -B $bdir \
72
-DCMAKE_CXX_COMPILER=`which mpicxx` \
73
-DCMAKE_C_COMPILER=`which mpicc` \
0 commit comments