Misc updates (#95)

This commit is contained in:
Changho Hwang
2023-06-12 13:53:43 +08:00
committed by GitHub
parent 798631bd52
commit 5a4885ccbb
16 changed files with 102 additions and 101 deletions

View File

@@ -46,7 +46,7 @@ jobs:
git config --global --add safe.directory /__w/mscclpp/mscclpp
curl -L https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-linux-x86_64.tar.gz -o /tmp/cmake-3.26.4-linux-x86_64.tar.gz
tar xzf /tmp/cmake-3.26.4-linux-x86_64.tar.gz -C /tmp
MPI_HOME=/usr/local/mpi /tmp/cmake-3.26.4-linux-x86_64/bin/cmake .
MPI_HOME=/usr/local/mpi /tmp/cmake-3.26.4-linux-x86_64/bin/cmake -DCMAKE_BUILD_TYPE=Release .
make -j
- name: Perform CodeQL Analysis