|
[Sponsors] |
November 24, 2006, 09:42 |
problems with batch-file, queue of jobs
|
#1 |
Guest
Posts: n/a
|
I want to run several jobs over the weekend, the following one should start when the latter has finished.
I tried the following command line starting from my working directory in the launcher D:\workingDIR>cfx5solve -def cfx1.def -initial cfx1.res and it worked fine. How do I queue the other jobs? "D:\workingDIR>cfx5solve -def cfx1.def -initial cfx1.res cfx5solve -def cfx2.def -initial cfx2.res" did not work neither did anything else I tried. Please help! |
|
November 24, 2006, 11:01 |
Re: problems with batch-file, queue of jobs
|
#2 |
Guest
Posts: n/a
|
Put each command in separate lines in a .bat file, then run the bat file. The next line will not execute until the first cfx5solve process exits.
|
|
November 27, 2006, 13:14 |
Re: problems with batch-file, queue of jobs
|
#3 |
Guest
Posts: n/a
|
I always use a perl script. It seems I can use a bat file to do the same thing.
|
|
November 28, 2006, 05:20 |
Re: problems with batch-file, queue of jobs
|
#4 |
Guest
Posts: n/a
|
It's documented at the ANSYS CFX Community web pages. Look for "Running solver jobs in batch and job scheduling"
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
wmake compiling new solver | mksca | OpenFOAM Programming & Development | 14 | June 22, 2018 07:29 |
paraview installation woes | vex | OpenFOAM Installation | 15 | January 30, 2011 08:11 |
Installation of OpenFOAM-1.6 on Ubuntu 9.10 | marval | OpenFOAM Installation | 2 | March 17, 2010 09:33 |
[OpenFOAM] Paraview command not found | hardy | ParaView | 7 | September 18, 2008 05:59 |
Results saving in CFD | hawk | Main CFD Forum | 16 | July 21, 2005 21:51 |