Skip to content

Commit

Permalink
always search .exe runner versions
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed May 25, 2023
1 parent 69d26bf commit 6d6411c
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 @@ -837,7 +837,7 @@ subroutine get_mpi_runner(command,verbose,error)
logical, intent(in) :: verbose
type(error_t), allocatable, intent(out) :: error

character(*), parameter :: try(*) = ['mpiexec','mpirun ']
character(*), parameter :: try(*) = ['mpiexec ','mpirun ','mpiexec.exe','mpirun.exe ']
integer :: itri
logical :: success

Expand Down

0 comments on commit 6d6411c

Please sign in to comment.