Thanks again to Mathieu!
running client/server in parallel works
mpirun -np 4 --mca btl_openib_allow_ib 1 bin/pvserver -display localhost:0
but remote rendering of pvserver still disabled (Display not accessible on server side)
-
NVIDIA driver installed successfully
/opt/paraview_build # ls -al /root/install/nvidia/NVIDIA-Linux-x86_64-418.56.run -rwxr-xr-x 1 root root 107195640 Mar 22 2019 /root/install/nvidia/NVIDIA-Linux-x86_64-418.56.run e00072:/opt/paraview_build # /root/install/nvidia/NVIDIA-Linux-x86_64-418.56.run Verifying archive integrity... OK
/opt/paraview_build # nvidia-smi
Mon Dec 2 14:56:58 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.31 Driver Version: 440.31 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro P4000 Off | 00000000:2F:00.0 Off | N/A |
| 31% 26C P0 26W / 105W | 0MiB / 8119MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
sudo nvidia-xconfig --enable-all-gpus --use-display-device=none
/etc/X11/xorg.conf :
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 440.31
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/mouse"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro P4000"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "UseDisplayDevice" "none"
SubSection "Display"
Depth 24
EndSubSection
EndSection
export DISPLAY=:0
sudo X :0 &
/var/log/Xorg.0.log:
[3697358.995] (II) LoadModule: "glx"
[3697358.995] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[3697358.996] (II) Module glx: vendor="X.Org Foundation"
[3697358.996] compiled for 1.18.3, module version = 1.0.0
[3697358.996] ABI class: X.Org Server Extension, version 9.0
[3697358.996] (==) AIGLX enabled
[3697358.996] (II) LoadModule: "nvidia"
[3697358.996] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[3697358.996] (II) Module nvidia: vendor="NVIDIA Corporation"
[3697358.996] compiled for 1.6.99.901, module version = 1.0.0
[3697358.996] Module class: X.Org Video Driver
[3697358.996] (II) NVIDIA dlloader X Driver 440.31 Sun Oct 27 02:16:54 UTC 2019
[3697358.996] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[3697358.996] (--) using VT number 2
[3697359.012] (II) Loading sub module "fb"
[3697359.012] (II) LoadModule: "fb"
[3697359.013] (II) Loading /usr/lib64/xorg/modules/libfb.so
[3697359.013] (II) Module fb: vendor="X.Org Foundation"
[3697359.013] compiled for 1.18.3, module version = 1.0.0
[3697359.013] ABI class: X.Org ANSI C Emulation, version 0.4
[3697359.013] (II) Loading sub module "wfb"
[3697359.013] (II) LoadModule: "wfb"
[3697359.013] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[3697359.013] (II) Module wfb: vendor="X.Org Foundation"
[3697359.013] compiled for 1.18.3, module version = 1.0.0
[3697359.013] ABI class: X.Org ANSI C Emulation, version 0.4
[3697359.013] (II) Loading sub module "ramdac"
[3697359.013] (II) LoadModule: "ramdac"
[3697359.013] (II) Module "ramdac" already built-in
[3697359.013] (EE) No devices detected.
[3697359.013] (EE)
*emphasized text*