This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:paraview [2024/07/25 22:29] ccrosby [Preferred method - Parallel using compute nodes, and remote front end] |
howto:paraview [2025/04/14 10:59] (current) ccrosby [Running Paraview] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Running Paraview ====== | ====== Running Paraview ====== | ||
| - | === Video tutorial - Parallel | + | === Video tutorial - Parallel |
| - | Watch this [[https:// | + | Watch this [[https:// |
| + | |||
| + | === Alternative method - ParaView using GPUs in the cluster === | ||
| + | {{ : | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| Line 17: | Line 20: | ||
| - A standard binary distribution Paraview-5.8.1 in ''/ | - A standard binary distribution Paraview-5.8.1 in ''/ | ||
| - A custom-compiled server version of Paraview-5.8.1, | - A custom-compiled server version of Paraview-5.8.1, | ||
| - | - A standard binary server version of ParaView-5.12.1, | + | - A standard binary server version of ParaView-5.12.1, |
| Line 56: | Line 59: | ||
| * If you want to use Paraview-5.8.1 for this, load the '' | * If you want to use Paraview-5.8.1 for this, load the '' | ||
| module load chpc/ | module load chpc/ | ||
| - | mpiexec -np 24 pvserver --mpi --force--offscreen-rendering </ | + | mpiexec -np 24 pvserver --mpi --force--offscreen-rendering </ |
| - | + | * For the latest version 5.12.1, the process is somewhat simpler. | |
| - | + | ||
| - | For the latest version 5.12.1, the process is somewhat simpler. | + | |
| - | + | ||
| - | < | + | |
| mpiexec -np 24 pvserver --force--offscreen-rendering </ | mpiexec -np 24 pvserver --force--offscreen-rendering </ | ||