How to ignore the solver error during batching solving
Hello,
How to ignore the solver error during batching solving ?
When we use activate during batching solving, if there is solver error, the simulation will be stopped. It is a pity.
How can turn off this error warning, and ignore this error, continue to solve in next step, not stop here?
Because if we have 5000 batch solving steps. one error in it, it is OK, during our result analyze, we can remove this point.
But in simulation, if it stops here, it take our time to watch the solving and not automatically.
Find more posts tagged with
Sort by:
1 - 4 of
41
What if you create an OML script to be the master and call the simulation in Activate as a slave? There are a couple strategies to do so in the topic
https://community.altair.com/community?id=community_question&sys_id=8366803a1b2bd0908017dc61ec4bcb1eThen you use in OML the command try catch to skip the error. Everytime the command executed in the try block fails, the catch block will become active and will be executed.
Regards,
Roberta