Here is the conundrum I am faced with. I have two computer. One with Mathematica (and hence MathematicaScript) but generally poor resources. The other without Mathematica but excellent resources (good amount of disk space, RAM, processor power).
Since the local IT department who are the computer overlords here will take forever to get Mathematica installed on the better of the two machines...
Is there a way I could modify my Mathematica script's shebang to access
MathematicaScriptover an ssh connection? So in essence, am I trying to run Mathematica over a network? Is that > possible without a regular gridMathematica license?
The shebang, right now, looks like. I'd like to incorporate an ssh access functionality to it.
!#/usr/local/bin/MathematicaScript -script
ssh poor.machine -c scriptname? – rcollyer Sep 26 '12 at 15:27poor.machine? that won't help as it doesn't have the resources necessary. It quite soon throttles the cpu as a result of overheating. – drN Sep 26 '12 at 15:34