Re: [OMPI users] Want to build a static openmpi with both myrinet and tcp

2008-07-27 Thread Aurélien Bouteiller
Add the following flags to your configure line. --disable-dlopen --disable-shared --enable-static --with-mx=/some/path/ to/mx/lib Even if everything is compiled static, the selection logic (as well as the mca parameters --mca btl=tcp,mx,self...) will continue working as usual. Last, ther

[OMPI users] Want to build a static openmpi with both myrinet and tcp

2008-07-27 Thread Borenstein, Bernard S
We now have a cluster with myrinet and another cluster with tcp. I want to build a static OPENMPI that will detect if there is myrinet on the cluster and use that, if myrinet is not available, run with tcp. I see the --enable-mca-static option but am confused as to how to use it for what I want t