Need help on generating large number of grains with mesh #588
-
Dear Neper members, Summary of my problem: I have tried below option. This works for 6000 grains. But I dont know how I can improve it to generate higher number of grains. export OMP_NUM_THREADS=1 Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I may be missing something, but you are getting 6000 cells simply because you are using |
Beta Was this translation helpful? Give feedback.
I may be missing something, but you are getting 6000 cells simply because you are using
-n 6000
. If you want more cells, use a larger value.