Commit 7d7655c5 by Vinay Kumar

Update README.md

parent b48f09a3
Showing with 4 additions and 4 deletions
......@@ -2,11 +2,11 @@ Steps to run Paraview on Contra (© Vishnu Prasath Thulasiraman and Vinay Kumar)
1. Download the tar file in this repo to your local machine and extract the contents. The executable "paraview" will be located inside the /bin directory of the extracted folder.
2. Download the job script <pv-job.sh>. This job script executes the headless side of Paraview v5.11.2 on Contra on a single node, single core, with 20 GB of RAM. This headless executable "pvserver" is installed in </home/vishnu.thulasiraman/comp_libs/paraview-5.11.2/bin/>. These settings can be modified by changing the SBATCH flags in the job script.
2. Download the job script `<`pv-job.sh`>`. This job script executes the headless side of Paraview v5.11.2 on Contra on a single node, single core, with 20 GB of RAM. This headless executable "pvserver" is installed in </home/vishnu.thulasiraman/comp_libs/paraview-5.11.2/bin/>. These settings can be modified by changing the SBATCH flags in the job script.
3. Change the port number, the five digit number at the end of the PROG variable, to a unique five digit number. Remember this, as it will be useful later on.
4. Submit the job script as usual using <sbatch pv-job.sh>.
4. Submit the job script as usual using `<`sbatch pv-job.sh`>`.
5. The output file of this job script will tell you the node on which this job is running. Ensure this says something like "Accepting connection(s): cn1:11211". In this case, the job is running on node "cn1" and the port used is 11211.
......@@ -16,9 +16,9 @@ Steps to run Paraview on Contra (© Vishnu Prasath Thulasiraman and Vinay Kumar)
8. From the menu bar, go to File -> Connect. I dialog box should appear.
9. Click on <Add Server> and only enter the port number chosen before. Click <Configre>, <Save>. At this point you should see a server configuration of the type cs://localhost:11211.
9. Click on `<`Add Server`>` and only enter the port number chosen before. Click `<`Configre`>`, <Save`>`. At this point you should see a server configuration of the type cs://localhost:11211.
10. Click <Connect> on the bottom right of this window, and you should be good to go. Note that contra being contra this might take a while (not more than 60 seconds). Your machine might complain that Paraview is not responding, this is normal behavior. Wait patiently and pray to the gods of contra.
10. Click `<`Connect`>` on the bottom right of this window, and you should be good to go. Note that contra being contra this might take a while (not more than 60 seconds). Your machine might complain that Paraview is not responding, this is normal behavior. Wait patiently and pray to the gods of contra.
11. Once connected, you will see the server address (cs://localhost:11211) on your pipeline browser. You can now use Paraview as you would on a local machine.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment