You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use OpenMP to parallelize some parts of the code, like the loops for neighbor search, for computing the Nye tensor, for constructing Voronoi polycrystals, or for converting files in mode "--list". The code should auto-detect the number of cores on the user's machine, and by default use as many threads. A command-line parameter should allow the user to specify the max. number of threads to use (e.g. "-threads N").