Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in teshsuite/smpi/{isp,mpich3-test}.
[simgrid.git] / teshsuite / smpi / mpich3-test / f90 / rma / wingroupf90.f90
index a936c8c..84243f1 100644 (file)
@@ -1,5 +1,5 @@
 ! This file created from test/mpi/f77/rma/wingroupf.f with f77tof90
-! -*- Mode: Fortran; -*- 
+! -*- Mode: Fortran; -*-
 !
 !  (C) 2003 by Argonne National Laboratory.
 !      See COPYRIGHT in top-level directory.
       call mtest_init( ierr )
 
       call mpi_type_size( MPI_INTEGER, intsize, ierr )
-      do while( mtestGetIntraComm( comm, 2, .false. ) ) 
+      do while( mtestGetIntraComm( comm, 2, .false. ) )
          asize = 10
          call mpi_win_create( buf, asize, intsize,  &
       &                        MPI_INFO_NULL, comm, win, ierr )
-         
+
          call mpi_comm_group( comm, group1, ierr )
          call mpi_win_get_group( win, group2, ierr )
          call mpi_group_compare( group1, group2, result, ierr )