1
1

Update configure command since it changed.

This commit was SVN r24275.
Этот коммит содержится в:
Rolf vandeVaart 2011-01-20 14:42:12 +00:00
родитель 46b711e164
Коммит 6a5ad29c36

Просмотреть файл

@ -8,12 +8,12 @@ not merged into the ob1 PML.
1. GENERAL USAGE
First, one has to configure the failover code into the openib BTL so
that bfo will work correctly. To do this:
configure --enable-openib-failover.
configure --enable-btl-openib-failover.
Then, when running one needs to select the bfo PML explicitly.
mpirun --mca pml bfo
Note that one needs to both configure with --enable-openib-failover
Note that one needs to both configure with --enable-btl-openib-failover
and run with --mca pml bfo to get the failover support. If one of
these two steps is skipped, then the MPI job will just abort in the
case of an error like it normally does with the ob1 PML.