Skip to content

Commit

Permalink
Update fpm_meta.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent 2f2e252 commit b29fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_meta.f90
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ logical function msmpi_init(this,compiler,error) result(found)
! Third attempt for bash-style shell
if (len_trim(bindir)<=0 .or. allocated(error)) then
if (verbose) print *, '+ %MSMPI_BIN% empty, searching /c/Program Files/Microsoft MPI/Bin/ ...'
call get_absolute_path('/c/Program Files/Microsoft MPI/Bin/',bindir,error)
call get_absolute_path('/c/Program Files/Microsoft MPI/Bin/mpiexec.exe',bindir,error)
endif

! Do a fourth attempt: search for mpiexec.exe in PATH location
Expand Down

0 comments on commit b29fc38

Please sign in to comment.