So my problem is simple - is there a way to create an MPI cluster of N
nodes on top of Windows Azure in a fashon as light as possible? Linux or Windows Server based. Main thing is to be able to create and configure all nodes (connect one to another and install basic applications) in as less human action as possible. Is it possible and how to do it?
I know there are management APIs provided with Azure that can create and start preconfigured VMs yet I see no way to on how to automate nodes interconnection process without writing an application by my self. Are there any simpler ways of starting MPI cluster in Windows Azure?