darshan-mk-log-dirs.pl script that installs with darshan-runtime? That has to be run first to format the output log directory —when using
--log-path option to Darshan, it will output files in year/month/day subdirectories in the file path you give it.
1- export
LD_PRELOAD=/path/to/lib/libdarshan.so
2- export DARSHAN_ENABLE_NONMPI=1
3- python Hello_world.py
I get this error: darshan_library_warning: unable to create log file /path/to/darshan-logs/2024/11/18/u11509_python_id1736997-1736997_11-18-34797-17835898535848440029.darshan_partial.
The code is siply a hello world code, and python package doesn't have any problem. The permissions are also met.