12 Sep
                
                    2006
                
            
            
                12 Sep
                
                '06
                
            
            
            
        
    
                5:22 p.m.
            
        On Sep 12, 2006, at 7:07 AM, John Fletcher wrote:
I think there is a typo in this line in the code on page 6.
world << "I am process " << world.rank() << " of " << world.size() << "." << std::endl;
The example did not compile as there does not seem to be operator<< defined for the communicator.
Oops, that's an unfortunate typo. Thank you for reporting the problem!
I have also experimented with bsfcpp (http://f.loulergue.free.fr/research/bsfcpp/main.html)
I had never heard of this library before. Very interesting. Doug