This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

MPI on computer cluster

–1 vote

I have access to a cluster of computers and I would like to run my FEniCS code with MPI on it. On a single machine I can use "mpirun -np X" where X is the number of MPI processes but who would I do this with multiple machines?

asked Jun 3, 2016 by mwathen FEniCS Novice (710 points)

1 Answer

0 votes

It depends on how the cluster is set up. Take a look at how to run MPI jobs on your cluster.

answered Jun 3, 2016 by johannr FEniCS Expert (17,350 points)
...