Проблема с Ubuntu 18.04 и CUDA 9.1

Я следую инструкции ( https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#mandatory-post ). На шаге (2.6. Загрузите инструментарий NVIDIA CUDA) нет опции ubuntu 18.04, поэтому я выбрал ubuntu 17.04. Но на этапе (7.1.2. Настройка POWER9) я создаю файл службы в качестве примера, но нахожу его по пути

/ var / run / nvidia-persistenced

нет PIDFile с именем

nvidia-persistenced.pid

после того, как я запускаю команду:

$ sudo systemctl enable nvidia-persistenced

терминал показывает:

    The unit files have no installation config (WantedBy, RequiredBy, Also, Alias
settings in the [Install] section, and DefaultInstance for template units).
This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
   .wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
   a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
   D-Bus, udev, scripted systemctl call, ...).
4) In case of template units, the unit is meant to be enabled with some
   instance name specified.

Кроме того, есть еще одна ошибка о nvidia. Когда я пытаюсь запустить $ nvidia- или $ nvidia-smi, всегда показывает no command и NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

, я думаю, что правильно устанавливаю CUDA и CUDA-драйверы потому что нет ошибки, показанной, когда я устанавливаю их обоих. Так что я думаю, что может быть что-то не так с nvidia-устойчивым.

Я прочитал другие вопросы ( введите описание ссылки здесь ). Но, похоже, это не решить.

2
задан 3 May 2018 в 05:52

0 ответов

Другие вопросы по тегам:

Похожие вопросы: