Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2010年3月15日 GMT-4 09:29
I did it with python queue manager. For a quick tutorial look at my blog at
taher-zadeh.com
I did it with python queue manager. For a quick tutorial look at my blog at http://taher-zadeh.com
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2010年3月15日 GMT-4 09:42
Thanks Daniel,
I am new to Python. Could you please elaborate in detail, how to setup the directory and call Matlab from Python?
Thanks,
Rakesh
Thanks Daniel,
I am new to Python. Could you please elaborate in detail, how to setup the directory and call Matlab from Python?
Thanks,
Rakesh
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2010年3月15日 GMT-4 11:38
you simply use the OS package to run command lines. So it would be like you type the command in the command prompt.
I run the job manager, and where it say "# do processing stuff here" I just run lets say os.system('comsol matlab -i ....'). Your code should terminate at the end, so the manager can understand when to give new task.
you simply use the OS package to run command lines. So it would be like you type the command in the command prompt.
I run the job manager, and where it say "# do processing stuff here" I just run lets say os.system('comsol matlab -i ....'). Your code should terminate at the end, so the manager can understand when to give new task.
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2010年3月15日 GMT-4 12:29
Hi, there is also some information here:
www.comsol.com/support/knowledgebase/980/
Niklas
Hi, there is also some information here:
http://www.comsol.com/support/knowledgebase/980/
Niklas