you can set cfg['flog'] to a string denoting the log file path to
save the output to the log file instead of printing; on Linux or
Mac, you can use /dev/null to suppress the log printing
cfg['flog']='/dev/null'
otherwise, if you set a path to a log file, the output will also not be printed.
if you just set cfg['flog'] to 0, the banner will not be printed, but the GPU log will still be printed.
Same can be done with mcxlab (use cfg.flog) or mcx binary (-l),
see mcxlab help info on this field
https://github.com/fangq/mcx/blob/v2025.10/mcxlab/mcxlab.m#L330-L335
unfortunately, the printed nphoton/tstart/... values can not be
hidden at the moment as it is not directed to cfg.flog. it should
still be much cleaner regardless.
--
You received this message because you are subscribed to the Google Groups "mcx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mcx-users+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mcx-users/d3407992-b601-4cef-a7dc-0fc28abf3400n%40googlegroups.com.