bakerb845 / fteik

Parallel Eikonal Equation Solver
MIT License
0 stars 1 forks source link

Python interface #5

Open bakerb845 opened 6 years ago

bakerb845 commented 6 years ago

It currently seems a straightforward task to call the Fortran modules from Python. However, I think I'm going to hit a wall at high speeds when I introduce MPI. Outstanding questions:

(1) Does pympi play nice with the solver MPI? (2) Is it okay to initialize MPI from the solver? This will require some decision between passing/initializing with/without communicators.

bakerb845 commented 6 years ago

(1) pympi and mpi should work together (2) mpi can be initialized in the solver or in the python script. the key is that the script has to be called with mpirun args fteik.py