https://github.com/geodynamics/citcoms
Revision d5dc9d39272665c94cf0940004575609c7dff8e5 authored by Eh Tan on 13 June 2008, 23:35:38 UTC, committed by Eh Tan on 13 June 2008, 23:35:38 UTC
MPI_COMM_WORLD is the global communicator. E->parallel.world is the
communicator for the current solver. These two are different in a coupled run.
Before this fix, full-regional coupling will dead lock.


1 parent adc7607
History
Tip revision: d5dc9d39272665c94cf0940004575609c7dff8e5 authored by Eh Tan on 13 June 2008, 23:35:38 UTC
Replaced MPI_COMM_WORLD by E->parallel.world.
Tip revision: d5dc9d3
File Mode Size
Components
Coupler
Solver
BaseApplication.py -rw-r--r-- 2.8 KB
Controller.py -rw-r--r-- 4.2 KB
CoupledApp.py -rw-r--r-- 5.9 KB
Layout.py -rw-r--r-- 4.3 KB
Makefile.am -rw-r--r-- 2.2 KB
MultiCoupledApp.py -rw-r--r-- 6.4 KB
MultiLayout.py -rw-r--r-- 3.6 KB
SimpleApp.py -rw-r--r-- 3.1 KB
__init__.py -rw-r--r-- 1.4 KB

back to top