“…The role of each process (atm or ocn) spawned would be determined by its rank by if (MyRank<=LastAtm) then atm else ocn; as the main program, specifying that processes with ranks 0 to LastAtm behave like atms and the rest like ocns. ocnP [1,1] atmP [2,6] atmP [2,8] atmP [2,7] atmP [3,7] atmP [3,6] atmP [3,8] …”