mpiexec -n P python3 with project() #2872
Unanswered
Hasupama
asked this question in
Firedrake support
Replies: 1 comment 3 replies
-
I'm afraid there isn't enough information here for us to see what is going wrong. Please post a minimal failing example (i.e. the smallest complete Python program which you can get to exhibit this error), plus the full error output (the tiny excerpt above doesn't tell us what the exception was or where it occurred). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My code has a project command. When I run the code using mpirun, it is perfectly running. When I use the mpiexec -n then the below error appears for the project function.
A1.project(A)
File "PETSc/Log.pyx", line 115, in petsc4py.PETSc.Log.EventDecorator.decorator.wrapped_func
File "PETSc/Log.pyx", line 116, in petsc4py.PETSc.Log.EventDecorator.decorator.wrapped_func
File "/home/............../firedrake/firedrake/adjoint/function.py", line 45, in wrapper
output = project(self, b, *args, **kwargs)
I need to use mpiexec -n and what would be the solution for this error?
Beta Was this translation helpful? Give feedback.
All reactions