Advanced Computing Platform for Theoretical Physics

Commit 9649269f authored by YI-Bo Yang's avatar YI-Bo Yang
Browse files

Make the error message to be more precise.

parent 7664f498
......@@ -220,7 +220,7 @@ void comm_peer2peer_init(const char* hostname_recv_buf)
const int gpuid = comm_gpuid();
hipDeviceProp_t prop;
hipGetDeviceProperties(&prop, gpuid);
errorQuda("enable_peer_to_peer is not supported in this HIP version\n");
errorQuda("enable_peer_to_peer is not supported in this HIP version, please set QUDA_ENABLE_P2P=0\n");
// if(!prop.unifiedAddressing) return;
comm_set_neighbor_ranks();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment