Skip to content

Commit

Permalink
CHG: install openMPI
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Jul 17, 2024
1 parent 8eceb90 commit df04386
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
release: R2023b

- name: Install OPENMPI
run: sudo apt-get install -y libopenmpi-dev

- name: Install METIS
run: sudo apt-get install -y libmetis-dev

Expand All @@ -40,12 +43,15 @@ jobs:
run: |
cd .github/ci_scripts
./ci_ISSM.sh github_linux_basic
- name: Get run-matlab-command
run: |
wget -O /usr/local/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v2/glnxa64/run-matlab-command
chmod +x /usr/local/bin/run-matlab-command
- name: Run MATLAB Command
run: |
source $ISSM_DIR/etc/environment.sh
LD_PRELOAD=/lib/x86_64-linux-gnu/libstdc++.so.6:$ISSM_DIR/externalpackages/petsc/install/lib/libmpi.so:$ISSM_DIR/externalpackages/petsc/install/lib/libmpifort.so run-matlab-command "matlab_ci"
- run: echo "This job's status is ${{ job.status }}."

0 comments on commit df04386

Please sign in to comment.