I am using mclapply(1:nsim, f, mc.cores=4) in rstudio for parallel computing in linux. the function f is a predefined function by me. The number nsim = 500 is the number of simulations, so it is taking a lot of time to run this line since my function involves modeling 100000 data points. Is there any way to see the current number of simulation my screen\console (which is showing when i run it in windows with mc.cores = 1 ).
If there is any solution please let me know, this will help me check whether the program is running or the system is crashed.
Thanks in advance