Skip to content

xafarre/ptimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ptimer

Parallel timer for high-performance computing.

To run the example, use the following command:

FORTRAN mpif90 ptimer.f90 ./examples/profiling-axpy.f90 -o ./examples/profiling-axpy.out; ./examples/profiling-axpy.out

C++ mpic++ -std=c++11 -I. ./examples/profiling-axpy.cpp -o ./examples/profiling-axpy.out; ./examples/profiling-axpy.out

About

Parallel timer for high-performance computing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published