Skip to content

Commit

Permalink
CHG: mpi-include does not need -I
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Jul 17, 2024
1 parent f6e9ef8 commit 44a9842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci_scripts/github_linux_basic
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ISSM_CONFIG='\
--with-numthreads=4 \
--with-matlab-dir=${MATLAB_PATH} \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include="-I/usr/lib/x86_64-linux-gnu/openmpi/include/" \
--with-mpi-include="/usr/lib/x86_64-linux-gnu/openmpi/include/" \
--with-mpi-libflags="-L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi" \
--with-petsc-dir="/usr/lib/petscdir/petsc-real/" \
--with-blas-lapack-dir="/usr/lib/petscdir/petsc-real/" \
Expand Down

0 comments on commit 44a9842

Please sign in to comment.