conda-forge / fenics-feedstock

A conda-smithy repository for fenics.
BSD 3-Clause "New" or "Revised" License
13 stars 12 forks source link

A build without MPI support? #195

Open Aleeja137 opened 8 months ago

Aleeja137 commented 8 months ago

Comment:

Is there a build compiled without MPI support? I am using this package for a project and I want to distribute some tasks among various processors using MPI, but when including MPI to the compilation script, dolfin detects it and uses it to distribute the mesh I am working with, something which I don't want it to do.

From what I know, there is no way of telling dolfin not to use MPI, only by compiling it without MPI support. So, I was wondering if it is possible.

Thank you in advance.

minrk commented 2 months ago

Sorry for not seeing this, but I don't believe dolfin can be compiled without mpi.