Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does SPHERAL automatically turn on the parallel run? #275

Open
Edithnuaa opened this issue May 23, 2024 · 0 comments
Open

Does SPHERAL automatically turn on the parallel run? #275

Edithnuaa opened this issue May 23, 2024 · 0 comments

Comments

@Edithnuaa
Copy link

I want to speed up my program through increasing the number of MPI tasks.

I run the example.py by this command:

mpiexec -n 4 ./spheral example.py

However, the procedure becomes significantly slow. And when I run the example through mpiexec -n 1 ./spheral example.py, the speed of the procedure seems to be equal to the command without mpiexec.

Is it possible to utilize the ability of MPI? Or does the SPHERAL already handle this functionality inside?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant