cc_staff
292
edits
Line 107: | Line 107: | ||
make | make | ||
make install | make install | ||
=== Starting ParaView in client-server mode === | |||
Now you are ready to start ParaView server on the VM: | |||
./paraview/bin/pvserver --mesa-swr-avx2 | |||
Back on your laptop, organize an SSH tunnel from the local port 11111 to the VM's port 11111: | |||
ssh centos@206.12.97.3 -L 11111:localhost:11111 | |||
Finally, start the ParaView client on your laptop and connect to localhost:11111. If successful, you should be able to open files on the remote VM. During rendering in the console you should see the message "SWR detected AVX2". | |||
= Upcoming visualization events = <!--T:7--> | = Upcoming visualization events = <!--T:7--> |