Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
15 mars 2010, 09:29 UTC−4
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
15 mars 2010, 09:42 UTC−4
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
15 mars 2010, 11:38 UTC−4
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
15 mars 2010, 12:29 UTC−4
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