Skip to content

Commit

Permalink
do not check for existing %MSMPI_BIN% directory
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent b29fc38 commit 6a063a4
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 @@ -659,7 +659,7 @@ logical function msmpi_init(this,compiler,error) result(found)

endif

if (allocated(error) .or. .not.exists(bindir)) then
if (allocated(error)) then
call fatal_error(error,'MS-MPI error: MS-MPI Runtime directory is missing. '//&
'check environment variable %MSMPI_BIN% or that the folder is in %PATH%.')
return
Expand Down

0 comments on commit 6a063a4

Please sign in to comment.