Hi everyone!
I'm working at a reasearch project that will build fluid dynamics silmulatior. Since there are a lot of complex computations involved, the target device is a multicore machine/infrastructure. For the beginning we considered using 4 servers with 4 processor ( quad core ). We want to have acces to all CPU unit from the application domain and change the load ballance dinamically from our simulator. It will be very helpful to us if the OS does the management of the infrastructure and the sincronization between machines. Pracically I want a master OS that manages all the machines and has the capability of managing the task load ballancing on CPUs and also has and API to porgram against.
I want to be able, for example, to build a small app using .Net Framework, PLINK and PFX that can acces from the same application domain all CPUS and memory available on all servers.
Is the Windows HPC Server suited for such scenarios? Is there available an OS that allows such an approach. Are there alternatives ( Windows Server 2008 Datacenter used for clustering) ?
Thank you
Victor Paraschiv