HyperStudy Child Processes
Hi,
I am running EDEM through a python script in HyperStudy through the "Parameterized File" model. The python script runs the EDEM simulation through a bat file with the following command: "C:\Program Files\Altair\2023\EDEM\bin\edem.exe" -c -i Simulation.dem -r 10
The script finishes and the child process of edem.exe closes after 10 minutes as the main process is considered to be finished.
I came across this link (https://2023.help.altair.com/2023/hwdesktop/hst/topics/design_exploration/hst_waiting_child_processes_r.htm) which gives examples of the command line solver arguments that may be given to continue running the child processes.
It is not exactly clear that where should the argument ° be added to facilitate the child process to keep running.
Can you please advise where should the argument be added to keep running the child processes ?
Regards.