(git:34ef472)
dgemm_counter_types.F File Reference

Go to the source code of this file.

Modules

module  dgemm_counter_types
 Counters to determine the performance of parallel DGEMMs.
 

Functions/Subroutines

elemental subroutine, public dgemm_counter_types::dgemm_counter_init (dgemm_counter, unit_nr, print_info)
 Initialize a dgemm_counter. More...
 
subroutine, public dgemm_counter_types::dgemm_counter_start (dgemm_counter)
 start timer of the counter More...
 
subroutine, public dgemm_counter_types::dgemm_counter_stop (dgemm_counter, size1, size2, size3)
 stop timer of the counter and provide matrix sizes More...
 
subroutine, public dgemm_counter_types::dgemm_counter_write (dgemm_counter, para_env)
 calculate and print flop rates More...