Changes between Version 23 and Version 24 of Piernik

Show
Ignore:
Timestamp:
03/24/13 16:53:52 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Piernik

    v23 v24  
    242242}}} 
    243243== MPI enabling == 
     244As mentioned PIERNIK is an MPI code and there is one MUSCLE cavet that must be taken into while MUSCLEizing legacy applications: the MUSCLE Send and Receive routines must be called **only** by rank zero process. Until now we spawned only one process by kernel so no extra effort was needed. Now we will add some additional logic exploiting MPI_Bcast, MPI_Gather and MPI_Scatter calls. We need to to do this whenever MUSCLE send or receive operations are used: 
     245{{{ 
     246 
     247 
     248}}} 
    244249 
    245250== Results ==