You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rauteric is a build option the correct way to do this? nsight has flags which can filter events to specific domains/etc., it might be overall simpler to remove these build-time tunables and make it all-or-nothing on our end, but tag them on different domains and then provide instructions on how to only enable one or the other.
When I run configure as follows:
./configure --prefix=/home/users/hankinsr/perf/aws-ofi-nccl/build --with-libfabric=/opt/cray/libfabric/1.15.2.0/ --with-hwloc=/home/users/hankinsr/perf/hwloc/build --with-cuda=/opt/nvidia/hpc_sdk/Linux_x86_64/23.11/cuda/12.3 --enable-nvtx-trace-per-dev --with-nvtx=/opt/nvidia/hpc_sdk/Linux_x86_64/23.3/cuda/12.0/targets/x86_64-linux
I get the following error message:
configure: error: Error: setting both nvtx_trace_per_comm and nvtx_trace_per_dev is currently not supported
But I'm only specifying -per-dev!
The text was updated successfully, but these errors were encountered: