nerscadmin / IPM

Integrated Performance Monitoring for High Performance Computing
http://ipm-hpc.org
GNU Lesser General Public License v2.1
81 stars 35 forks source link

IPM 0: ERROR logdir ./2238 unavailable, using '.' #43

Closed mast1986 closed 2 years ago

mast1986 commented 2 years ago

Hi all, When I finish running the application, IPM reports an error and cannot generate an XML file. What should I do?

IPM version: 2.06 Environment settings: export IPM=/opt/ipm/lib/libipm.so export IPM_LOGDIR=./${RANDOM} export IPM_LOG=terse export IPM_REPORT=full

My run application command: LD_PRELOAD=$IPM mpirun -n xxxx -x LD_PRELOAD xxxxxx