How to let the scripts run in the background [ssh]
For our final year research project in University we had to run CPU intensive simulations in High performance servers in the department. Some of the simulation scripts took around 1-2 days to converge into expected results. So, we wanted to let the scripts run in background even after the ssh session is terminated. After trying few things, it turned out that the ideal method is to use the “screen“ command. Luckily for us, the screen tool was already installed in …