Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa authored Jun 5, 2023
1 parent d8f2c32 commit 6e23e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Timing module to be used in codes which use MPI and possibly CUDA/OpenACC using
* Times tagged code regions *a la MATLAB* (`timer_tic` and `timer_toc`) using `MPI_WTIME()`.
* A few different options for tagging the NVTX markers are available: prescribed color, random colored, or round-robin colormap sampling.
* Supports host-device (a)synchrony for applications accelerated with OpenACC or CUDA (optionally using CUDA streams/OpenACC queues).
* See the example program `main.f90` illustrating the usage.
* See the example program `main.f90` illustrating the usage, and the `Makefile` illustrating compiling instructions.

### References

Expand Down

0 comments on commit 6e23e59

Please sign in to comment.