
30 Nov
2011
30 Nov
'11
3:23 p.m.
On Wed, 30 Nov 2011, Neiderer, Andrew M USA CIV (US) wrote:
With lots of help I think I am getting close to a "hello, world" BGL, MPI example to execute.
Not sure about the error I am getting from execution
I can't tell what you are getting the segmentation fault from. Does a C MPI program work (like the one from http://www.dartmouth.edu/~rc/classes/intro_mpi/hello_world_ex.html) work? If not, see the documentation for your MPI implementation (these types of problems in C MPI code are often due to mismatched software versions). -- Jeremiah Willcock