-
Notifications
You must be signed in to change notification settings - Fork 78
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
compiling error when trying to build for parallel running #194
Comments
What version of Dune are you targeting? |
2.3 |
That's strange. Lines 417--424 of template <PartitionIteratorType pitype>
struct Partition
{
typedef typename GridFamily::Traits::template Partition<pitype>::LevelGridView
LevelGridView;
typedef typename GridFamily::Traits::template Partition<pitype>::LeafGridView
LeafGridView;
}; and these don't seem to agree with the error messages you're seeing. Are you absolutely positive that you don't have a straggling 2.2 version of Dune somewhere in your include path? |
Okay. Let me check. |
yes. My script failed in specifying the version and it downloaded a different version (probably 2.2 while I am not sure) from 2.3. Thanks. |
Sounds like you want to test the parallelization. To get some speedup you need the yet not merged PR #195 and OPM/autodiff#547 |
Yes. It looks like new development PRs require to be able to handle parallel running now. Without a parallel building, it is very difficult to test that. Yesterday, I was trying to compile the OPM under parallel mode for the first time. Some small accidents made the process not that smooth, but finally it worked out. I will try your new PR. Thanks for the great works in parallelization. |
I installed MPI (mpich2), dune with parallel compilation, pt-scotch, zoltan, superlu.
Any clues about the following compilation error. I suggest we have a detailed instruction on how to configure and build for parallel running. It can kill a lot of time easily.
The text was updated successfully, but these errors were encountered: