Hi,
If I have two 12 core machine and one 80 core SUN machine, can I some how define which node has how many cores and make the program run such that each 12+12+80 cores are utilized? I tried to simply include the ip of SUN machine and increase the number to 12+12+80, and mpich2 just roughly divided it by 3 and allocated it symmetrically.
Thanks