Communicate between separate MPI-Programs
        Posted  
        
            by Fyg
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fyg
        
        
        
        Published on 2010-05-23T14:50:36Z
        Indexed on 
            2010/05/23
            15:10 UTC
        
        
        Read the original article
        Hit count: 290
        
I have the following problem:
Program 1 has a huge amount of data, say 10GB. The data in question consists of large integer- and double-arrays. Program 2 has 1..n MPI processes that use tiles of this data to compute results.
How can I send the data from program 1 to the MPI Processes?
Using File I/O is out of question. The compute node has sufficient RAM.
© Stack Overflow or respective owner