Does the above statement automatically detect the max no of cores available?
Also, if options(mc.cores = 4) is not specified at the start and if we don’t explicitly specify the number of cores inside fit <- stan ( … , chains =4), then it will be done in serial?
Hi, if things are setup correctly, doing options(mc.cores = 4) works, If not, then please provide us with a use case where you see that it doesn’t work.