I have a MathematicaMathematica notebook file called "my.nb". It was prepared using MathematicaMathematica 7.0 on my local machine, having running the Linux OS. Now, I want to evaluate it on the remote machine, which also have Mathematicahas Mathematica 7.0 running on Linux, but this is a separate licence. To I log into the remote machine I log in using ssh. I also want to be able to log out immediately after starting evaluation.
I know I can use MathematicaMathematica in the text mode, typing nohup math < my_commands.m &, but then I have to prepare a text file "my_commands.m". This is very irritating, because .nb file is much more clear and easy to modify thenthan the text file. Is there any way to perform a long-running evaluation of "my.nb" on the remote machine (in text mode or in GUI)? By long evaluation I mean that I cannot beit runs without me being logged in during allwhile the evaluation runs to completion.
Thank you for all kind of help,
Chris