Skip to content

Commit

Permalink
Merge branch 'tech-master' into tech-magma
Browse files Browse the repository at this point in the history
  • Loading branch information
sangallidavide committed Oct 14, 2024
2 parents f156c7a + a6ecd85 commit fde0c4f
Show file tree
Hide file tree
Showing 61 changed files with 1,311 additions and 945 deletions.
4 changes: 4 additions & 0 deletions config/m4/mpi.m4
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ if test "$mpibuild" = "yes"; then
def_mpi="-D_MPI"
ACX_GET_MPI_KIND()
MPI_PATH=`which $CC |sed "s/bin\/$CC//g"`
if ! test -d "$MPI_PATH/include"; then
MPI_PATH=`$CC -show | sed "s/.*-I//g"` ;
MPI_PATH=`echo ${MPI_PATH} | sed "s/\/include.*//g"` ;
fi
#
else
#
Expand Down
Loading

0 comments on commit fde0c4f

Please sign in to comment.