Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Core::Array::Pattern::PxAbortSystem (  )  [inline]

Definition at line 69 of file PxSystem.h.

Referenced by PxArrayPreStateTrans(), and PxReadRaw().

00070 {
00071     MPI_Barrier(MPI_COMM_WORLD);
00072     MPI_Abort(MPI_COMM_WORLD, 1);
00073     MPI_Finalize();
00074     exit(1);
00075 }


Generated on Fri Mar 19 11:03:05 2010 for ImpalaSrc by  doxygen 1.5.1