Hi,
I submitted the following code under:
submission name: syn11059983
submission ID: 9642329'
I have put print statements at every stage of my code, it has been stuck simply creating clusters for an extremely long time.
```
nCores = min(20,detectCores() - 1)
cl<-makeCluster(nCores,outfile = "runningCh1.txt")
clusterExport(cl,c.(....)))
```
1) Is there a way to check the status of creating the clusters? I put a print statement right after that but it hasn't reached that..
2) In R if running in a Linux machine I can use forking instead of exporting the variables to each cluster using clusterExport which would take a long time and memory. I just wanted to confirm that it would work with R - 3.2 with the machines in the cluster. Does it?
Thanks
Created by SA90 Dear Sahar,
Please do not create clusters. Each participant only has access to one node per subchallenge per submissions.
Best,
Tom