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

More tests for PyAction in parallel #5870

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lisajulia
Copy link
Contributor

Currently failing now:

Probably the first three are all the same error, in Pyaction I get this output:

Load balancing distributes 2794 active cells on 4 processes as follows:

rank owned cells overlap cells total cells

 0           768             198           966  
 1           724             125           849  
 2           667             165           832  
 3           635             116           751  

---

sum          2794             604          3398

Load balancing distributed the wells as follows:

well name ranks with perforated cells

        OP01       1  
        OP02       3  
        OP03       2

Well GI01 is inactive, with perforations on ranks: 0 1 2  
Well WI01 is inactive, with perforations on ranks: 0

Whereas the ACTIONX version gives me:

Load balancing distributes 2794 active cells on 4 processes as follows:

rank owned cells overlap cells total cells

 0           707             248           955  
 1           765             172           937  
 2           744             103           847  
 3           578             177           755  

---

sum          2794             700          3494

Load balancing distributed the wells as follows:

well name ranks with perforated cells

        GI01       2  
        OP01       1  
        OP02       0  
        OP03       3  
        WI01       0

so the error might have sth to do with the wells GI01 and WI01

@lisajulia lisajulia marked this pull request as draft January 13, 2025 14:33
@lisajulia lisajulia changed the title More tests More tests for PyAction in parallel Jan 13, 2025
@lisajulia lisajulia force-pushed the feature/pyAction-parallel-tests-WIP branch from cdf23f7 to c561598 Compare January 14, 2025 06:23
@lisajulia
Copy link
Contributor Author

jenkins build this please

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

Successfully merging this pull request may close these issues.

1 participant