Replies: 2 comments 11 replies
-
Hi @xibaiw, there is no hard-coded limit to the number of nodes. Only the number itself as an Int64 can't be larger than 2^63-1. |
Beta Was this translation helpful? Give feedback.
-
Additionally, when I tried to use MPI for parallel computing in Julia, Julia kept giving me an error that in the command $ mpiexecjl -n 2 julia -e "using PeriLab; PeriLab.main()" 1.yaml -v, the part 2 julia -e "using PeriLab; PeriLab.main()" 1.yaml -v was treated as extra tokens. I tried other commands but still couldn’t get it to work. How should MPI be properly used within PeriLab? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to confirm if PeriLab has any limitations on mesh discretization. Is PeriLab only capable of simulating up to 100,000 points, or does the computable model size depend on the PC's performance? Is there has any estimation of the relationship between performance and model size?
Beta Was this translation helpful? Give feedback.
All reactions