bessagroup / f3dasm

Framework for Data-Driven Design & Analysis of Structures & Materials (F3DASM)
https://f3dasm.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
107 stars 28 forks source link

Parallel data generation: controlling the number of parallel processes #271

Open GuillaumeBroggi opened 1 month ago

GuillaumeBroggi commented 1 month ago

I might have missed it in the docs, but it seems impossible to control the number of parallel jobs when generating data.

mpvanderschelling commented 3 weeks ago

Yes, in the current version 1.5.1 this is hard-coded to the number of cores you'll have available. We can make this more flexible in the future

GuillaumeBroggi commented 3 weeks ago

This would be an important feature because one might want to run multiple tasks on a computer while parallelizing the data-driven workflow.