I've been unsuccessful to run ParallelStructure, both in RStudio and directly in R, even when I use the example data and joblist provided by the developers.

I'm using Windows OS, so according to the manual I should use the MPI_structure() function, but I get:

Error in mpi.comm.spawn(slave = system.file("Rslaves64.cmd", package = "Rmpi"), :

Internal MPI error!

Internal MPI error! FAILspawn not supported without process manager

If I try to use the parallel_structure() function, not recommended for Windows, it does seem to run. But the problem is that each job overwrites the previous one.

At this point I don't even care about using multiple cores to speed up the process; I just want to be able to run STRUCTURE this way so it can automatically go from one job to the next, without me having to create an input file for each job.

Any comments and help are appreciated.

More Alberto Fameli's questions See All
Similar questions and discussions