Hi Simone,
On 21 Jun 2019, at 04:55, Simone Puel <spuel@utexas.edu> wrote:
Hi Tuomas, Matt and Lawrence,
Thank you so much for your emails. Yes, I did so (it was the anaconda in my .baschrc file). I can run the tests but some of them are not successful. Attached there is all the summary of the tests. Would you know why I have still have these issues. Thank you so much in advance, I really appreciate you suggestion and help. Have a wonderful day.
Looking at some of those errors and staring at my crystal ball, I wonder if something is bad with the MPI. Let's try some tests: After activating the virtual environment, can you show the output of: mpiexec -n 4 python -c "from mpi4py import MPI; print(MPI.COMM_WORLD.rank)" mpiexec -n 4 python -c "from petsc4py import PETSc; print(PETSc.COMM_WORLD.rank)" mpiexec -n 4 python -c "from firedrake import *; mesh = UnitSquareMesh(3, 3); mesh.init(); print(mesh.comm.rank)" Thanks, Lawrence