Hi,
I am using acados with the python interface and managed to get multiple solvers running on different threads within the same virtual env by giving each solver a unique identifier. However the build process runs into errors when performed at the same time. I noticed that within the c_generated_code folder, there is a file called acados_solver.pxd which is not uniquely named. I was wondering if there is a way to modify the file naming to deconflict the build process from the python interface? or perhaps modifying one of the files?
Thanks
Nicodemus