-
Dear all, How can I perform parallel computing with the code? I tried running “mpirun -np ** ./horses3d.ns ***.hsol” but it failed. What is the correct command for parallel execution? Best, |
Beta Was this translation helpful? Give feedback.
Answered by
Dewu-Yang
Jul 3, 2023
Replies: 1 comment 2 replies
-
Dear @Dewu-Yang, Horses3D has openmp and mpi parallelizations. From your command, I understand that you're trying to use mpi. In any case, I might need some extra information. Best, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Gonzalo,
After completing the necessary configuration for dependencies (PETSc, HDF5, METIS, etc.), I have successfully achieved parallel operations. Thanks!
Best,
Dewu