Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: add space before words.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 9 Nov 2013 22:02:56 +0000 (23:02 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 12 Nov 2013 13:17:33 +0000 (14:17 +0100)
examples/smpi/energy/f77/energy.tesh
examples/smpi/energy/f77/sef.f

index 86ceca6..10ccab9 100644 (file)
@@ -5,17 +5,17 @@ $ ../../../smpi_script/bin/smpirun -np 2 -hostfile ${srcdir:=.}/hostfile  -platf
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/cpu_threshold' to '-1'
 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/cpu_threshold' to '-1'
 > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s)
->  [  0.] [rank  0] 3pstates available
->  [  0.] [rank  1] 1pstates available
+>  [  0.] [rank  0] 3 pstates available
+>  [  0.] [rank  1] 1 pstates available
 >  [  0.] [rank  0] Power:   100000000.
 >  [  0.] [rank  1] Power:   100000000.
 >  [  0.] [rank  0] Power:   50000000.
 >  [  0.] [rank  0] Power:   20000000.
 >  [  0.] [rank  1] Current pstate:  0; Current power:   100000000.
 >  [  0.] [rank  0] Current pstate:  0; Current power:   100000000.
 >  [  0.] [rank  0] Power:   100000000.
 >  [  0.] [rank  1] Power:   100000000.
 >  [  0.] [rank  0] Power:   50000000.
 >  [  0.] [rank  0] Power:   20000000.
 >  [  0.] [rank  1] Current pstate:  0; Current power:   100000000.
 >  [  0.] [rank  0] Current pstate:  0; Current power:   100000000.
->  [  10.] [rank  1]Energy consumed (Joules):   2000.
->  [  10.] [rank  0]Energy consumed (Joules):   2000.
+>  [  10.] [rank  1] Energy consumed (Joules):   2000.
+>  [  10.] [rank  0] Energy consumed (Joules):   2000.
 >  [  10.] [rank  0] Current pstate:  1; Current power:   50000000.
 >  [  10.] [rank  0] Current pstate:  1; Current power:   50000000.
->  [  30.] [rank  0]Energy consumed (Joules):   5400.
+>  [  30.] [rank  0] Energy consumed (Joules):   5400.
 >  [  30.] [rank  0] Current pstate:  2; Current power:   20000000.
 >  [  30.] [rank  0] Current pstate:  2; Current power:   20000000.
->  [  80.] [rank  0]Energy consumed (Joules):   12900.
+>  [  80.] [rank  0] Energy consumed (Joules):   12900.
index a1588be..425c879 100644 (file)
@@ -14,7 +14,7 @@
       t = MPI_Wtime()
 
       print *, '[', t, '] [rank ', rank, ']',
       t = MPI_Wtime()
 
       print *, '[', t, '] [rank ', rank, ']',
-     &     pstates, 'pstates available'
+     &     pstates, ' pstates available'
 
       do i = 0, pstates - 1
          p = smpi_get_host_power_peak_at(i)
 
       do i = 0, pstates - 1
          p = smpi_get_host_power_peak_at(i)
@@ -34,7 +34,7 @@
          t = MPI_Wtime()
          e = smpi_get_host_consumed_energy()
          print *, '[', t, '] [rank ', rank, ']',
          t = MPI_Wtime()
          e = smpi_get_host_consumed_energy()
          print *, '[', t, '] [rank ', rank, ']',
-     &        'Energy consumed (Joules): ', e
+     &        ' Energy consumed (Joules): ', e
       end do
 
       call MPI_Finalize(ierr)
       end do
 
       call MPI_Finalize(ierr)