angusrtaylor
angusrtaylor
I'm getting the same error even with `enableCloudCombine = FALSE`. In my code, I am not returning any results from the %dopar% block. Instead, I am just writing my result...
A workaround is just to run makeCluster(). You then get the following message and can run jobs on the cluster: > The specified cluster 'montecarlo' already exists. Cluster 'montecarlo' will...
@brnleehng yes I'm using the monte carlo sample cluster configuration with 2 low priority nodes. However, the same occurs with another cluster I am using with 5 dedicated nodes. Thanks...
I'm using westeurope. I'll try a different region and let you know if the same issue occurs. Thanks
@brnleehng FYI this issue is still occurring. I've experienced this in every region I've tried including westeurope and southcentralus
My workaround (using makeCluster) is also causing problems. If get the warning: The specified cluster 'rbscl' already exists. Cluster 'rbscl' will be used. Your cluster has been registered. Dedicated Node...