[petsc-users] mpi with different OS(CentOS and macOS)

Jed Brown jed at jedbrown.org
Sun Sep 27 08:33:53 CDT 2020


Probably, but it's fragile in that you need to use separate executables and you'd launch something like

  mpiexec -n 1 ./app-linux : -n 1 ./app-osx

provided you have identical MPI versions and the same app configuration compiled on each platform.

huabel via petsc-users <petsc-users at mcs.anl.gov> writes:

> Hi all,
>   I have two computer, one is CentOS  another is macOS connected with local area network, 
> Can I run PETSc examples on that two computers in parallel with mpi? And how? 
>
> Many thanks,
> Abel 


More information about the petsc-users mailing list