From a6066c307d08b6f100b2a479760c921c9bc0e653 Mon Sep 17 00:00:00 2001 From: arswalid Date: Wed, 8 Jan 2025 10:10:33 -0700 Subject: [PATCH] removal of eagle in docs --- docs/Documentation/Viz_Analytics/paraview.md | 40 ++++++++------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/docs/Documentation/Viz_Analytics/paraview.md b/docs/Documentation/Viz_Analytics/paraview.md index 9e6166ff0..a5ab2f927 100644 --- a/docs/Documentation/Viz_Analytics/paraview.md +++ b/docs/Documentation/Viz_Analytics/paraview.md @@ -2,7 +2,7 @@ *ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView's batch processing capabilities. ParaView was developed to analyze extremely large data sets using distributed memory computing resources. It can be run on supercomputers to analyze data sets of terascale as well as on laptops for smaller data.* -The following tutorials are meant for Eagle and Kestrel supercomputers. +The following tutorials are meant for Kestrel supercomputer. ## Using ParaView in Client-Server Mode @@ -15,14 +15,14 @@ The first step is to install ParaView. It is recommended that you use the binaries provided by Kitware on your workstation matching the NREL installed version. This ensures client-server compatibility. The version number that you install must identically match the version installed at NREL. -To determine which version of ParaView is installed on the cluster, connect to Eagle or Kestrel as you normally would, load the ParaView module with `module load paraview`, then check the version with `pvserver --version`. +To determine which version of ParaView is installed on the cluster, connect to Kestrel as you normally would, load the ParaView module with `module load paraview`, then check the version with `pvserver --version`. The version number, e.g., 5.11.0, will then be displayed to your terminal. To download the correct ParaView client binary version for your desktop environment, visit the ParaView [website](https://www.paraview.org/download/). 1. Reserve Compute Nodes - The first step is to reserve the computational resources on Eagle/Kestrel that will be running the ParaView server. + The first step is to reserve the computational resources on Kestrel that will be running the ParaView server. This requires using the Slurm `salloc` directive and specifying an allocation name and time limit for the reservation. @@ -32,7 +32,7 @@ To download the correct ParaView client binary version for your desktop environm (Otherwise, for interactive jobs that just require one process on one node, the "salloc-then-srun" construct isn't necessary at all; for that type of job you may just use `srun -A -t