Fixed, thanks a lot!
Brice
Le 09/02/2011 21:50, Guy Streeter a écrit :
> else if (!strncmp(argv[1], "interleace", 2))
> should be
> else if (!strncmp(argv[1], "interleave", 2))
>
> --Guy
> _______________________________________________
> hwloc-devel mailing list
> hwloc-devel_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel
|