PAPI install with CUDA 10.1 Ubuntu 16.04

Hello - I’m unable to get PAPI (https://developer.nvidia.com/papi-cuda-component) installed with CUDA support for CUDA 10.0 or CUDA 10.1, Ubuntu 16.04 or 18.04. These are the instructions taken on Ubuntu 16.04, CUDA 10.0:

  1. Install latest version (git clone Bitbucket)
  2. cd papi/src
  3. git pull
  4. ./configure --with-components=“cuda”
  5. export PAPI_CUDA_ROOT=/usr/local/cuda-10.0
  6. make → returns an error, requiring modifications to Makefile in utils
  7. make install

Result: when testing, returns: Disabled: CUDA initialization (cuInit) failed: system has unsupported display driver / cuda driver combination. In addition to having to modify the Makefile in utils to get this to compile, it is unclear why I am not able to get this to install. I’ve tried various combinations of 10.1 and 10.0 along with different versions of Ubuntu.

Thoughts?