The code I am using is:
library(Rmpi)
mpi.spawn.Rslaves(nslaves=mpi.universe.size()-1)
mpi.remote.exec(paste(--))
mpi.close.Rslaves()
mpi.quit()
I tried mpi.exit()
but still, it hangs.
The code I am using is:
library(Rmpi)
mpi.spawn.Rslaves(nslaves=mpi.universe.size()-1)
mpi.remote.exec(paste(--))
mpi.close.Rslaves()
mpi.quit()
I tried mpi.exit()
but still, it hangs.
Copyright © 2021 Jogjafile Inc.