Hi,
I'm trying to run a comsol with matlab script remotely using linux. I can get the simulation to run while I'm connected via ssh, but when I close my session or lose connectivity, I get a broken pipe error.
Thus far I've tried to run the process using commands such as:
nohup comsol server matlab -nodesktop -mlnosplash "myscript, exit"
nohup comsol server matlab & -nodesktop -mlnosplash "myscript, exit"
nohup comsol server matlab -nodesktop -mlnosplash "flerport('off'), myscript, exit"
I've also tried using the screen command but had similar failures.
Does anyone know of a way to run these simulations remotely and be able to close the ssh session?
Thanks,
Phillip
I'm trying to run a comsol with matlab script remotely using linux. I can get the simulation to run while I'm connected via ssh, but when I close my session or lose connectivity, I get a broken pipe error.
Thus far I've tried to run the process using commands such as:
nohup comsol server matlab -nodesktop -mlnosplash "myscript, exit"
nohup comsol server matlab & -nodesktop -mlnosplash "myscript, exit"
nohup comsol server matlab -nodesktop -mlnosplash "flerport('off'), myscript, exit"
I've also tried using the screen command but had similar failures.
Does anyone know of a way to run these simulations remotely and be able to close the ssh session?
Thanks,
Phillip