We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the threeDTaylorVortex example (results in seconds)
I think the function calling in python, mixed with the overhead of an individual copy call, is responsible for the speed up.
Not really sure what to do, but its clear for lots of small blocks, especially when they are shared by a process, the individual calls are a killer.
The text was updated successfully, but these errors were encountered:
Adding back the communicateWholeView routine as the Newark
e95c8b0
method is not clearly better in all circumstances. Also added a real gas eos example script. Fixes #92 and addresses #96
16b39c2
No branches or pull requests
Using the threeDTaylorVortex example (results in seconds)
I think the function calling in python, mixed with the overhead of an individual copy call, is responsible for the speed up.
Not really sure what to do, but its clear for lots of small blocks, especially when they are shared by a process, the individual calls are a killer.
The text was updated successfully, but these errors were encountered: