On 4/25/07, Brian W. Barrett <bbarr...@lanl.gov> wrote:
> Is there a command line compile or runtime option to disable tight
> integration with Sun Grid Engine? I reviewed the FAQ and saw there was
> a way not to build certain components at compile time. However, I'm
> not quite sure what it would be in the case of gridengine. Any help
> would be appreciated.

Götz was correct on how to disable a component at run-time.  There is a
way to disable building a list of components at configure time, with the
--enable-mca-no-build=<components> option.  To disable both of the
GridEngine components, you would specify:

    --enable-mca-no-build=ras-gridengine,pls-gridengine

Hope this helps,

Brian
_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users


Thank you for the prompt responses. I was successful in disabling SGE
integration using the suggested methods.

Reply via email to