Eu sigo as instruções ( link ) . Na etapa (2.6. Baixe o NVIDIA CUDA Toolkit), não há uma opção do Ubuntu 18.04, então eu escolho o Ubuntu 17.04. Mas na etapa (7.1.2. Configuração do POWER9), eu crio o arquivo de serviço como exemplo, mas encontro no caminho
/var/run/nvidia-persistenced
não há um PIDFile chamado
nvidia-persistenced.pid
depois de executar o comando:
$ sudo systemctl enable nvidia-persistenced
terminal mostra:
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.
Além disso, há também outro erro sobre a nvidia. Quando tento correr
$ nvidia-
ou $ nvidia-smi
mostra sempre no command
e NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
Acho que instalo os drivers CUDA e CUDA corretamente porque não há erros quando instalo os dois. Então, acho que talvez haja algo errado sobre a persistência da nvidia.
Li outras perguntas ( insira a descrição do link aqui ) . Mas parece não resolver isso.