Is it possible to run some akka code in an oracle grid engine using multiple nodes?
So, if I use the actor model, which is the "messaging model", can I use Scala and akka framework to run my code in a distributed memory system, for example, in a cluster or grid?
If so, is there something similar, such as mpirun in mpi -c , to run my program on different nodes? Can you provide an example feed using the oracle kernel engine?
How do I know inside Scala on which node am I and how many nodes the job was sent to?
Is it possible to communicate with other nodes through the actor model?
source share