Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ~$ sudo apt-get install openmpi-bin
  2.  
  3. > install.packages("Rmpi")
  4.  
  5. > mpi.spawn.Rslaves()
  6. Error in mpi.spawn.Rslaves() : You cannot use MPI_Comm_spawn API
  7.  
  8. if (!is.loaded("mpi_comm_spawn"))
  9. stop("You cannot use MPI_Comm_spawn API")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement