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 / f77 / rma / wingroupf.f
index 8c0cb76..76514ea 100644 (file)
@@ -1,4 +1,4 @@
-C -*- Mode: Fortran; -*- 
+C -*- Mode: Fortran; -*-
 C
 C  (C) 2003 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
@@ -16,11 +16,11 @@ C
       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, 
+         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 )