# NOT RUN {
# }
# NOT RUN {
#make 4 cores available for parallel computing
mirtCluster(4)
#stop and remove cores
mirtCluster(remove = TRUE)
# create 3 core achitecture in R, and 4 thread architecture with OpenMP
mirtCluster(spec = 3, omp_threads = 4)
# }
Run the code above in your browser using DataLab