Data Types | |
type | alltimer::mytimer |
Modules | |
module | alltimer |
Module AllTimer Utility, independent of the rest of sda. Implemtent 2 methods : cpu time and clock time. | |
Functions/Subroutines | |
subroutine | alltimer::init_mytimer (this) |
Initialize the timer, combine the 2 methods. mandatory before starting. More... | |
subroutine | alltimer::start_mytimer (this) |
subroutine | alltimer::stop_mytimer (this) |
subroutine | alltimer::print_mytimer (this) |
Print information on standard output. More... | |
real(kind=4) function | alltimer::get_time (this) |
Return the clock time. Only used in tes_module programs. More... | |
subroutine | alltimer::system_clock_info (this) |
Test function, gives information about the system_clock implementation (system dependent) More... | |
Copyright (c) 2009, 2010, 2015, 2016, 2019 Heidelberg Institute of Theoretical Studies (HITS, www.h-its.org) Schloss-Wolfsbrunnenweg 35 69118 Heidelberg, Germany
Please send your contact address to get information on updates and new features to "mcmsoft@h-its.org". Questions will be answered as soon as possible.
References: see also http://mcm.h-its.org/sda7/do:c/doc_sda7/references.html:
Brownian dynamics simulation of protein-protein diffusional encounter. (1998) Methods, 14, 329-341.
SDA 7: A modular and parallel implementation of the simulation of diffusional association software. Journal of computational chemistry 36.21 (2015): 1631-1645.
Authors: M.Martinez, N.J.Bruce, J.Romanowska, D.B.Kokh, P.Mereghetti, X. Yu, M. Ozboyaci, M. Reinhardt, P. Friedrich, R.R.Gabdoulline, S.Richter and R.C.Wade
Module to define the timers for time performance