I have a Star-CCM (CFD software) java macro that tells the CFD simulation to run on my local machine,through the line:
simulation_0.getSimulationIterator().runAutomation();
I want to tell Star-CCM to run the simulation on a cluster (usually I use PuTTY for this, but this have to be automatic), via SSH. What should I change in this line?
Best regards, Carlos
I did not try anything yet, I'm a newbie in Java, so any help would be greatly appreciated.