-Test normal :
pghpf prod_hpf.hpf -o prod_hpf.exe -Mstats
prod_hpf.exe -pghpf -np 4
prod_hpf.exe -pghpf -np 4 -stat msg
prod_hpf.exe -pghpf -np 4 -stat msgs
prod_hpf.exe -pghpf -np 4 -stat all


-Test avec memoire partagee :
pghpf prod_hpf.hpf -o prod_hpf.exe -Mstats -Msmp
prod_hpf.exe -pghpf -np 4 -stat all -heapz 237415k

-Resultats test shared memory :
CD-illiac8%pghpf prod_hpf.hpf -o prod_hpf.exe -Mstats -Msmp
Linking:
CD-illiac8%timex prod_hpf.exe -pghpf -np 4 -stat all -heapz 237415k
 
cpu        real      user       sys     ratio   node
total      1.97      5.20      1.43     3.37x
 
memory    local    global  pag flts  pag flts voluntary  involunt  res size
           heap      heap       i/o       i/o  switches  switches   (pages)
total     352KB       0B       1088      3089       749      7668       111
 
messages  send   send   send     recv   recv   recv     copy   copy   copy
           cnt  total    avg      cnt  total    avg      cnt  total    avg
total       12   23KB    2KB       12   23KB    2KB        8   16KB    2KB
 
real        2.15
user        1.32
sys         0.43

-Resultats test normal : 
CD-illiac8%pghpf prod_hpf.hpf -o prod_hpf.exe -Mstats
Linking:
CD-illiac8%timex prod_hpf.exe -pghpf -np 4 -stat all
 
cpu        real      user       sys     ratio   node
total      1.29      4.66      0.36     3.90x
 
memory    local    global  pag flts  pag flts voluntary  involunt  res size
           heap      heap       i/o       i/o  switches  switches   (pages)
total      46MB       0B      47552       104         0        59        73
 
messages  send   send   send     recv   recv   recv     copy   copy   copy
           cnt  total    avg      cnt  total    avg      cnt  total    avg
total       12   23KB    2KB       12   23KB    2KB        8   16KB    2KB
 
real        1.37
user        4.71
sys         0.47
 

