Ask a questionAsk a question
 

QuestionForcing Rank 0 to a particular cluster node

  • Monday, September 28, 2009 11:57 AMRajahS Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Our cluster has a mix of machines, and  I need rank 0 in my application to run on a particular node that has the capabilities the controlling rank needs. Is there some way to do this I'm missing?

     

All Replies

  • Monday, October 12, 2009 4:19 PMLioMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    There is no really good and simple way to do that.

    What I suggest is that you launch a batch file that manipulates the CCP_NODES environment variable to set it with your rank 0 node first. (e.g., using env var string substitution)


    thanks,
    .Erez