I’m trying to profile a python file on RTX A5000 using nsight systems. But I see the following error. Please advise. Thanks!
ERROR: /build/agent/work/20a3cfcd1c25021d/QuadD/Common/ProcessWaiter/Src/POSIX/ProcessWaiterImpl.cpp(318): Throw in function void QuadDCommon::ProcessWaiter::ProcessWaiterImpl::WriteTerminationStatusToFile(const QuadDCommon::ProcessWaiter::TerminationStatus&)
Dynamic exception type: boost::wrapexceptQuadDCommon::WriteStreamException
std::exception::what: WriteStreamException
[QuadDCommon::tag_message*] = Failed to write termination status to file
[QuadDCommon::tag_file_name*] = /tmp/nsys_termination_status_3913100
[QuadDCommon::tag_errno_text*] = Dynamic exception type: std::__ios_failure
std::exception::what: basic_ios::clear: iostream error
My command is:
nsys profile --stats=true python3 mypython.py