Skip to content

Commit

Permalink
CI: try fixing MPI on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Aug 27, 2024
1 parent 06a7867 commit 59bbd79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,16 @@ jobs:
mkdir -p "${pristine}"
cd "${pristine}"
wget https://github.com/umd-memsys/DRAMSim2/archive/refs/tags/v2.2.2.tar.gz
- run: |
- name: run bamboo
run: |
export SST_DEPS_USER_MODE=1
ln -sv "${GITHUB_WORKSPACE}" "${SST_DEPS_USER_DIR}/../sqe"
export TERM=dumb
MAKEFLAGS="-j$(nproc)"
export MAKEFLAGS
# export PMIX_MCA_gds=hash
if [[ "$(uname)" == "Darwin" ]]; then
export PMIX_MCA_gds=hash
fi
"${GITHUB_WORKSPACE}"/buildsys/bamboo.sh ${{ matrix.build-type }} none none none none none
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 59bbd79

Please sign in to comment.