|
[Sponsors] |
February 28, 2019, 07:01 |
Running multiple macros on windows
|
#1 |
New Member
Rohit
Join Date: Aug 2018
Posts: 5
Rep Power: 8 |
hi.. i want to run three macros at a time. i have created three different macros for three different simulations. I want to add this all macros in a single macro so that if i run that newly created macro then it should execute all the three macros.
please help me. |
|
February 28, 2019, 14:45 |
|
#2 |
Member
Yogesh Nalam
Join Date: Sep 2012
Location: München, Germany
Posts: 54
Rep Power: 14 |
If you want all three to run in sequence one after another, you can just append the 2 macros to the 1st macro file (in the sequence you want them to run)
Hope this helps! |
|
February 28, 2019, 21:03 |
|
#3 |
Senior Member
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 25 |
It's easier and more maintainable, IMO, to keep them separate. Just run them in a sequence with:
-batch macro1.java,macro2.java,macroN.java |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
running multiple parallel cases in openfoam slows the simulation | kkpal | OpenFOAM Running, Solving & CFD | 2 | August 21, 2015 12:08 |
Running macros in parallel in batch mode | nomad | STAR-CCM+ | 13 | February 22, 2013 09:30 |
How to plot in multiple windows | dralosdir | FLUENT | 2 | November 23, 2009 17:46 |
Problem with running rsh on Windows sever 2008 | mr_aliagha | Main CFD Forum | 0 | September 17, 2009 06:33 |
running multiple Fluent parallel jobs | Michael Bo Hansen | FLUENT | 8 | June 7, 2006 09:52 |