Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc'
[simgrid.git] / teshsuite / smpi / mpich3-test / f90 / datatype / structf.f90
index abc17daf16c566b6003f44987aa8434a1e252f62..8227ef06cd979bcb90af521f4e2931205ab16fca 100644 (file)
@@ -44,7 +44,8 @@
       call mpi_comm_size(MPI_COMM_WORLD, size, ierr )
       if (size .lt. 2) then
          print *, "Must have at least 2 processes"
-         call MPI_Abort( 1, MPI_COMM_WORLD, ierr )
+         call MPI_Abort( MPI_COMM_WORLD, 1, ierr )
+         stop
       endif
 
       comm = MPI_COMM_WORLD