Skip to content

Commit

Permalink
Put back boost_mpi ref as we need until the usage is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 10, 2024
1 parent 666de45 commit 40f603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/mpi.jam
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ rule mpi-test ( name : sources * : requirements * : schedule * )
for processes in $(schedule)
{
result += [ testing.make-test
run-mpi : $(sources)
run-mpi : $(sources) /boost/mpi//boost_mpi
: $(requirements) <toolset>msvc:<link>static <mpi:processes>$(processes) : $(name)-$(processes) ] ;
}
return $(result) ;
Expand Down

0 comments on commit 40f603a

Please sign in to comment.