I think the quoting counts as my own fault as I used
MCA='--mca btl_openib_verbose 1 --mca btl openib,self --mca btl_openib_if_include "mlx4_0:1,mlx4_1:1"'
...
mpirun ... $MCA ...
DM
On Sun, 19 Oct 2008, Jeff Squyres wrote:
> On Oct 18, 2008, at 9:17 PM, Mostyn Lewis wrote:
>
>> I traced this and it was the quote marks in "mlx4_0:1,mlx4_1:1" - they were
>> passed in and caused the mismatch :-(
>
> Doh! I totally missed that you were using quotes.
>
> Is using quotes something that you would expect to be able to do? I didn't
> put quote parsing in there because I didn't think that device names would
> contain spaces. I also would have thought that the shell would have stripped
> out the quotes...?
>
> --
> Jeff Squyres
> Cisco Systems
>
> _______________________________________________
> users mailing list
> users_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/users
|