i have some R scripts, which only can run in sequential way, cannot be broken into chunks or any parallel library for R or any other language cannot be used.
Is there any way i can distribute the Sequential execution of code to multiple cores or may be multiple servers in network? to speed up execution ?