Settings¶
A configuration file ~/.config/myokit/myokit.ini
(where ~ denotes the user
home directory) can be used to configure Myokit. Specifically, this file can be
used to indicate the location of Sundials and OpenCL shared libraries and
header files.
System information¶
The system()
method can be used to check if the system meets the
requirements to use Myokit and run simulations.
-
myokit.
system
(live_printing=False)¶ Returns a (long) string with system information.
If
live_printing
is set toTrue
, no string is returned but the results are printed to screen as they come in.