Open umesh-timalsina opened 3 years ago
Couple of thoughts:
Upon Further thought, Point 4 in the above comment deserves it own issue?
4. Can we generate the input files for a design all at one go, which seems possible to me BTW.
Points 1 and 2 in the above comments are actually interrelated to each other.
FDM Optimization (Issue 1)
- Don't use absolute path for propellers data, this will make it harder to reproduce or do anything with the generated artifacts. This should be a relative path.
2. Instead of changing directory to tempdir and moving the generated files from here to artifacts, it will be easier to change directory to the run's guid itself. Since, the files generated will have different names and the all paths execution actually happens sequentially, synchronization might not be an issue here.
There are couple of other optimization points that could help speed this up even more:
1. mainly the search criterion should be very greedy IMO. If you don't achieve a trim state at a given speed, you might not receive a trim state for a speed higher than that?Originally posted by @umesh-timalsina in https://github.com/symbench/symbench-athens-client/issues/100#issuecomment-906380546